1. cba269a Added several bits of javadoc to the public API methods. by Marcel Offermans · 12 years ago
  2. 652065a Several small performance enhancements. by Xander Uiterlinden · 12 years ago
  3. 84ac937 FELIX-2976 fixed the issue by checking if the key is actually in the cache with a null value by Marcel Offermans · 13 years ago
  4. e090607 FELIX-2953 Made the cache size configurable via a system property. by Marcel Offermans · 13 years ago
  5. 5be5f14 Added an @author tag to all class comments. by Marcel Offermans · 13 years ago
  6. 227dd71 Added several performance improvements, most of them still experimental, plus started to prepare for a release. by Marcel Offermans · 13 years ago
  7. 706fb27 Work in progress, internal refactorings and bugfixes. by Marcel Offermans · 14 years ago[Renamed (98%) from dependencymanager/core/src/main/java/org/apache/felix/dm/impl/InvocationUtil.java]
  8. 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
  9. 1fbc41e Fixed an issue with invoking methods on instances that have been implemented using a dynamic proxy. We already handled injection properly, but now callbacks work fine too. by Marcel Offermans · 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. c4ee116 Added some parameter checks. by Marcel Offermans · 14 years ago
  12. 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
  13. ac583ba Removed unexpected return in invokeCallbackMethod(Object[] instances, String methodName, Class[][] signatures, Object[][] parameters) method by Pierre De Rop · 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