1. 5d4ee2b renamed ServiceFactory.java class into FactorySet.java by Pierre De Rop · 14 years ago
  2. 09b799f added a "changed" attribute in the ResourceAdapterService annotation. Fixed some javadocs by Pierre De Rop · 14 years ago
  3. f0fc438 don't import org.apache.felix.dm.dependencies package anymore since the API is now in the same toplevel package by Pierre De Rop · 14 years ago
  4. 8b93efa Refactored all exported packages into one, to simplify usage. by Marcel Offermans · 14 years ago
  5. e9c13d9 Used a Java 5 style for() loop by accident. Extended the signature for creating resource adapters so you can also specify a callback instance and name for the changed method. by Marcel Offermans · 14 years ago
  6. 9b090e7 javadoc/cleanup by Pierre De Rop · 14 years ago
  7. 32b7931 Changed "dm.log" property into "dm.runtime.log" property by Pierre De Rop · 14 years ago
  8. 029c28f Invoke service lifecycle callbacks on composition (each init method can return a dependency customization map). by Pierre De Rop · 14 years ago
  9. 06143d8 changed comments. by Pierre De Rop · 14 years ago
  10. ea89b86 Relatively large refactoring of callback methods, cleaned up some code and made them more consistent. by Marcel Offermans · 14 years ago
  11. 5400f48 added missing license by Pierre De Rop · 14 years ago
  12. 23989eb Allow to define an Aspect Service implemented with a DynamicProxy. by Pierre De Rop · 14 years ago
  13. 794558b fixed bug: configuration dependencies were added twice in the service by Pierre De Rop · 14 years ago
  14. 912cdec fixed bug: unamed dependencies must be injected before the init() method, not after. by Pierre De Rop · 14 years ago
  15. 3fffd04 fixed javadoc by Pierre De Rop · 14 years ago
  16. c21081b Added the ability to dynamically configure service dependency "required" and "filter" attributes from the Service's init method by Pierre De Rop · 14 years ago
  17. d4cb83e minor fix/javadoc by Pierre De Rop · 14 years ago
  18. 4e06b5a Removed TemporalServiceDependency, but added a timeout attribute in the ServiceDependency annotation by Pierre De Rop · 14 years ago
  19. 3e10037 reworked FactoryConfigurationAdapter API by Pierre De Rop · 14 years ago
  20. 13dd63d reworked BundleAdapter API in order to allow to provide adapter parameters by reusing the Service interface methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 14 years ago
  21. 445ddec reworked ResourceAdapter API in order to allow to provide adapter parameters by reusing the Service interface methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 14 years ago
  22. 7ba67b3 reworked the Adapter API in order to allow to provide adapter parameters by reusing the Service methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 14 years ago
  23. 5d7226c added field attribute in Aspect annotation by Pierre De Rop · 14 years ago
  24. a027fe4 m_logService not static anymore by Pierre De Rop · 14 years ago
  25. 575a2f7 - Reworked design of the runtime bundle. by Pierre De Rop · 14 years ago
  26. 18776cc fixed bug where the service factory is not reset before parsing a dependency descriptor file by Pierre De Rop · 14 years ago
  27. ff2f5d1 Added component factory feature in Service annotation - Reorganized annotation packages - Fixed javadoc - Removed static factory methods from annotations by Pierre De Rop · 14 years ago
  28. 555d6a7 Temporarily copied SerialExecutor.java from dependencymanager/core to dependencymanager/runtime, until we decide to store this class in utils. Also slightly modified the scheduleNext() method in order to avoid unecessary NoSuchElementException. by Pierre De Rop · 14 years ago
  29. f99da0c added annotation support for factory configuration adapter service by Pierre De Rop · 14 years ago
  30. c80df91 fixed bug in adapter annotations: the services provided by adapters were specified as a Class, instead of a Class array. by Pierre De Rop · 14 years ago
  31. 5eb38b8 Added an extra parameter to resource adapters to specify a handler to invoke life cycle callbacks on. Experimental bit of API for now. by Marcel Offermans · 14 years ago
  32. 49c5d51 applied DependencyManager.createResourceAdapterService() API modification: service name is now defined as a String, not as a Class by Pierre De Rop · 14 years ago
  33. acc33ba fixed wrong version of core/compendium dependencies by Pierre De Rop · 14 years ago
  34. 52ddbfb Fixed bug when parsing BundleDependency's propagate attribute. Added ResourceAdapter and ResourceDependency annotations. by Pierre De Rop · 15 years ago
  35. 469e9b5 code factorization: merged setServiceComposition/setServiceCallbacks methods into setCommonServiceParams method. Added factory/factoryMethod attributes in AspectService annotation by Pierre De Rop · 15 years ago
  36. 2cc0db5 added annotation support for BundleAdapterService by Pierre De Rop · 15 years ago
  37. 6f87aff added annotation support for BundleAdapterService. Fixed wrong default value for "propagate" BundleDependency attribute by Pierre De Rop · 15 years ago
  38. 0d76ce1 Attempt to implement aspect API change in the runtime. by Marcel Offermans · 15 years ago
  39. 01e2a18 added BundleDependency annotation by Pierre De Rop · 15 years ago
  40. 1a8c2e3 added support for annotated adapter services by Pierre De Rop · 15 years ago
  41. 6bae039 fixed aspect service parsing (the lifecycle callbacks, and composition method name was not parsed) by Pierre De Rop · 15 years ago
  42. 706ca33 fixed javadoc. Added Aspect support by Pierre De Rop · 15 years ago
  43. 6ed1050 fixed javadoc by Pierre De Rop · 15 years ago
  44. 4525b81 added AspectService by Pierre De Rop · 15 years ago
  45. afaf5af fixed bnf description in javadoc by Pierre De Rop · 15 years ago
  46. 2944728 removed "changed/removed" callbacks from temporal service dependency annotation by Pierre De Rop · 15 years ago
  47. 76ffc50 added support for temporal service dependency annotations by Pierre De Rop · 15 years ago
  48. cd517a5 code cleanup by Pierre De Rop · 15 years ago
  49. 97d3aac fixed bug when creating a ConfigurationDependency (the pid was not set) by Pierre De Rop · 15 years ago
  50. 9957f9f import dependencymanager packages using version range by Pierre De Rop · 15 years ago
  51. 2babd06 fixed bug when handling dependencymanager service factory parameters by Pierre De Rop · 15 years ago
  52. 59526ec Fixed javadoc by Pierre De Rop · 15 years ago
  53. cd1e58e initial commit of the DependencyManager Component Runtime bundle which tracks started bundles and loads their corresponding component descriptors from OSGI-INF/*.dm by Pierre De Rop · 15 years ago