- e931741 added a "changed" attribute in the ResourceAdapterService annotation. Fixed some javadocs by Pierre De Rop · 14 years ago
- 6d880d0 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
- 4735ada Refactored all exported packages into one, to simplify usage. by Marcel Offermans · 14 years ago
- 224597c 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
- 20a9e9d javadoc/cleanup by Pierre De Rop · 14 years ago
- 5976b9f Changed "dm.log" property into "dm.runtime.log" property by Pierre De Rop · 14 years ago
- c1634ce Invoke service lifecycle callbacks on composition (each init method can return a dependency customization map). by Pierre De Rop · 14 years ago
- d0240c7 changed comments. by Pierre De Rop · 14 years ago
- c5835f2 Relatively large refactoring of callback methods, cleaned up some code and made them more consistent. by Marcel Offermans · 14 years ago
- ae19e06 added missing license by Pierre De Rop · 14 years ago
- c70cbd9 Allow to define an Aspect Service implemented with a DynamicProxy. by Pierre De Rop · 14 years ago
- 4c05121 fixed bug: configuration dependencies were added twice in the service by Pierre De Rop · 14 years ago
- ab3231c fixed bug: unamed dependencies must be injected before the init() method, not after. by Pierre De Rop · 14 years ago
- 734f8d3 fixed javadoc by Pierre De Rop · 14 years ago
- f36d8bc 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
- 81983d1 minor fix/javadoc by Pierre De Rop · 15 years ago
- c0f5942 Removed TemporalServiceDependency, but added a timeout attribute in the ServiceDependency annotation by Pierre De Rop · 15 years ago
- 2938d81 reworked FactoryConfigurationAdapter API by Pierre De Rop · 15 years ago
- de3984d reworked BundleAdapter API in order to allow to provide adapter parameters by reusing the Service interface methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 15 years ago
- 3d6564f reworked ResourceAdapter API in order to allow to provide adapter parameters by reusing the Service interface methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 15 years ago
- b0cb4d1 reworked the Adapter API in order to allow to provide adapter parameters by reusing the Service methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 15 years ago
- 9323e8b added field attribute in Aspect annotation by Pierre De Rop · 15 years ago
- 4912f61 m_logService not static anymore by Pierre De Rop · 15 years ago
- 295a4b4 - Reworked design of the runtime bundle. by Pierre De Rop · 15 years ago
- b9d8caa fixed bug where the service factory is not reset before parsing a dependency descriptor file by Pierre De Rop · 15 years ago
- 75278b9 Added component factory feature in Service annotation - Reorganized annotation packages - Fixed javadoc - Removed static factory methods from annotations by Pierre De Rop · 15 years ago
- 8a45d38 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 · 15 years ago
- 565ede7 added annotation support for factory configuration adapter service by Pierre De Rop · 15 years ago
- 2944e68 fixed bug in adapter annotations: the services provided by adapters were specified as a Class, instead of a Class array. by Pierre De Rop · 15 years ago
- 7b3b21c 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 · 15 years ago
- a06f37d applied DependencyManager.createResourceAdapterService() API modification: service name is now defined as a String, not as a Class by Pierre De Rop · 15 years ago
- 2ac424c fixed wrong version of core/compendium dependencies by Pierre De Rop · 15 years ago
- a0dfcde Fixed bug when parsing BundleDependency's propagate attribute. Added ResourceAdapter and ResourceDependency annotations. by Pierre De Rop · 15 years ago
- b66b73c code factorization: merged setServiceComposition/setServiceCallbacks methods into setCommonServiceParams method. Added factory/factoryMethod attributes in AspectService annotation by Pierre De Rop · 15 years ago
- 66afb93 added annotation support for BundleAdapterService by Pierre De Rop · 15 years ago
- 5e5f451 added annotation support for BundleAdapterService. Fixed wrong default value for "propagate" BundleDependency attribute by Pierre De Rop · 15 years ago
- cbfe88e Attempt to implement aspect API change in the runtime. by Marcel Offermans · 15 years ago
- 274fdad added BundleDependency annotation by Pierre De Rop · 15 years ago
- b745560 added support for annotated adapter services by Pierre De Rop · 15 years ago
- 720122b fixed aspect service parsing (the lifecycle callbacks, and composition method name was not parsed) by Pierre De Rop · 15 years ago
- 0d44224 fixed javadoc. Added Aspect support by Pierre De Rop · 15 years ago
- f7a312b fixed javadoc by Pierre De Rop · 15 years ago
- cdea877 added AspectService by Pierre De Rop · 15 years ago
- c1d19c9 fixed bnf description in javadoc by Pierre De Rop · 15 years ago
- f9bfe44 removed "changed/removed" callbacks from temporal service dependency annotation by Pierre De Rop · 15 years ago
- a050e9a added support for temporal service dependency annotations by Pierre De Rop · 15 years ago
- 53d3376 code cleanup by Pierre De Rop · 15 years ago
- 159eef8 fixed bug when creating a ConfigurationDependency (the pid was not set) by Pierre De Rop · 15 years ago
- 77b9583 import dependencymanager packages using version range by Pierre De Rop · 15 years ago
- 4124179 fixed bug when handling dependencymanager service factory parameters by Pierre De Rop · 15 years ago
- b207999 Fixed javadoc by Pierre De Rop · 15 years ago
- c21fa88 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