1. a8c213f Refactored resource dependencies to use URLs instead of the Resource interface we used previously. Adapted all tests to reflect that. by Marcel Offermans · 14 years ago
  2. 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
  3. c3dfbb7 fixed javadoc by Pierre De Rop · 14 years ago
  4. 3e10037 reworked FactoryConfigurationAdapter API by Pierre De Rop · 14 years ago
  5. 3f06f7c removed wrong import by Pierre De Rop · 14 years ago
  6. 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
  7. 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
  8. 3423158 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
  9. 19476fe - Reworked the aspect API in order to allow to provide aspect parameters by by Pierre De Rop · 14 years ago
  10. a6ffb99 Completed support for using dynamic proxies as generic aspects. Added a test to validate this behaviour. by Marcel Offermans · 14 years ago
  11. 9a8ebfd added MetaType support for factory configuration adapter by Pierre De Rop · 14 years ago
  12. ef94c88 ConfigAdmin factory configuration adapter support by Pierre De Rop · 14 years ago
  13. 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
  14. 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
  15. a0204f5 added MetaType support in DependencyManager API by Pierre De Rop · 14 years ago
  16. ad76067 Added the notion of ranking to aspects so they can dynamically be chained. Fixed a bug in bundle dependencies. by Marcel Offermans · 14 years ago
  17. d665eaf Fixes for bundle adapters. Added missing methods to DAB. by Marcel Offermans · 14 years ago
  18. 4fd903f added documentation, bugfixed a scenario where multiple instance bound dependencies did not work correctly by Marcel Offermans · 15 years ago
  19. b8405a5 somehow a single import statement got lost :) by Marcel Offermans · 15 years ago
  20. 626260c exposed setting of properties for a resource adapter by Marcel Offermans · 15 years ago
  21. 306c252 fixed a startup ordering issue, added a test to make sure it stays fixed by Marcel Offermans · 15 years ago
  22. 3e1998c refactored some common features into an abstract superclass for all decorator patterns by Marcel Offermans · 15 years ago
  23. d403a1d made sure that resource adapters can let their adapters use propagation of properties, if they want to by Marcel Offermans · 15 years ago
  24. 001db05 added some new adapters and a few fixes, work in progress by Marcel Offermans · 15 years ago
  25. ae4a5db moved org.apache.felix.dependencymanager package to org.apache.felix.dm. Reworked API by Pierre De Rop · 15 years ago
  26. 3960e55 moved to org.apache.felix.dm package by Pierre De Rop · 15 years ago[Renamed from dependencymanager/core/src/main/java/org/apache/felix/dependencymanager/DependencyManager.java]
  27. 2925f17 added support for resources and resource dependencies, plus a test case by Marcel Offermans · 15 years ago
  28. 80eeafe added support for adding dynamic aspects for services, plus a test that validates the basic behaviour by Marcel Offermans · 15 years ago
  29. d66c5ce added support for bundle dependencies plus a basic test by Marcel Offermans · 15 years ago
  30. 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
  31. 74363c3 FELIX-1546 applied the patch with some modifications by Marcel Offermans · 15 years ago
  32. 1e1233e Moving dependencymanager.temp to submodule. by Marcel Offermans · 15 years ago[Renamed from dependencymanager.temp/src/main/java/org/apache/felix/dependencymanager/DependencyManager.java]
  33. a962bc9 Preparing move. by Marcel Offermans · 15 years ago