1. 1391d68 Method to access compositions of instances was not "proxy aware" because it did not yet use our InvocationUtil method. Now it does, and is. by Marcel Offermans · 14 years ago
  2. 79ac971 Accumulate all extra dependencies defined from init() method, before calculating state changes. by Pierre De Rop · 14 years ago
  3. bedf369 FELIX-2344 FELIX-2369 bindService is now invoked with the new state on every relevant state change (instead of the old state which was wrong) and as part of the bindService implementation, the service is configured again (because the init() method might have added new dependencies) by Marcel Offermans · 14 years ago
  4. 19476fe - Reworked the aspect API in order to allow to provide aspect parameters by by Pierre De Rop · 14 years ago
  5. a6ffb99 Completed support for using dynamic proxies as generic aspects. Added a test to validate this behaviour. by Marcel Offermans · 14 years ago
  6. 9afe2f5 Slightly relaxed the rules for member injection when using a named field. In that case it is now enough to have a field that is of an assignable type, instead of requiring an exact type. by Marcel Offermans · 14 years ago
  7. e43114b Changed the exception handling after Friday's refactoring. No such method exceptions should be ignored here. by Marcel Offermans · 14 years ago
  8. 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
  9. 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
  10. cc8adbb only log an error if there is no implementation set AND creating an instance using a factory did not work by Marcel Offermans · 14 years ago
  11. 6358e05 fixed a shutdown issue where sometimes services were unregistered twice by Marcel Offermans · 15 years ago
  12. 6cb7ac2 bugfix for instance bound service dependencies by Marcel Offermans · 15 years ago
  13. 84a43ad experimental bugfix, needs more testing by Marcel Offermans · 15 years ago
  14. 4fd903f added documentation, bugfixed a scenario where multiple instance bound dependencies did not work correctly by Marcel Offermans · 15 years ago
  15. 306c252 fixed a startup ordering issue, added a test to make sure it stays fixed by Marcel Offermans · 15 years ago
  16. 78e5dfc fixed a bug with instance bound dependencies, updated the test to ensure this keeps working from now on by Marcel Offermans · 15 years ago
  17. 937ab4f simplified updating of instances and propagation of properties by Marcel Offermans · 15 years ago
  18. 0f6605e corrected the previous patch by Marcel Offermans · 15 years ago
  19. 44a93bf bugfix, is registered should mean that the service is bound, not only that all required dependencies are available by Marcel Offermans · 15 years ago
  20. 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
  21. 001db05 added some new adapters and a few fixes, work in progress by Marcel Offermans · 15 years ago
  22. d2ec395 renamed package to org.apache.felix.dm.impl; invoke start/stop methods on dependencies through the DependancyActivation interface; reworked API in order to avoid exposing implementation methods from end user interfaces by Pierre De Rop · 15 years ago
  23. d59b06a moved to org.apache.felix.dm.impl package by Pierre De Rop · 15 years ago[Renamed from dependencymanager/core/src/main/java/org/apache/felix/dependencymanager/impl/ServiceImpl.java]
  24. 203bdad added support and tests for resource dependencies that are shared between services by Marcel Offermans · 15 years ago
  25. 80eeafe added support for adding dynamic aspects for services, plus a test that validates the basic behaviour by Marcel Offermans · 15 years ago
  26. 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
  27. 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 (71%) from dependencymanager/core/src/main/java/org/apache/felix/dependencymanager/ServiceImpl.java]
  28. ca21ff1 updated to osgi.org dependencies, fixed several small mistakes with previous checkin by Marcel Offermans · 15 years ago
  29. 1e1233e Moving dependencymanager.temp to submodule. by Marcel Offermans · 15 years ago[Renamed from dependencymanager.temp/src/main/java/org/apache/felix/dependencymanager/ServiceImpl.java]
  30. a962bc9 Preparing move. by Marcel Offermans · 15 years ago