1. b1959f4 Fixed an issue with adapters and extra dependencies that had callbacks. Callbacks were not always invoked correctly for each new adapter instance. This has now been fixed and while at it, I also improved the shell output of several types of dependencies. by Marcel Offermans · 14 years ago
  2. 157e711 Refactored to use InvocationUtil which is dynamic proxy aware. by Marcel Offermans · 14 years ago
  3. 1f06478 Don't throw a ConfigurationException when the updated callback method does not exist. by Pierre De Rop · 14 years ago
  4. 51b3337 decoupled the MetaTypeProviderImpl class from ConfigurationDependencyImpl class by Pierre De Rop · 14 years ago
  5. 61a8114 Added support for invoking life cycle callbacks on something else than the service instance. Refactored some of the callback invocation code so all of them now use the same implementation. Implemented some still missing things. by Marcel Offermans · 14 years ago
  6. a0204f5 added MetaType support in DependencyManager API by Pierre De Rop · 14 years ago
  7. cac806f small bugfixes by Marcel Offermans · 15 years ago
  8. 117aa2f added generic support for propagation of a dependency's properties to a service, implemented for configuration and resource dependencies by Marcel Offermans · 15 years ago
  9. 001db05 added some new adapters and a few fixes, work in progress by Marcel Offermans · 15 years ago
  10. bd642a6 renamed package to org.apache.felix.dm.impl.dependencies; the setCallback method returns now a ConfigurationDependency instead of a Dependency by Pierre De Rop · 15 years ago
  11. eb90e5b moved to org.apache.felix.dm.impl.dependencies package by Pierre De Rop · 15 years ago[Renamed from dependencymanager/core/src/main/java/org/apache/felix/dependencymanager/dependencies/ConfigurationDependency.java]
  12. cae6136 adapted service, configuration and bundle dependencies to allow them to be added to more than one service so you can share them efficiently, added basic tests for those scenarios by Marcel Offermans · 15 years ago
  13. b196d72 factoring out some common methods by Marcel Offermans · 15 years ago
  14. e14b342 moved classes to subpackages, updated ServiceTracker to 4.2 spec, added BundleTracker and BundleDependency, ResourceDependency and some preliminary resource related classes (WIP) by Marcel Offermans · 15 years ago[Renamed (91%) from dependencymanager/core/src/main/java/org/apache/felix/dependencymanager/ConfigurationDependency.java]
  15. ca21ff1 updated to osgi.org dependencies, fixed several small mistakes with previous checkin by Marcel Offermans · 15 years ago
  16. 1e1233e Moving dependencymanager.temp to submodule. by Marcel Offermans · 15 years ago[Renamed from dependencymanager.temp/src/main/java/org/apache/felix/dependencymanager/ConfigurationDependency.java]
  17. a962bc9 Preparing move. by Marcel Offermans · 15 years ago