1. 455a253 FELIX-2523 Fix test case for component reactivation after configuration deletion by Felix Meschberger · 14 years ago
  2. c589722 FELIX-2521 Support separation between "no method to be called" and "method execution failure" situations to handle according specification: by Felix Meschberger · 14 years ago
  3. d767799 FELIX-2519 Specification of activate, deactivate, modified, and configuration-policy attributes is not allowed for DS 1.0 descriptors. by Felix Meschberger · 14 years ago
  4. 5fa8b0e FEKLIX-2288 Fix handling of the component ID: The ID is now only generated and assigned to a component while the component is enabled. To still access components without an assigned ID, ScrService gets a new method getComponent(String name) to access components by their name. by Felix Meschberger · 14 years ago
  5. edd1974 Cleanup imports by Felix Meschberger · 14 years ago
  6. f96e10c FELIX-2233 Ensure new component instances (created for factory configurations) are not enabled if the component has been disabled by ComponentContext.disableComponent(String) by Felix Meschberger · 14 years ago
  7. 3242020 FELIX-2010 Missing descriptor for the test components ... by Felix Meschberger · 14 years ago
  8. ed21c03 FELIX-2010 Testcases ensuring various visibility and argument options for the activate method are respected for DS 1.1 components. by Felix Meschberger · 14 years ago
  9. 12d8c10 FELIX-1952 Ensure components created for factory configurations are not disposed when configuration is updated (or some binding changes). Also include a testcase validating this. by Felix Meschberger · 15 years ago
  10. f1ce1a3 FELIX-1943 Ensure components which are not satisfied any longer if a service is unregistered are deactivated. Before this would only happen if the component had the service bound, which is not always the case (for example for ComponentFactory components). by Felix Meschberger · 15 years ago
  11. 01fdc28 FELIX-1922 test ComponentFactory does not require configuration by Felix Meschberger · 15 years ago
  12. 164cd86 FELIX-1893 Add support for a configurable "updated" method by Felix Meschberger · 15 years ago
  13. 470a975 FELIX-1841 Apply DependencyManager part of FELIX-1841.patch.2 supplied by Pierre de Rop (thanks) with the slight modification of guarding the rebind with a configuration setting. Also added integration tests validating this fix. by Felix Meschberger · 15 years ago
  14. 7e1726d FELIX-1826 Fix integration test still using the component instance by Felix Meschberger · 15 years ago
  15. 67dff95 FELIX-1830 Support for modified property type name "Character" for by Felix Meschberger · 15 years ago
  16. 0a6981e FELIX-1826 Throw ComponentException if newInstance fails to create a by Felix Meschberger · 15 years ago
  17. 639f83a FELIX-1825 Deactivate component instances of delayed components which by Felix Meschberger · 15 years ago
  18. 8a8c633 FELIX-1823 Drop support for Framework API 1.3 (R4.0) and depend by Felix Meschberger · 15 years ago
  19. b4d2e4e FELIX-1186 Refactor log messages to use the new deferred log message by Felix Meschberger · 15 years ago
  20. 55e3b97 FELIX-1735 provide bundle jar file name to the integration tests with a by Felix Meschberger · 15 years ago
  21. ca79792 FELIX-1711 use official OSGi libraries as dependencies, control by Felix Meschberger · 15 years ago
  22. 40a2677 FELIX-1686 Record in the component metadata whether the activate/deactivate by Felix Meschberger · 15 years ago
  23. 1f88baa FELIX-1674 fix typo (thanks Dims for reporting) by Felix Meschberger · 15 years ago
  24. 8b1ef0f Fix License Header by Felix Meschberger · 15 years ago
  25. f975aa5 Add integration tests for service binding mechanisms by Felix Meschberger · 15 years ago
  26. 31181f2 FELIX-1503 Add API to ComponentHolder to allow ImmediateComponentManager instances by Felix Meschberger · 15 years ago
  27. 2e88542 Better support for integration testing: by Felix Meschberger · 15 years ago
  28. be682e3 Use component.id instead of service.pid as the key in the INSTANCES map by Felix Meschberger · 15 years ago
  29. a6ad976 Split integration tests into separate classes for easier maintenance by Felix Meschberger · 15 years ago
  30. 883c48c New test verifying that a single-component XML document without the by Felix Meschberger · 15 years ago
  31. bbfc717 FELIX-1447 Remove ComponentMetadata parameter from AbstractComponentManager.log by Felix Meschberger · 15 years ago
  32. ab4aac3 FELIX-1443 Unify method selection and invocation mechanisms on the by Felix Meschberger · 15 years ago
  33. e886020 FELIX-1440 Add support for method lookup termination on suitable by Felix Meschberger · 15 years ago
  34. 7eb26b9 FELIX-927 Complete bind/unbind method signature extension for by Felix Meschberger · 15 years ago
  35. 4592f83 FELIX-1437 Include declaration namespace in the decision of which by Felix Meschberger · 15 years ago
  36. 01ead65 FELIX-1436 Ensure duplicate implementation and/or service elements render by Felix Meschberger · 15 years ago
  37. a9930f3 FELIX-928 For Java 1.3 compilation we need casts by Felix Meschberger · 15 years ago
  38. 04fe77a FELIX-928 Apply patch by Alin Derhiciu (thanks) and factored the actual descriptor by Felix Meschberger · 15 years ago
  39. 4dab8ea FELIX-1232 Add integration test ensuring private component by Felix Meschberger · 15 years ago
  40. 4092440 FELIX-1232 Apply modified patch by Alin Dreghiciu (thanks). The service by Felix Meschberger · 15 years ago
  41. 8c1d3ec FELIX-927 Apply patch by Alin Dreghiciu to allow for better bind/unbind by Felix Meschberger · 15 years ago
  42. 47eb037 FELIX-1416 Add unit and integration tests for new and fixed configuration behaviour by Felix Meschberger · 15 years ago
  43. 9c77865 FELIX-1314 Split main "impl" package by moving classes to helper, manager, by Felix Meschberger · 15 years ago
  44. ba3da7a FELIX-925 Add support for new activate/deactivate method signatures and by Felix Meschberger · 15 years ago
  45. d07f180 FELIX-1284 unit tests for new "modified" attribute by Felix Meschberger · 15 years ago
  46. 5d89d56 FELIX-925 Allow activate and deactivate methods to have different signatures by Felix Meschberger · 15 years ago
  47. f7d5706 FELIX-924 configuration policy configurable by Felix Meschberger · 15 years ago
  48. bcb2a4b FELIX-639 add some logging for unexpected elements in the XML file and by Felix Meschberger · 15 years ago
  49. 46b3314 FELIX-593 change accepted and default values for immediate attribute by Felix Meschberger · 16 years ago