1. 3076794 FELIX-5201: Improved getClassName() method: check if the factory instance is a class name or is an object which provides a toString() method. by Pierre De Rop · 8 years ago
  2. 5140732 FELIX-4689: Added a new method in the component context which allows to invoke callbacks with a flag by Pierre De Rop · 8 years ago
  3. ef4fcf6 FELIX-5201: Improve how components are displayed with gogo shell. by Pierre De Rop · 8 years ago
  4. bdd13ce FELIX-5200: Factory Configuration Adapter Not Retarted. by Pierre De Rop · 8 years ago
  5. 7addedf FELIX-5178: Make some component parameters volatile. by Pierre De Rop · 8 years ago
  6. ac2d938 FELIX-5177: Renamed ComponentContext.createConfigurationProxy method to ComponentContext.createConfigurationProxy.createConfigurationType. by Pierre De Rop · 8 years ago
  7. a8b4a27 FELIX-5177: fixed javadoc. by Pierre De Rop · 8 years ago
  8. 3cf5246 FELIX-5192: ConfigurationDependency race condition when component is stopped. by Pierre De Rop · 8 years ago
  9. dc0993c FELIX-5126: build DM with java8. by Pierre De Rop · 8 years ago
  10. 01b0df6 FELIX-5177: increment minor version because the createConfigurationProxy() method has been added in order to allow to create by Pierre De Rop · 8 years ago
  11. f8ebc61 FELIX-5155: dependency callbacks must not be applied on the internal adapter component for the factory pid adapter. by Pierre De Rop · 8 years ago
  12. 9e5cdba FELIX-5177: by Pierre De Rop · 8 years ago
  13. 70ff1bd FELIX-5188: No error log when a factory pid adapter update callback is not found. by Pierre De Rop · 8 years ago
  14. 9cb1c04 FELIX-5187: Removed unnecessary null-check when using the logger. by Pierre De Rop · 8 years ago
  15. e4f4309 FELIX-5187: No errog log when configuration dependency callback is not found. by Pierre De Rop · 8 years ago
  16. 85a643a FELIX-5155: Do not invoke update callback in case the component implementation is an internal adapter object. by Pierre De Rop · 8 years ago
  17. 35dab2a FELIX-5177: refactoring: removed unecessary catch in updateService method. by Pierre De Rop · 8 years ago
  18. 97cd15b FELIX-5177: Did some refactoring: by Pierre De Rop · 8 years ago
  19. 17274a7 FELIX-5177: Committed the patch from Jan-Willem (:-)) which implements config proxy for factory conf adapters. by Pierre De Rop · 8 years ago
  20. 340ca39 FELIX-5177: when we are losing a configuration, the dictionary is null, and we then should pass a null configuration proxy to callbacks that accept a proxy config. by Pierre De Rop · 8 years ago
  21. 24d9d9d FELIX-5177: it is safer to declare m_configType as volatile (as Jan Willem did in its initial patch), because we by Pierre De Rop · 8 years ago
  22. 4973a4b FELIX-5177: Added some comments about the ConfigurationDependencyImpl.needsInstance method. by Pierre De Rop · 8 years ago
  23. c90bfa3 FELIX-5177: Applied the patch from Jan Willem, and slightly modified it in order to check when callbackInstance is null. by Pierre De Rop · 8 years ago
  24. 6d461de FELIX-5126: Build DM using Java 8. by Pierre De Rop · 8 years ago
  25. 53fe398 FELIX-5164: Increased minor version because API has been modified in order to support callback instance for Aspects. by Pierre De Rop · 8 years ago
  26. 24ad154 FELIX-5164: increase minor bundle version because the API has been modified in order to support callback instance for aspects. by Pierre De Rop · 8 years ago
  27. becfed4 FELIX-5155: Do not invoke callbacks on Factory Pid Adapters components and on AbstractDecorator components (excepts for the first internal dependency declared by aspects and adapters). by Pierre De Rop · 8 years ago
  28. 32b68c8 FELIX-5164: Add support for callback instance in Aspects. by Pierre De Rop · 9 years ago
  29. cc3f816 FELIX-5155: cleanup possibly cached dependency callback instance when removing a dependency from an aspect or adapter component. by Pierre De Rop · 9 years ago
  30. e04b687 Added comments. by Pierre De Rop · 9 years ago
  31. 2c3aeab FELIX-5155: Adapter/Aspect extra service dependencies injected twice if using callback instance. by Pierre De Rop · 9 years ago
  32. fd90eda FELIX-5153: DM4 calls stop before ungetService() on ServiceFactory components. by Pierre De Rop · 9 years ago
  33. 82e47a4 FELIX-5147: Bundle Adapter auto configures class fields even if callbacks are used. by Pierre De Rop · 9 years ago
  34. adea09f FELIX-5146: Service adapters must not turn on autoconf mode if callbacks are ever used. by Pierre De Rop · 9 years ago
  35. c723eb3 FELIX-5114: Schedule configuration update in Component executor synchronously. by Pierre De Rop · 9 years ago
  36. 58018a1 [FELIX-5113] - Remove useless wrong test in ConfigurationDependencyImpl. by Pierre De Rop · 9 years ago
  37. 43ca21b FELIX-5104: Call a conf dependency callback Instance with an instantiated component by Pierre De Rop · 9 years ago
  38. 1088d6d FELIX-5054: clean-up instance bound dependencies when the component is destroyed. by Pierre De Rop · 9 years ago
  39. 1eb4a45 FELIX-5045: Committed a fix that avoid invoking optional dependency callbacks before start. by Pierre De Rop · 9 years ago
  40. 85fc8f0 FELIX-4974: DM filter indices are not enabled if the dependencymanager bundle is started before any other bundles that contain a DM Activator. by Pierre De Rop · 9 years ago
  41. 09a0dba Change bundle versions (because of baselining) by Pierre De Rop · 9 years ago
  42. a59f94b FELIX-4922: changelog file is now centralized in release/resource/changelog.txt by Pierre De Rop · 9 years ago
  43. c8295c2 FELIX-4907: ConfigurationDependency calls updated(null) when component is stopped. by Pierre De Rop · 9 years ago
  44. 7b5d1d1 uncommitted the patch for FELIX-4879, which is invalid. by Pierre De Rop · 9 years ago
  45. 8db54e4 Committed the following contributions provided by Raluca Grigoras (many thanks): by Pierre De Rop · 9 years ago
  46. 0b05518 Updated release notes. Still to add upcoming FELIX-4873 from Raluca. by Pierre De Rop · 9 years ago
  47. c40d93f FELIX-4869: Fixed comments. by Pierre De Rop · 9 years ago
  48. e4cc2c3 FELIX-4858: Added missing createCopy in TemporalServiceDependencyImpl, this dependency can now be used from any adapter. by Pierre De Rop · 9 years ago
  49. a440bd1 FELIX-4869: incremented micro version for the 4869 patch. by Pierre De Rop · 9 years ago
  50. d2012be FELIX-4869: Fixed a bug where optional dependency callbacks are not invoked if the optional dependency by Pierre De Rop · 9 years ago
  51. e90e021 Removed core/runtime/shell 3.2.0 bundles from the release repo, and replaced them by the new 4.0.0 version. by Pierre De Rop · 9 years ago
  52. bfa2728 FELIX-4832: ClassCastException with autoconfig Iterable fields. by Pierre De Rop · 9 years ago
  53. 6710d1b updated docs, changelogs. Added license to samples module. FELIX-4676: Don't generate Require-Capability by default by Pierre De Rop · 9 years ago
  54. 3a00a21 moved new dm4 from sandbox to trunk. by Pierre De Rop · 9 years ago