1. bdcaa33 FELIX-3039 Add new ds.delayed.keepInstances configuration property to prevent cleanup of unused delayed components. by Felix Meschberger · 13 years ago
  2. e03439d FELIX-2895 Don't use getResource any longer to find descriptors. The findEntry/findEntries methods are provided explicitly to access such configuration information. Also we do not want to use the class loaders to find the resource since these might also span imported packages - or worse - required bundles. by Felix Meschberger · 13 years ago
  3. 58db68b FELIX-3087 Fix wrong Character/Char type conversion; add unit tests; refactor value conversion to do it during validation, which allows to fail value conversion on a component-level instead of a descriptor file level. by Felix Meschberger · 13 years ago
  4. f1e8543 FELIX-3086 Missing support for DS 1.1 "Character" type name plus unit test by Felix Meschberger · 13 years ago
  5. e907aca FELIX-3093 Upgrade to TinyBundles 1.1.0 and adapt to modified TinyBundle API by Felix Meschberger · 13 years ago
  6. e7a8d2a FELIX-2944 Testcase for namespace handling by Felix Meschberger · 14 years ago
  7. b9c72d0 FELIX-2962 Ensure certain invalid XML is not accepted, particularly a subsequent open element instead of a closing element, as in "<a><a>" by Felix Meschberger · 14 years ago
  8. cf317b6 FELIX-2578 Refactor SCR configuration setup to support late wiring of Configuration Admin API by Felix Meschberger · 14 years ago
  9. 238a2c2 FELIX-2821 Apply patch by Stephen Flynn (thanks alot). Basically when closing the DependencyManagers, the manager list is copied, reversed and this reversed copy is iterated. And added an integration test to prove correctness. by Felix Meschberger · 14 years ago
  10. ebc3aa5 FELIX-2523 Fix test case for component reactivation after configuration deletion by Felix Meschberger · 14 years ago
  11. be9a81c 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
  12. 56da17d 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
  13. 5b919be 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
  14. b432c86 Cleanup imports by Felix Meschberger · 15 years ago
  15. 65bd35d 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 · 15 years ago
  16. c06caf0 FELIX-2010 Missing descriptor for the test components ... by Felix Meschberger · 15 years ago
  17. 8397688 FELIX-2010 Testcases ensuring various visibility and argument options for the activate method are respected for DS 1.1 components. by Felix Meschberger · 15 years ago
  18. 0c6b87b 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
  19. 4486f75 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
  20. 2e8a24d FELIX-1922 test ComponentFactory does not require configuration by Felix Meschberger · 15 years ago
  21. 1e5840c FELIX-1893 Add support for a configurable "updated" method by Felix Meschberger · 15 years ago
  22. 810ef0a 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
  23. 8b4eb05 FELIX-1826 Fix integration test still using the component instance by Felix Meschberger · 15 years ago
  24. 7de3e7d FELIX-1830 Support for modified property type name "Character" for by Felix Meschberger · 15 years ago
  25. d723e88 FELIX-1826 Throw ComponentException if newInstance fails to create a by Felix Meschberger · 15 years ago
  26. d961cbf FELIX-1825 Deactivate component instances of delayed components which by Felix Meschberger · 15 years ago
  27. 470ff26 FELIX-1823 Drop support for Framework API 1.3 (R4.0) and depend by Felix Meschberger · 15 years ago
  28. 9951ef4 FELIX-1186 Refactor log messages to use the new deferred log message by Felix Meschberger · 15 years ago
  29. c71d0e7 FELIX-1735 provide bundle jar file name to the integration tests with a by Felix Meschberger · 15 years ago
  30. 21a301e FELIX-1711 use official OSGi libraries as dependencies, control by Felix Meschberger · 15 years ago
  31. 89d6cc0 FELIX-1686 Record in the component metadata whether the activate/deactivate by Felix Meschberger · 15 years ago
  32. 64200ad FELIX-1674 fix typo (thanks Dims for reporting) by Felix Meschberger · 15 years ago
  33. 1eae9bd Fix License Header by Felix Meschberger · 15 years ago
  34. 3ef42ad Add integration tests for service binding mechanisms by Felix Meschberger · 15 years ago
  35. f4ae4e4 FELIX-1503 Add API to ComponentHolder to allow ImmediateComponentManager instances by Felix Meschberger · 15 years ago
  36. 680786b Better support for integration testing: by Felix Meschberger · 15 years ago
  37. c6708c7 Use component.id instead of service.pid as the key in the INSTANCES map by Felix Meschberger · 15 years ago
  38. d2cb225 Split integration tests into separate classes for easier maintenance by Felix Meschberger · 15 years ago
  39. 72835d2 New test verifying that a single-component XML document without the by Felix Meschberger · 15 years ago
  40. 7e572cc FELIX-1447 Remove ComponentMetadata parameter from AbstractComponentManager.log by Felix Meschberger · 15 years ago
  41. 025c63c FELIX-1443 Unify method selection and invocation mechanisms on the by Felix Meschberger · 15 years ago
  42. babdea9 FELIX-1440 Add support for method lookup termination on suitable by Felix Meschberger · 15 years ago
  43. 009af02 FELIX-927 Complete bind/unbind method signature extension for by Felix Meschberger · 15 years ago
  44. 5fc75cd FELIX-1437 Include declaration namespace in the decision of which by Felix Meschberger · 15 years ago
  45. df9c8bb FELIX-1436 Ensure duplicate implementation and/or service elements render by Felix Meschberger · 15 years ago
  46. 3e0a1b6 FELIX-928 For Java 1.3 compilation we need casts by Felix Meschberger · 15 years ago
  47. e7f0df8 FELIX-928 Apply patch by Alin Derhiciu (thanks) and factored the actual descriptor by Felix Meschberger · 15 years ago
  48. dcb192f FELIX-1232 Add integration test ensuring private component by Felix Meschberger · 15 years ago
  49. e812b5c FELIX-1232 Apply modified patch by Alin Dreghiciu (thanks). The service by Felix Meschberger · 15 years ago
  50. bf021d4 FELIX-927 Apply patch by Alin Dreghiciu to allow for better bind/unbind by Felix Meschberger · 15 years ago
  51. 8c64e85 FELIX-1416 Add unit and integration tests for new and fixed configuration behaviour by Felix Meschberger · 15 years ago
  52. e39e0a9 FELIX-1314 Split main "impl" package by moving classes to helper, manager, by Felix Meschberger · 15 years ago
  53. cf4a8cf FELIX-925 Add support for new activate/deactivate method signatures and by Felix Meschberger · 15 years ago
  54. 7e345c5 FELIX-1284 unit tests for new "modified" attribute by Felix Meschberger · 15 years ago
  55. f53fd02 FELIX-925 Allow activate and deactivate methods to have different signatures by Felix Meschberger · 15 years ago
  56. 962b367 FELIX-924 configuration policy configurable by Felix Meschberger · 15 years ago
  57. 92c6a3c FELIX-639 add some logging for unexpected elements in the XML file and by Felix Meschberger · 16 years ago
  58. a3c0aa8 FELIX-593 change accepted and default values for immediate attribute by Felix Meschberger · 16 years ago