1. 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
  2. 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
  3. 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
  4. 7853b9a Correct javadocs and clean up code a little bit. by Carsten Ziegeler · 17 years ago
  5. 4ef4a16 Karl pointed out I used the wrong way to make stuff accessible again. Sorry for that! :) by Marcel Offermans · 17 years ago
  6. f115004 Before constructing anything, make sure we actually make the constructor accessible. by Marcel Offermans · 17 years ago
  7. 0174867 Fixed a mistake in the order in which signatures were searched. by Marcel Offermans · 17 years ago
  8. 8681ede FELIX-303 Implemented support for compositions. Untested and unstable API, you have been warned. by Marcel Offermans · 17 years ago
  9. 1633732 Added support for callback methods with the (ServiceReference, ActualInterfaceType) signature. by Marcel Offermans · 17 years ago
  10. ec46594 FELIX-321 Added support for propagating configuration properties to services. by Marcel Offermans · 17 years ago
  11. 09db37b Removed a couple of print statements from the code. by Marcel Offermans · 17 years ago
  12. 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
  13. b3b3fea Fixed a concurrency issue. by Marcel Offermans · 17 years ago
  14. 56db6d3 FELIX-50 Added support for configuration dependencies. Read the JavaDoc of ConfigurationDependency for more info. by Marcel Offermans · 17 years ago
  15. 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
  16. e33af56 Renamed dependencymanager directory to use its short name. by Richard S. Hall · 17 years ago