- 296970c FELIX-3754 Add tests for delayed and service factory service components by Felix Meschberger · 12 years ago
- aed970f FELIX-3754 Internally register the component instance before calling the activate method to make sure (dynamic) services can be bound during activation. In case of activation failure, the instance has to be unregistered again. Plus test case. by Felix Meschberger · 12 years ago
- 57557da FELIX-3680 use enable/disable counting in test, use restricted logging by David Jencks · 12 years ago
- a3f55ce FELIX-3680 fix test so it is might pass, and add shutdown logic by David Jencks · 12 years ago
- a491f4d FELIX-3680: Added a second integration test which concurrently register dependend services by Pierre De Rop · 12 years ago
- 8200056 FELIX-3680: Prefixed all test components name with the test package, in order to by Pierre De Rop · 12 years ago
- 88b350d FELIX-3680: Prefixed all test components name with the test package, in order to by Pierre De Rop · 12 years ago
- 2cbc3f0 FELIX-3680: invoke latches from B/C/D/E/F/G/H/I/J/K start/stop methods. by Pierre De Rop · 12 years ago
- ee26d62 Uncommitted previous commit (latches are initialize to 11). by Pierre De Rop · 12 years ago
- 776bc81 The component should be disabled by default, since it is manually enabled from integration test by Pierre De Rop · 12 years ago
- 8b8237e Added integration test for the FELIX-3680 issue. by Pierre De Rop · 12 years ago
- 257ecb2 FELIX-3659 share method objects as much as possible by David Jencks · 12 years ago
- e6e86b7 FELIX-3645: Tests which reproduces the "Could not obtain lock in 5000 milliseconds" Exception. by Pierre De Rop · 12 years ago
- 6391f0c FELIX-3559 Fix factory components whose newInstances are services referred to by other components by David Jencks · 12 years ago
- 259f27d FELIX-3557 more circular ref tests, for b 0..1 to A by David Jencks · 12 years ago
- 88aed3e FELIX-3557 tests for circular dependency behavior by David Jencks · 13 years ago
- 998e4da FELIX-3533 strip out private . properties when a lifecycle method returns service properties by David Jencks · 13 years ago
- f7d819e FELIX-3524: Added integration test for configuration pid support. by Pierre De Rop · 13 years ago
- f69954c FELIX-3410 Apply patch by David Jencks (thanks) and add by Felix Meschberger · 13 years ago
- 3144a1e SLING-3507 Apply patch by David Jencks (thank you very much) and update the API export to 1.7 due to the new Reference.isReluctant() method by Felix Meschberger · 13 years ago
- 141b20b FELIX-3506 Apply patch by David Jencks (thanks alot) by Felix Meschberger · 13 years ago
- eba6a49 FELIX-3377 Commit my latest patch (FELIX-3377-4-fmeschbe.patch) including input from David Jencks (thanks alot). by Felix Meschberger · 13 years ago
- 3ce511d FELIX-3377 Applied patch provided by David Jencks (thanks alot) slightly modified: by Felix Meschberger · 13 years ago
- 0a9c6b0 FELIX-3090 Ensure target properties are properly considered when satisfying the ComponentFactory service by Felix Meschberger · 13 years ago
- 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
- f1e8543 FELIX-3086 Missing support for DS 1.1 "Character" type name plus unit test by Felix Meschberger · 13 years ago
- 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
- 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
- 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
- c06caf0 FELIX-2010 Missing descriptor for the test components ... by Felix Meschberger · 15 years ago
- 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
- 2e8a24d FELIX-1922 test ComponentFactory does not require configuration by Felix Meschberger · 15 years ago
- 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
- d961cbf FELIX-1825 Deactivate component instances of delayed components which by Felix Meschberger · 15 years ago
- 89d6cc0 FELIX-1686 Record in the component metadata whether the activate/deactivate by Felix Meschberger · 15 years ago
- 3ef42ad Add integration tests for service binding mechanisms by Felix Meschberger · 15 years ago
- f4ae4e4 FELIX-1503 Add API to ComponentHolder to allow ImmediateComponentManager instances by Felix Meschberger · 15 years ago
- 72835d2 New test verifying that a single-component XML document without the by Felix Meschberger · 15 years ago
- 7e572cc FELIX-1447 Remove ComponentMetadata parameter from AbstractComponentManager.log by Felix Meschberger · 15 years ago
- df9c8bb FELIX-1436 Ensure duplicate implementation and/or service elements render by Felix Meschberger · 15 years ago
- dcb192f FELIX-1232 Add integration test ensuring private component by Felix Meschberger · 15 years ago
- 8c64e85 FELIX-1416 Add unit and integration tests for new and fixed configuration behaviour by Felix Meschberger · 15 years ago
- 7e345c5 FELIX-1284 unit tests for new "modified" attribute by Felix Meschberger · 15 years ago
- 962b367 FELIX-924 configuration policy configurable by Felix Meschberger · 16 years ago