1. 1b46ec1 FELIX-992 fixed the signature, fixed some typos in the docs. by Marcel Offermans · 15 years ago
  2. e24b5f6 FELIX-987 implemented the request as documented, FELIX-992 merged the patch, resolved some issues findbugs found in the code. by Marcel Offermans · 15 years ago
  3. 11c948d Moved the customized OSGi classes to a different package to make them more easily recognizable. Copied the same include resource mechanism the framework uses to ensure the customized classes get picked instead the ones in the compendium. by Marcel Offermans · 15 years ago
  4. 04ff76a Added missing license headers. by Marcel Offermans · 15 years ago
  5. abca785 Updated the POM and cleaned up some code (documentation) in preparation for the release. by Marcel Offermans · 15 years ago
  6. 75db9bd Forgot to reverse the order in which services are started and optional callbacks invoked. by Marcel Offermans · 15 years ago
  7. 19434d7 Slightly modified (improved) the order in which optional dependencies are injected and their callbacks invoked. The callbacks now occur after the start method is invoked, the injections done before. by Marcel Offermans · 15 years ago
  8. 6cdf877 Added two patches suggested by Pierre and Arjun to fix an issue with service dependencies that use a filter, where the filter can return services that are of a different type than the specified type. Also added some logging. by Marcel Offermans · 15 years ago
  9. 7738dfc Updated some headers, based the modified service tracker on the lastest one from OSGi R4.1, some minor changes for the shell bundle. by Marcel Offermans · 16 years ago
  10. 50be255 Added initial support for externally querying the status of services managed by the dependency manager. Added initial support for supplying your own default implementation. Made null object creation more robust. Added support for specifying the name of the property in case you're injecting dependencies so you can inject multiple instances of a service to specific properties. by Marcel Offermans · 16 years ago
  11. 2dd31e7 Added a Logger similar to the one the core framework uses, that either logs to standard out, or to an available LogService. Went through the codebase and used this logger to provide better diagnostics messages. by Marcel Offermans · 16 years ago
  12. a351c7d Changed the synchronization of two methods so they don't start and stop service trackers whilst holding on to locks. by Marcel Offermans · 16 years ago
  13. f038e8d Fixed a bug in ConfigurationDependency which did not correctly detect the state transition from an available configuration to a no longer available one (for example, if you deleted the configuration). Furthermore, some whitespace cleanups and some synchronization inconsistencies solved. by Marcel Offermans · 16 years ago
  14. 7853b9a Correct javadocs and clean up code a little bit. by Carsten Ziegeler · 17 years ago
  15. 4ef4a16 Karl pointed out I used the wrong way to make stuff accessible again. Sorry for that! :) by Marcel Offermans · 17 years ago
  16. f115004 Before constructing anything, make sure we actually make the constructor accessible. by Marcel Offermans · 17 years ago
  17. 0174867 Fixed a mistake in the order in which signatures were searched. by Marcel Offermans · 17 years ago
  18. 8681ede FELIX-303 Implemented support for compositions. Untested and unstable API, you have been warned. by Marcel Offermans · 17 years ago
  19. 1633732 Added support for callback methods with the (ServiceReference, ActualInterfaceType) signature. by Marcel Offermans · 17 years ago
  20. ec46594 FELIX-321 Added support for propagating configuration properties to services. by Marcel Offermans · 17 years ago
  21. 09db37b Removed a couple of print statements from the code. by Marcel Offermans · 17 years ago
  22. 89a8a6b FELIX-50 Rearranged the handling of dependency changes, resulting service state changes and the resulting (de)activation of the service. by Marcel Offermans · 17 years ago
  23. b3b3fea Fixed a concurrency issue. by Marcel Offermans · 17 years ago
  24. 56db6d3 FELIX-50 Added support for configuration dependencies. Read the JavaDoc of ConfigurationDependency for more info. by Marcel Offermans · 17 years ago
  25. d8ee389 Updated JavaDoc documentation, because it was out of sync with the code (which is a nice way of saying it was plain wrong). by Marcel Offermans · 17 years ago
  26. e33af56 Renamed dependencymanager directory to use its short name. by Richard S. Hall · 17 years ago