1. 3d92121 Several smaller bugfixes and performance updates for resources. Added a test that demonstrates how to create a custom dependency (and did some refactorings to make that easier). by Marcel Offermans · 14 years ago
  2. 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
  3. 8b93efa Refactored all exported packages into one, to simplify usage. by Marcel Offermans · 14 years ago
  4. 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
  5. 4646269 Forgot to remove a print statement, left over from debugging. by Marcel Offermans · 14 years ago
  6. 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
  7. ea89b86 Relatively large refactoring of callback methods, cleaned up some code and made them more consistent. by Marcel Offermans · 14 years ago
  8. 157e711 Refactored to use InvocationUtil which is dynamic proxy aware. by Marcel Offermans · 14 years ago
  9. 019b30d Made the logging of invocation target exceptions more explicit. by Marcel Offermans · 14 years ago
  10. 1785c33 Added comments. In addedService: invoke added callback if the dependency is made available and if the dependency is not required by Pierre De Rop · 14 years ago
  11. c17a448 FELIX-2344 After feedback from Pierre, added yet another test scenario and fixed it by reversing the order in which callbacks were invoked and the service was started to ensure callbacks of required dependencies will be invoked before the service is started. by Marcel Offermans · 14 years ago
  12. 08459ba FELIX-2344 Extended the test case and fixed the bug. by Marcel Offermans · 14 years ago
  13. 1f06478 Don't throw a ConfigurationException when the updated callback method does not exist. by Pierre De Rop · 14 years ago
  14. bde9a43 FELIX-2078 Fixes to resolve this bug. by Marcel Offermans · 14 years ago
  15. 51b3337 decoupled the MetaTypeProviderImpl class from ConfigurationDependencyImpl class by Pierre De Rop · 14 years ago
  16. 46e26fb Fixed an issue with not all callbacks being invoked on service compositions, introduced as part of the refactoring of Friday. by Marcel Offermans · 14 years ago
  17. 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
  18. a564b3a Prefixed some methods in interfaces with 'public', implemented instance bound feature in resource dependencies. by Marcel Offermans · 14 years ago
  19. a0204f5 added MetaType support in DependencyManager API by Pierre De Rop · 15 years ago
  20. 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
  21. 9ace4f4 Tested filter for null before using it. by Marcel Offermans · 15 years ago
  22. d665eaf Fixes for bundle adapters. Added missing methods to DAB. by Marcel Offermans · 15 years ago
  23. 7d04903 fixed javadoc by Pierre De Rop · 15 years ago
  24. cac806f small bugfixes by Marcel Offermans · 15 years ago
  25. a83c25a added a method to specify a service dependency that is based only on a filter condition by Marcel Offermans · 15 years ago
  26. 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
  27. b99e7e4 implemented resource tracking, also when tracking a specific resource by Marcel Offermans · 15 years ago
  28. 46345fa removed print statement by Marcel Offermans · 15 years ago
  29. 266eee5 bugfix, only add property if the value is not null by Marcel Offermans · 15 years ago
  30. 001db05 added some new adapters and a few fixes, work in progress by Marcel Offermans · 15 years ago
  31. 00970dc moved start/stop methods from Dependency.java into this new interface; in order to avoid exposing implementation methods in the API by Pierre De Rop · 15 years ago
  32. c242986 renamed package to org.apache.felix.dm.impl.dependencies by Pierre De Rop · 15 years ago
  33. b9dee1a moved to org.apache.felix.dm.impl.dependencies package by Pierre De Rop · 15 years ago
  34. aacb3aa renamed package to org.apache.felix.dm.impl.dependencies by Pierre De Rop · 15 years ago
  35. 4924974 moved to org.apache.felix.dm.impl.dependencies package by Pierre De Rop · 15 years ago
  36. e8c339f renamed package to org.apache.felix.dm.impl.dependencies by Pierre De Rop · 15 years ago
  37. 2554cad moved to org.apache.felix.dm.impl.dependencies package by Pierre De Rop · 15 years ago
  38. 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
  39. eb90e5b moved to org.apache.felix.dm.impl.dependencies package by Pierre De Rop · 15 years ago
  40. e4d80b9 renamed package to org.apache.felix.dm.impl.dependencies by Pierre De Rop · 15 years ago
  41. 912a1d6 moved to org.apache.felix.dm.impl.dependencies package by Pierre De Rop · 15 years ago
  42. b26ca30 renamed package to org.apache.felix.dm.impl.dependencies; implements DependencyActivation by Pierre De Rop · 15 years ago
  43. a17acd4 moved to org.apache.felix.dm.impl.dependencies package by Pierre De Rop · 15 years ago
  44. 809568b renamed package to org.apache.felix.dm.impl.dependencies by Pierre De Rop · 15 years ago
  45. 1d5544f moved to org.apache.felix.dm.impl.dependencies package by Pierre De Rop · 15 years ago