1. cba269a Added several bits of javadoc to the public API methods. by Marcel Offermans · 12 years ago
  2. 8222d98 FELIX-3402 Applied a slightly modified version of the patch. by Marcel Offermans · 12 years ago
  3. b64a8e2 resolved FELIX-3424, resolved FELIX-3425. by Xander Uiterlinden · 12 years ago
  4. 4aa032c FELIX-3186 Applied the patch, with some improvements. by Marcel Offermans · 13 years ago
  5. d26f2bd FELIX-3292 Applied the second patch. Removed one callback signature that should have been removed, added @deprecated tags and some comments. by Marcel Offermans · 13 years ago
  6. 0709583 FELIX-3042 committed the supplied patch by Marcel Offermans · 13 years ago
  7. a7dadd5 FELIX-3008 Added test and fix for this issue. If the dependency manager bundle was not yet started when indices are defined and the first bundle starts to use them, that bundle will then attempt to start the dependency manager automatically. If that fails, no indices will be used. by Marcel Offermans · 13 years ago
  8. 540daac Renamed the property that enables filter indices. by Marcel Offermans · 13 years ago
  9. c7fbf78 FELIX-2955 Fixed the bug by making sure that only dependency managers that still have a valid bundle context are returned. by Marcel Offermans · 13 years ago
  10. e090607 FELIX-2953 Made the cache size configurable via a system property. by Marcel Offermans · 13 years ago
  11. 90ba4fa Moving implementation code to its right subpackage. by Marcel Offermans · 13 years ago
  12. 5be5f14 Added an @author tag to all class comments. by Marcel Offermans · 13 years ago
  13. fd7deb0 Implemented a filter index that speeds up aspects. Some bugfixes. by Marcel Offermans · 13 years ago
  14. 227dd71 Added several performance improvements, most of them still experimental, plus started to prepare for a release. by Marcel Offermans · 13 years ago
  15. a8818d5 Aligned the aspect and adapter features. Added support for callback methods. Updated the documentation. by Marcel Offermans · 14 years ago
  16. faaed47 Big refactoring, renamed "Service" to "Component" whenever it was referring to the thing that has dependencies and registers itself as a service. by Marcel Offermans · 14 years ago
  17. 26081d3 Added a feature to use an external instance/method to provide properties to propagate. Implemented it for all dependencies plus the resource adapter. Other adapters still under consideration. by Marcel Offermans · 14 years ago
  18. 8b93efa Refactored all exported packages into one, to simplify usage. by Marcel Offermans · 14 years ago
  19. 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
  20. 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
  21. c3dfbb7 fixed javadoc by Pierre De Rop · 14 years ago
  22. 3e10037 reworked FactoryConfigurationAdapter API by Pierre De Rop · 14 years ago
  23. 3f06f7c removed wrong import by Pierre De Rop · 14 years ago
  24. 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
  25. 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
  26. 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
  27. 19476fe - Reworked the aspect API in order to allow to provide aspect parameters by by Pierre De Rop · 14 years ago
  28. a6ffb99 Completed support for using dynamic proxies as generic aspects. Added a test to validate this behaviour. by Marcel Offermans · 14 years ago
  29. 9a8ebfd added MetaType support for factory configuration adapter by Pierre De Rop · 14 years ago
  30. ef94c88 ConfigAdmin factory configuration adapter support 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. 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
  33. a0204f5 added MetaType support in DependencyManager API by Pierre De Rop · 15 years ago
  34. ad76067 Added the notion of ranking to aspects so they can dynamically be chained. Fixed a bug in bundle dependencies. by Marcel Offermans · 15 years ago
  35. d665eaf Fixes for bundle adapters. Added missing methods to DAB. by Marcel Offermans · 15 years ago
  36. 4fd903f added documentation, bugfixed a scenario where multiple instance bound dependencies did not work correctly by Marcel Offermans · 15 years ago
  37. b8405a5 somehow a single import statement got lost :) by Marcel Offermans · 15 years ago
  38. 626260c exposed setting of properties for a resource adapter by Marcel Offermans · 15 years ago
  39. 306c252 fixed a startup ordering issue, added a test to make sure it stays fixed by Marcel Offermans · 15 years ago
  40. 3e1998c refactored some common features into an abstract superclass for all decorator patterns by Marcel Offermans · 15 years ago
  41. d403a1d made sure that resource adapters can let their adapters use propagation of properties, if they want to by Marcel Offermans · 15 years ago
  42. 001db05 added some new adapters and a few fixes, work in progress by Marcel Offermans · 15 years ago
  43. ae4a5db moved org.apache.felix.dependencymanager package to org.apache.felix.dm. Reworked API by Pierre De Rop · 15 years ago
  44. 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]
  45. 2925f17 added support for resources and resource dependencies, plus a test case by Marcel Offermans · 15 years ago
  46. 80eeafe added support for adding dynamic aspects for services, plus a test that validates the basic behaviour by Marcel Offermans · 15 years ago
  47. d66c5ce added support for bundle dependencies plus a basic test by Marcel Offermans · 15 years ago
  48. 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
  49. 74363c3 FELIX-1546 applied the patch with some modifications by Marcel Offermans · 15 years ago
  50. 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]
  51. a962bc9 Preparing move. by Marcel Offermans · 15 years ago