1. c764de3 Removed useless checks. by Pierre De Rop · 12 years ago
  2. 1943776 [FELIX-3866] Added support for swap attribute in AspectService and AdpaterService annotations. by Pierre De Rop · 12 years ago
  3. 17ff637 [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 13 years ago
  4. e7ae667 Added @author. Fixed some comments. by Pierre De Rop · 13 years ago
  5. 0507f14 - aligned AspectService and AdapterService with new added/changed/removed callbacks introdoced in the API. by Pierre De Rop · 13 years ago
  6. 682baf8 - Fixed findbugs errors. Cleaned imports. by Pierre De Rop · 14 years ago
  7. ee1c807 Renamed @Service annotation into @Component annotation. by Pierre De Rop · 14 years ago
  8. 83a9ae4 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
  9. 7cb41fa Replaced the publisher/unpublisher Service attributes by a new LifecycelControler annotation, which can apply to any kind of Services by Pierre De Rop · 14 years ago
  10. 8cfbbb8 fixed inconsistency in the api, where Services were not using the same 'provides' attribute when specifying the provided service interfaces by Pierre De Rop · 14 years ago
  11. 8b93efa Refactored all exported packages into one, to simplify usage. by Marcel Offermans · 14 years ago
  12. 23989eb Allow to define an Aspect Service implemented with a DynamicProxy. by Pierre De Rop · 14 years ago
  13. 912cdec fixed bug: unamed dependencies must be injected before the init() method, not after. by Pierre De Rop · 14 years ago
  14. c21081b Added the ability to dynamically configure service dependency "required" and "filter" attributes from the Service's init method by Pierre De Rop · 14 years ago
  15. 7ba67b3 reworked the Adapter API in order to allow to provide adapter parameters by reusing the Service methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 14 years ago
  16. 575a2f7 - Reworked design of the runtime bundle. by Pierre De Rop · 14 years ago