1. 147b595 Added a test case which reproduces the issue described in FELIX-4984. by Pierre De Rop · 9 years ago
  2. d521253 FELIX-4964 Activate a component at most once from a service event by David Jencks · 9 years ago
  3. 780582a FELIX-4793 Components with an empty configuration are created even if configuration is required or available by A. J. David Bosschaert · 9 years ago
  4. 894119e FELIX-4785 Fix for test failure with old SCR API. by A. J. David Bosschaert · 9 years ago
  5. dcf33e7 FELIX-4403 Add integration test for configure-by-annotations by David Jencks · 10 years ago
  6. 7a384a6 FELIX-4585 fix factory component bugs revealed by enable fix by David Jencks · 10 years ago
  7. 73c801f FELIX-4585 fix component factory disable by David Jencks · 10 years ago
  8. c7c342e [FELIX-4563] Turn xml reference target attributes into properties, with a test by David Jencks · 10 years ago
  9. 125d377 FELIX-4402 reimplement how obsolete configurable component factory works by David Jencks · 10 years ago
  10. b899d73 FELIX-4402 make the ServiceComponentRuntime work with factory components, and make tests pass by David Jencks · 10 years ago
  11. 2571616 FELIX-4401, FELIX-4402 Remove obsolete proprietary admin classes and split ComponentHolder interface into inward and outward facing pieces by David Jencks · 10 years ago
  12. c2357ed FELIX-4401 fix tests and test assumptions by David Jencks · 10 years ago
  13. c4773f2 FELIX-4401 Initial refactoring of integration tests to use ServiceComponentRuntime. Does not include factory component tests which do not compile by David Jencks · 10 years ago
  14. acb8321 [FELIX-4022] Implement spec compliant behavior for pre and post 1.3 with a flag to get reasonable behavior pre-1.3. Question is whether deleting a config calls modify(1.3) or deactivates(pre 1.3) by David Jencks · 10 years ago
  15. 445be02 [FELIX-4406] [FELIX-4506] [FELIX-4507] finish r6 xml processing, felix extension processing, and test persistent factory component by David Jencks · 10 years ago
  16. f58fac9 FELIX-4391 initial support for refname.cardinality.minimum property by David Jencks · 10 years ago
  17. 3173228 FELIX-4348 async locate service deadlock test by David Jencks · 11 years ago
  18. 1022cd1 [FELIX-4350] Add disable integration test by Guillaume Nodet · 11 years ago
  19. 2fe519b FELIX-4297 Fix deadlock when binding one reference creates another, with a test by David Jencks · 11 years ago
  20. 853b55b FELIX-4290 Commit a slightly simpler fix than Pierre proposed and his test, moved into the existing ComponentFactory test class by David Jencks · 11 years ago
  21. d91e83d FELIX-3651 TargetedPID tests by David Jencks · 11 years ago
  22. 77ef1fc FELIX-3651 Location tests for LOCATION_CHANGED event and region locations by David Jencks · 11 years ago
  23. 71a4df1 [FELIX-4188] Add an integration test by Guillaume Nodet · 11 years ago
  24. 8a14886 FELIX-4166 unregister service if it becomes unsatisfied before being created, tests for unactivated components by David Jencks · 11 years ago
  25. 1ff677d FELIX-4166 unregister service if it becomes unsatisfied before being created by David Jencks · 11 years ago
  26. c72ea97 FELIX-4070 separate config for component factory tests by David Jencks · 11 years ago
  27. 22af12f FELIX-3971 (disabled due to uncertainty about correct behavior) test for factory component by David Jencks · 11 years ago
  28. 613f1fa FELIX-3971 tests for configuration change effects by David Jencks · 11 years ago
  29. a4af0eb FELIX-3875 test for services bound/unbound on configuration change by David Jencks · 11 years ago
  30. f56535b FELIX-3754 Add tests for delayed and service factory service components by Felix Meschberger · 12 years ago
  31. 89a24c9 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
  32. dd2c517 FELIX-3680 use enable/disable counting in test, use restricted logging by David Jencks · 12 years ago
  33. 2037e2b FELIX-3680 fix test so it is might pass, and add shutdown logic by David Jencks · 12 years ago
  34. 636c982 FELIX-3680: Added a second integration test which concurrently register dependend services by Pierre De Rop · 12 years ago
  35. e1f6ad2 FELIX-3680: Prefixed all test components name with the test package, in order to by Pierre De Rop · 12 years ago
  36. 8113ace FELIX-3680: Prefixed all test components name with the test package, in order to by Pierre De Rop · 12 years ago
  37. b98f344 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
  38. a580b55 Uncommitted previous commit (latches are initialize to 11). by Pierre De Rop · 12 years ago
  39. 29ce662 The component should be disabled by default, since it is manually enabled from integration test by Pierre De Rop · 12 years ago
  40. 09f4217 Added integration test for the FELIX-3680 issue. by Pierre De Rop · 12 years ago
  41. 0de0bb3 FELIX-3659 share method objects as much as possible by David Jencks · 12 years ago
  42. 794af6d FELIX-3645: Tests which reproduces the "Could not obtain lock in 5000 milliseconds" Exception. by Pierre De Rop · 12 years ago
  43. 1511632 FELIX-3559 Fix factory components whose newInstances are services referred to by other components by David Jencks · 12 years ago
  44. 64520ea FELIX-3557 more circular ref tests, for b 0..1 to A by David Jencks · 12 years ago
  45. a9cbe1b FELIX-3557 tests for circular dependency behavior by David Jencks · 12 years ago
  46. 99cd15c FELIX-3533 strip out private . properties when a lifecycle method returns service properties by David Jencks · 12 years ago
  47. 715d0b6 FELIX-3524: Added integration test for configuration pid support. by Pierre De Rop · 12 years ago
  48. 738751a FELIX-3410 Apply patch by David Jencks (thanks) and add by Felix Meschberger · 12 years ago
  49. b8ab893 FELIX-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 · 12 years ago
  50. 9d508b5 FELIX-3506 Apply patch by David Jencks (thanks alot) by Felix Meschberger · 12 years ago
  51. dc3ad6a FELIX-3377 Commit my latest patch (FELIX-3377-4-fmeschbe.patch) including input from David Jencks (thanks alot). by Felix Meschberger · 12 years ago
  52. 8422a30 FELIX-3377 Applied patch provided by David Jencks (thanks alot) slightly modified: by Felix Meschberger · 12 years ago
  53. 1a0bd2c FELIX-3090 Ensure target properties are properly considered when satisfying the ComponentFactory service by Felix Meschberger · 12 years ago
  54. 161c4c0 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
  55. f65156d FELIX-3086 Missing support for DS 1.1 "Character" type name plus unit test by Felix Meschberger · 13 years ago
  56. 4c6215d 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 · 13 years ago
  57. 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
  58. 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
  59. 3242020 FELIX-2010 Missing descriptor for the test components ... by Felix Meschberger · 14 years ago
  60. 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
  61. 01fdc28 FELIX-1922 test ComponentFactory does not require configuration by Felix Meschberger · 15 years ago
  62. 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
  63. 639f83a FELIX-1825 Deactivate component instances of delayed components which by Felix Meschberger · 15 years ago
  64. 40a2677 FELIX-1686 Record in the component metadata whether the activate/deactivate by Felix Meschberger · 15 years ago
  65. f975aa5 Add integration tests for service binding mechanisms by Felix Meschberger · 15 years ago
  66. 31181f2 FELIX-1503 Add API to ComponentHolder to allow ImmediateComponentManager instances by Felix Meschberger · 15 years ago
  67. 883c48c New test verifying that a single-component XML document without the by Felix Meschberger · 15 years ago
  68. bbfc717 FELIX-1447 Remove ComponentMetadata parameter from AbstractComponentManager.log by Felix Meschberger · 15 years ago
  69. 01ead65 FELIX-1436 Ensure duplicate implementation and/or service elements render by Felix Meschberger · 15 years ago
  70. 4dab8ea FELIX-1232 Add integration test ensuring private component by Felix Meschberger · 15 years ago
  71. 47eb037 FELIX-1416 Add unit and integration tests for new and fixed configuration behaviour by Felix Meschberger · 15 years ago
  72. d07f180 FELIX-1284 unit tests for new "modified" attribute by Felix Meschberger · 15 years ago
  73. f7d5706 FELIX-924 configuration policy configurable by Felix Meschberger · 15 years ago