1. b64a8e2 resolved FELIX-3424, resolved FELIX-3425. by Xander Uiterlinden · 12 years ago
  2. 66df0b8 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 · 13 years ago
  3. 5be5f14 Added an @author tag to all class comments. by Marcel Offermans · 13 years ago
  4. a8818d5 Aligned the aspect and adapter features. Added support for callback methods. Updated the documentation. by Marcel Offermans · 13 years ago
  5. faaed47 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
  6. 129a7a5 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
  7. 3d92121 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
  8. 8b93efa Refactored all exported packages into one, to simplify usage. by Marcel Offermans · 14 years ago
  9. e9c13d9 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
  10. b1959f4 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
  11. 19476fe - Reworked the aspect API in order to allow to provide aspect parameters by by Pierre De Rop · 14 years ago