1. bfb858d FELIX-4607 test nested anno config by David Jencks · 9 years ago
  2. 3d024b7 FELIX-5079 Register configuration listener per config admin found by David Jencks · 9 years ago
  3. b9174de FELIX-5032 fix index out of bounds exception and concealed test failure by David Jencks · 9 years ago
  4. 1a38754 FELIX-4417 Commit updated circular reference test from Victor Antonovich. The outcome he desires is not yet happening although it looks to me like the current behavior is spec compliant by David Jencks · 9 years ago
  5. dd67bc6 FELIX-5044 add missing test file by David Jencks · 9 years ago
  6. d117e83 FELIX-5044 make sure property changes during service registration eventually get shown by David Jencks · 9 years ago
  7. c02f22c Add missing license header by Carsten Ziegeler · 9 years ago
  8. ce75a8e Add missing license header by Carsten Ziegeler · 9 years ago
  9. b3798e0 Add missing license header by Carsten Ziegeler · 9 years ago
  10. 147b595 Added a test case which reproduces the issue described in FELIX-4984. by Pierre De Rop · 9 years ago
  11. bd7adcb FELIX-4967 handle char and char types in config annotations, and fix boolean handling by David Jencks · 9 years ago
  12. d521253 FELIX-4964 Activate a component at most once from a service event by David Jencks · 9 years ago
  13. ea8173d [SCR] Additional Unit Tests for SingleComponentManager.getService() by A. J. David Bosschaert · 9 years ago
  14. e2ea8e7 [SCR] Fix potential NPE in concurrent scenarios by A. J. David Bosschaert · 9 years ago
  15. a8b8fe7 [DS][RFC-212] Various issues with field references by Carsten Ziegeler · 9 years ago
  16. dc04a3c FELIX-4951 : [DS][RFC-190] Correct pid handling - use scalar if single pid by Carsten Ziegeler · 9 years ago
  17. 4c487c4 FELIX-4883 ServiceComponentRuntime.getComponentConfigurationDTOs NullPointerException by A. J. David Bosschaert · 9 years ago
  18. 1b5020e FELIX-4758, fix SCRCommandTest on windows, thanks to Sean Bright by David Jencks · 9 years ago
  19. 9a212cb FELIX-4412 wire only to bundles that don't require an extender or are wired to us by David Jencks · 9 years ago
  20. b5a09b3 FELIX-4785 : Incompatible SCR API by Carsten Ziegeler · 9 years ago
  21. 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
  22. 83c499f Set version back to 1.8.3-SNAPSHOT and move provisional marker from API as that is not true by Carsten Ziegeler · 9 years ago
  23. 8cf704c FELIX-4789 Fix for SCR Felix4188Test fails when run with framework 4.4.1 or newer by A. J. David Bosschaert · 9 years ago
  24. 3765acb FELIX-4790 Make MutablePropertiesTest work with R6 Framework. by A. J. David Bosschaert · 9 years ago
  25. 894119e FELIX-4785 Fix for test failure with old SCR API. by A. J. David Bosschaert · 9 years ago
  26. 5f3b120 FELIX-4769 : [RFC190/212] Implement ComponentServiceObjects by Carsten Ziegeler · 9 years ago
  27. df1f2f7 FELIX-4631 : [DS][R6/RFC212] Implement field injection. WiP by Carsten Ziegeler · 10 years ago
  28. b5b3a41 FELIX-4607 Implement the easy half of inheritance, where desired type is known statically by David Jencks · 10 years ago
  29. b39f598 FELIX-4607 initial implementation of configuration with nested annotations/interfaces. Only supports arrays or single elements, not collections. Does not support subtypes. by David Jencks · 10 years ago
  30. 6ddef9e FELIX-4403 complete ServiceReferenceDTO info, with what the spec says about type conversions, however implausible that is, and update SCRCommand appropriately by David Jencks · 10 years ago
  31. 8d2100b FElIX-4403 update to use modified rfc190 dto classes by David Jencks · 10 years ago
  32. dcf33e7 FELIX-4403 Add integration test for configure-by-annotations by David Jencks · 10 years ago
  33. edaf42a FELIX-4403 Implement array support in annotation elements by David Jencks · 10 years ago
  34. 193a5e5 FELIX-4403 Implement parameter checking and setting for lifecycle methods by David Jencks · 10 years ago
  35. 2443883 FELIX-4403 preliminary annotation support, does not handle arrays by David Jencks · 10 years ago
  36. fbf0d7a FELIX-4505 1.3 bind method parameter checking by David Jencks · 10 years ago
  37. 3016b18 FELIX-4505 Set up bind methods for 1.3 parameter checking by David Jencks · 10 years ago
  38. 7842b4f FELIX-4505 Implement prototype scope for references, using ComponentContextImpl as object key in RefPairs. LocateService now uses appropriate strategy. New event method signatures not yet implemented. by David Jencks · 10 years ago
  39. 7a384a6 FELIX-4585 fix factory component bugs revealed by enable fix by David Jencks · 10 years ago
  40. 73c801f FELIX-4585 fix component factory disable by David Jencks · 10 years ago
  41. c7c342e [FELIX-4563] Turn xml reference target attributes into properties, with a test by David Jencks · 10 years ago
  42. bae4484 FELIX-4401 Update ServiceComponentRuntime to spec, enable/disable are async returhing Promise by David Jencks · 10 years ago
  43. b13024d FELIX-4401 reimplement ScrInfo based on DTOs by David Jencks · 10 years ago
  44. 2c9b50c FELIX-4402 remove commented out code, improve generics, reduce eclipse warnings by David Jencks · 10 years ago
  45. 125d377 FELIX-4402 reimplement how obsolete configurable component factory works by David Jencks · 10 years ago
  46. 2ca5793 FELIX-4401 Rewrite main factory component tests by David Jencks · 10 years ago
  47. b899d73 FELIX-4402 make the ServiceComponentRuntime work with factory components, and make tests pass by David Jencks · 10 years ago
  48. 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
  49. 9f3f02e FELIX-4402 separate ComponentHolder interface into 2 sides, one called from configuration support etc and one called from the component managers. Remove some unused methods from AbstractComponentManager. Some factory component tests currently fail. by David Jencks · 10 years ago
  50. d02418a FELIX-4402 don't enable a new ComponentManager until it's configuration is supplied to it by David Jencks · 10 years ago
  51. c2357ed FELIX-4401 fix tests and test assumptions by David Jencks · 10 years ago
  52. 8a2d686 FELIX-4402 Fix factory component to not think the factory is a configuration by David Jencks · 10 years ago
  53. 06d332c FELIX-4402 work towards CC exists only when all required configurations present. Always get the xml properties into the CC. Use a flag for pre-13 deleted config doesn't call modify behavior by David Jencks · 10 years ago
  54. 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
  55. e165efc FELIX-4401 Temporarily add runtime spec packages to source by David Jencks · 10 years ago
  56. 400050a FELIX-4402 multiple pid support, parse pids by David Jencks · 10 years ago
  57. 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
  58. 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
  59. 93564a1 [FELIX-4506] [FELIX-4406] [FELIX-4507] Implement felix extension attribute namespace and service scope parsing. Also use extension attribute to turn persistent factory component on by David Jencks · 10 years ago
  60. 3f5817d [FELIX-4507] Implement new style component factory with modify method (turned off, no tests) by David Jencks · 10 years ago
  61. f58fac9 FELIX-4391 initial support for refname.cardinality.minimum property by David Jencks · 10 years ago
  62. 3173228 FELIX-4348 async locate service deadlock test by David Jencks · 10 years ago
  63. 6268e46 FELIX-4350: additional failing use cases by Guillaume Nodet · 11 years ago
  64. f2d67f0 FELIX-4350 Fix race between activation and deactivation. Problem with ServiceTracker exposed and ignored by David Jencks · 11 years ago
  65. 1022cd1 [FELIX-4350] Add disable integration test by Guillaume Nodet · 11 years ago
  66. 80506e4 FELIX-4323 fix CCH.getComponents to return complete list of components, including possible single component. by David Jencks · 11 years ago
  67. 2fe519b FELIX-4297 Fix deadlock when binding one reference creates another, with a test by David Jencks · 11 years ago
  68. e53a381 FELIX-4293 test for location changed event with null properties. Be sure to run with -PcaR5,felix by David Jencks · 11 years ago
  69. 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
  70. b5fa560 FELIX-4286 remove unnecessary DelayedComponentManager class and improve some class names by David Jencks · 11 years ago
  71. d91e83d FELIX-3651 TargetedPID tests by David Jencks · 11 years ago
  72. 77ef1fc FELIX-3651 Location tests for LOCATION_CHANGED event and region locations by David Jencks · 11 years ago
  73. 71a4df1 [FELIX-4188] Add an integration test by Guillaume Nodet · 11 years ago
  74. 8a14886 FELIX-4166 unregister service if it becomes unsatisfied before being created, tests for unactivated components by David Jencks · 11 years ago
  75. 1ff677d FELIX-4166 unregister service if it becomes unsatisfied before being created by David Jencks · 11 years ago
  76. c8a0111 FELIX-3651 simplify import-package in test probe bundle preparatory to location binding tests by David Jencks · 11 years ago
  77. 74db3bb FELIX-3651 add apache header to new file by David Jencks · 11 years ago
  78. dcad483 FELIX-3651 escape some characters in bundle location to make valid filters more likely by David Jencks · 11 years ago
  79. c72ea97 FELIX-4070 separate config for component factory tests by David Jencks · 11 years ago
  80. 18c86c8 FELIX-3584 start work on location changed. Breaks factoryPIDs by David Jencks · 11 years ago
  81. e36433c FELIX-4020 refactoring to have one method that creates the service, called from activate and getService by David Jencks · 11 years ago
  82. 91128a4 FELIX-4020 fix a several locking problems and bugs in modifiedService customizer methods, add thread dumps, reset interrrupt flag on interrupedException, rename open to prebind to reduce confusion with open(S) method by David Jencks · 11 years ago
  83. 37243aa FELIX-4011 use a final ComponentContext since it now has useful state (later made non-final again) and make ComponentInstance a separate class by David Jencks · 11 years ago
  84. 6271c44 FELIX-4011 move edge info tracking to component context by David Jencks · 11 years ago
  85. 22af12f FELIX-3971 (disabled due to uncertainty about correct behavior) test for factory component by David Jencks · 11 years ago
  86. 613f1fa FELIX-3971 tests for configuration change effects by David Jencks · 11 years ago
  87. cf54aff FELIX-3891 add missing apache headers by David Jencks · 11 years ago
  88. fbf5f8e FELIX-3915 R5 way of eliminating timing hole using changecount by David Jencks · 11 years ago
  89. edf5b1e FELIX-3891 wait a while for concurrent registration/unregistration requests to complete by David Jencks · 11 years ago
  90. d284584 FELIX-3891 Fix the new way to avoid deadlocks, and preserve state change ordering, with an actual unit test by David Jencks · 11 years ago
  91. ef3ee75 FELIX-3902 test for SingleDynamic config change problem by David Jencks · 11 years ago
  92. c564fcc FELIX-3891 avoid deadlock in Felix ServiceRegistry unregister service by proper use of DS component context in test by David Jencks · 11 years ago
  93. 8cd7038 FELIX-3891 minor cleanup of felix3680_2 test by David Jencks · 11 years ago
  94. a4af0eb FELIX-3875 test for services bound/unbound on configuration change by David Jencks · 11 years ago
  95. c0b87cd FELIX-3870 improve logging and straighten out logic around calling modified method on config update by David Jencks · 11 years ago
  96. 848705c FELIX-3825 provide correct component manager as logger to Method management objects by David Jencks · 12 years ago
  97. 8608936 FELIX-3825 Include component ID in logging when known by David Jencks · 12 years ago
  98. 972f418 FELIX-3729 fix circular reference problems by David Jencks · 12 years ago
  99. accee62 fix var names by David Jencks · 12 years ago
  100. eeb03d2 FELIX-3708 use java 5-isms in DS by David Jencks · 12 years ago