1. ab4c9a7 removed not intentional import. by Xander Uiterlinden · 13 years ago
  2. 1304e9a processed review comments on FELIX-3425. by Xander Uiterlinden · 13 years ago
  3. 6e1020b resolved FELIX-3424, resolved FELIX-3425. by Xander Uiterlinden · 13 years ago
  4. b487701 FELIX-3423: Prevented the copy of the DependencyManager.ASPECT service property to the adapter's service properties. by Xander Uiterlinden · 13 years ago
  5. dc051ad Added synchronization blocks to ServiceTracker and AspectFilterIndex to solve and prevent concurrency issues. by Xander Uiterlinden · 13 years ago
  6. ce3a2bb FELIX-3186 Applied the patch, with some improvements. by Marcel Offermans · 13 years ago
  7. 1688580 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
  8. afa213b FELIX-3264 updated the shell command to show '(not tracking)' for dependencies that are not started yet by Marcel Offermans · 13 years ago
  9. d157c4b FELIX-3218 applied the patch and slightly modified it to hopefully make it even faster (creates less garbage now and the inner class is made static which should save some bytes) and removed some old, commented out code by Marcel Offermans · 13 years ago
  10. 3afb666 FELIX-3042 committed the supplied patch by Marcel Offermans · 13 years ago
  11. 46a6f75 FELIX-3201 applied the patch by Marcel Offermans · 13 years ago
  12. 60ae2af Bugfix for an IllegalStateException that occurred in the shell command because of propagated configuration items not being available. Added an explicit check. by Marcel Offermans · 13 years ago
  13. 6000d39 FELIX-3057 fixed the bug by Marcel Offermans · 13 years ago
  14. f73472d 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
  15. 30af5a3 Small bugfix, under certain circumstances, the filter key was not properly constructed. by Marcel Offermans · 13 years ago
  16. c034df3 Renamed the property that enables filter indices. by Marcel Offermans · 13 years ago
  17. 7d2a0df FELIX-2987 Fixed. by Marcel Offermans · 13 years ago
  18. ca44a33 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
  19. ec62ea1 Modified the filter to properly handle the fact that keys in service properties are case insensitive. by Marcel Offermans · 14 years ago
  20. 7022a21 [FELIX-2970] - Factory Configuration Adapter Service does not copy adapter dependencies. by Pierre De Rop · 14 years ago
  21. b8d67f5 FELIX-2964 (NPE on some dependency manager adapters, when auto-configuration mode is disabled) by Pierre De Rop · 14 years ago
  22. bddfe07 FELIX-2955 Fixed the bug by making sure that only dependency managers that still have a valid bundle context are returned. by Marcel Offermans · 14 years ago
  23. fdff3a9 FELIX-2953 Made the cache size configurable via a system property. by Marcel Offermans · 14 years ago
  24. 0c35d17 FELIX-2947 Indices now track all services and aspects, which solves the problem. by Marcel Offermans · 14 years ago
  25. bf8ef6f FELIX-2946 Implemented an option to have the tracker track all aspects. Bumped bundle and tracker package versions to 3.1.0. by Marcel Offermans · 14 years ago
  26. f4201d7 Code was being invoked too often (calling a static method from each and every instance, instead of just once). by Marcel Offermans · 14 years ago
  27. 491e963 Apache-developed software shouldn't be incluced in third-party software by Richard S. Hall · 14 years ago
  28. acf130c [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  29. b48e22f [maven-release-plugin] prepare release org.apache.felix.dependencymanager-3.0.0 by Marcel Offermans · 14 years ago
  30. 0f42043 Rolled back the 2nd release attempt. by Marcel Offermans · 14 years ago
  31. 64ab12f [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  32. 4915066 [maven-release-plugin] prepare release org.apache.felix.dependencymanager-3.0.0 by Marcel Offermans · 14 years ago
  33. f51b783 Updated changelogs with initial messages. by Marcel Offermans · 14 years ago
  34. b6645ba Added changelog.txt's. by Marcel Offermans · 14 years ago
  35. ebb039e Fixed DEPENDENCIES files. by Marcel Offermans · 14 years ago
  36. 0d92296 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  37. dadfffe [maven-release-plugin] prepare release org.apache.felix.dependencymanager-3.0.0 by Marcel Offermans · 14 years ago
  38. 75177fe More updates to the poms and licenses. by Marcel Offermans · 14 years ago
  39. 86bfb70 Updated poms to include DEPENDENCIES file in META-INF and some other small cleanups. by Marcel Offermans · 14 years ago
  40. b8ee072 FilterService now implements ComponentDeclaration, as it should have done all along. ComponentImpl now treats keys in a map of properties as objects, instead of assuming they're all strings. by Marcel Offermans · 14 years ago
  41. cca58bd Cleaned up pom in preparation for release. by Marcel Offermans · 14 years ago
  42. 2b6ff15 Moved the FilterIndex to the public package. Although highly experimental, it is part of the API. by Marcel Offermans · 14 years ago
  43. 3cf318c Moving implementation code to its right subpackage. by Marcel Offermans · 14 years ago
  44. ee107ff Added an @author tag to all class comments. by Marcel Offermans · 14 years ago
  45. b7475e9 Implemented a filter index that speeds up aspects. Some bugfixes. by Marcel Offermans · 14 years ago
  46. c1ed7b4 Fixed some of the TODO items in the code. by Marcel Offermans · 14 years ago
  47. 01a807f Added license headers to new source files. by Marcel Offermans · 14 years ago
  48. d9668f4 Added several performance improvements, most of them still experimental, plus started to prepare for a release. by Marcel Offermans · 14 years ago
  49. 8f4c032 Fixed an error that tried to make a constructor accessible, but failed. by Marcel Offermans · 14 years ago
  50. 40f97c7 Aligned the aspect and adapter features. Added support for callback methods. Updated the documentation. by Marcel Offermans · 14 years ago
  51. 2010836 FELIX-2875 Relaxed the methods a bit and consolidated all logic into a private method that does the real work. by Marcel Offermans · 14 years ago
  52. 4b509e3 Fixed an issue with dynamic life cycle listeners. by Marcel Offermans · 14 years ago
  53. da72e44 - Deactivate the service when a dependency is lost while the framework is stopping. This is indeed by Pierre De Rop · 14 years ago
  54. 41a0f68 Bugfix. by Marcel Offermans · 14 years ago
  55. 95cd68d Fixed a potential NPE that seemed to occur under specific circumstances when the component was stopped. by Marcel Offermans · 14 years ago
  56. aec0cb4 FELIX-2752 Nulled m_registration after unregistering a service. by Marcel Offermans · 14 years ago
  57. 06a46ab Synchronized access to m_sr. by Marcel Offermans · 14 years ago
  58. 5fbe302 Bugfixes for several issues with required service dependencies with callbacks in scenarios where multiple dependencies are available. by Marcel Offermans · 14 years ago
  59. 31ea4d9 Work in progress, internal refactorings and bugfixes. by Marcel Offermans · 14 years ago
  60. 8ddd58a FELIX-2696 Now properly flushes the internal cache that keeps track of which component instances already had their updated() method invoked. by Marcel Offermans · 14 years ago
  61. 70a01d1 Fetch again the current state in the add(List) method, just before invoking calculateStateChanges method. by Pierre De Rop · 14 years ago
  62. 2fb1eaa Incorrectly dealt with service changed events. by Marcel Offermans · 14 years ago
  63. 173c990 Added an extra method to the interface. by Marcel Offermans · 14 years ago
  64. 043d5c0 More fixes for instance bound callbacks. by Marcel Offermans · 14 years ago
  65. 65b3485 Various fixes for problems with when to invoke instance bound dependency callbacks. by Marcel Offermans · 14 years ago
  66. 980ec58 Fixed a concurrent modification exception caused by improper and missing synchronization. by Marcel Offermans · 14 years ago
  67. b5ad3d1 Bugfixes related to aspects and general life cycle issues. Committed so others can test against this version. by Marcel Offermans · 14 years ago
  68. abf424f Forgot to remove a print statement. by Marcel Offermans · 14 years ago
  69. 5d84b07 Fixed two issues: by Marcel Offermans · 14 years ago
  70. 7ed19a2 Now shows a direct dependency on a service reference in a more readable way: prints the service.id now. by Marcel Offermans · 14 years ago
  71. 899b980 Code cleanup, added a more descriptive toString implementation. by Marcel Offermans · 14 years ago
  72. f7547c3 Added missing documentation. by Marcel Offermans · 14 years ago
  73. 878b6e8 Improved printing of arrays in property values when converting a ServiceReference to a String. by Marcel Offermans · 14 years ago
  74. 1ed75f8 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
  75. 47d289c Fixed a NPE in getName(). by Marcel Offermans · 14 years ago
  76. 0f1592d added missing setPropagate methods in ServiceDependency interface (and also added the corresponding ServiceDependencyPropagateTest testcase) by Pierre De Rop · 14 years ago
  77. 6548174 Filter out certain properties when propagating them (adapters on aspects went wrong as the aspect properties were copied). by Marcel Offermans · 14 years ago
  78. 94217ab fixed initialization of the ResourceDependency with respect to propagate parameters. This fix is validated by the ResourceAdapterServiceTestWithPublisher testcase by Pierre De Rop · 14 years ago
  79. 0f1d4b3 Made the toString(ServiceReference) more robust with respect to dealing with references that belong to services that are no longer registered. by Marcel Offermans · 14 years ago
  80. c73c72d Several fixes for bugs that caused aspects to be chained in the wrong way if you had aspects on multiple services. by Marcel Offermans · 14 years ago
  81. 19ea9b8 Fixed a scenario where aspects that were part of the initial set of tracked services were not correctly identified as such, causing them to show up (instead of being properly hidden). by Marcel Offermans · 14 years ago
  82. ecd32b0 Cleaned up the pom.xml files, centralizing dependencies and versions and making it easier to just checkout this project and build it. Also made sure that the appropriate parts of the dependency manager are now compiled against the standard OSGi execution environment instead of Java 5 (annotation related bundles and tests are excluded). by Marcel Offermans · 14 years ago
  83. 1b12ac7 Accidentally committed a version of the pom that includes the sources in the bundle. by Marcel Offermans · 14 years ago
  84. 87e0aea 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
  85. 061871e Added a couple of getters so subclasses of this base can still access the internally stored bundle context, dependency manager and logger. This way they don't have to hold on to it themselves. by Marcel Offermans · 14 years ago
  86. 58e9ba8 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
  87. 4735ada Refactored all exported packages into one, to simplify usage. by Marcel Offermans · 14 years ago
  88. 1392d0d 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
  89. 224597c 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
  90. 33c1234 Forgot to remove a print statement, left over from debugging. by Marcel Offermans · 14 years ago
  91. 8e233a5 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
  92. c5835f2 Relatively large refactoring of callback methods, cleaned up some code and made them more consistent. by Marcel Offermans · 14 years ago
  93. e550cce Bugfix, the adaptee filter condition was not applied. by Marcel Offermans · 14 years ago
  94. 9245f00 Refactored to use InvocationUtil which is dynamic proxy aware. by Marcel Offermans · 14 years ago
  95. bf474c0 Made the logging of invocation target exceptions more explicit. by Marcel Offermans · 14 years ago
  96. a53a58e 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
  97. 60aff87 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
  98. e9b2c6e 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
  99. fbc2a0f Accumulate all extra dependencies defined from init() method, before calculating state changes. by Pierre De Rop · 14 years ago
  100. d94842e 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