1. 56d8bce FELIX-1201 Applied the patch. Reformatted the code and docs a bit. by Marcel Offermans · 15 years ago
  2. e5d2953 FELIX-1546 implemented the patches for feature 3, shell command displaying service dependency filters by Marcel Offermans · 15 years ago
  3. 5d9238f FELIX-303 Applied the patch, fixed indenting, converted the logging message from INFO to DEBUG because callback can be absent by design, so normally you probably don't want to see these messages at all. by Marcel Offermans · 15 years ago
  4. 757489c FELIX-1464 forgot to invoke getName() on the Class by Marcel Offermans · 15 years ago
  5. a036998 FELIX-1278 changed the behaviour of setCallbacks() to turn off auto configuration if at least one valid callback was specified by Marcel Offermans · 15 years ago
  6. 02e9c68 FELIX-1464 applied the patch with the exception of one change that I commented on in the issue. by Marcel Offermans · 15 years ago
  7. 1b46ec1 FELIX-992 fixed the signature, fixed some typos in the docs. by Marcel Offermans · 15 years ago
  8. a2e23ff Forgot to remove these files. by Marcel Offermans · 15 years ago
  9. 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
  10. 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
  11. 04ff76a Added missing license headers. by Marcel Offermans · 15 years ago
  12. abca785 Updated the POM and cleaned up some code (documentation) in preparation for the release. by Marcel Offermans · 15 years ago
  13. 75db9bd Forgot to reverse the order in which services are started and optional callbacks invoked. by Marcel Offermans · 15 years ago
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. 7853b9a Correct javadocs and clean up code a little bit. by Carsten Ziegeler · 17 years ago
  22. 4ef4a16 Karl pointed out I used the wrong way to make stuff accessible again. Sorry for that! :) by Marcel Offermans · 17 years ago
  23. f115004 Before constructing anything, make sure we actually make the constructor accessible. by Marcel Offermans · 17 years ago
  24. 0174867 Fixed a mistake in the order in which signatures were searched. by Marcel Offermans · 17 years ago
  25. 8681ede FELIX-303 Implemented support for compositions. Untested and unstable API, you have been warned. by Marcel Offermans · 17 years ago
  26. 1633732 Added support for callback methods with the (ServiceReference, ActualInterfaceType) signature. by Marcel Offermans · 17 years ago
  27. ec46594 FELIX-321 Added support for propagating configuration properties to services. by Marcel Offermans · 17 years ago
  28. 09db37b Removed a couple of print statements from the code. by Marcel Offermans · 17 years ago
  29. 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
  30. b3b3fea Fixed a concurrency issue. by Marcel Offermans · 17 years ago
  31. 56db6d3 FELIX-50 Added support for configuration dependencies. Read the JavaDoc of ConfigurationDependency for more info. by Marcel Offermans · 17 years ago
  32. 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
  33. e33af56 Renamed dependencymanager directory to use its short name. by Richard S. Hall · 17 years ago