1. 767bd2d Renamed @Service annotation into @Component annotation. by Pierre De Rop · 14 years ago
  2. e98066b added propagate attribute in ServiceDependency annotation. Also added corresponding testcase. by Pierre De Rop · 14 years ago
  3. 4657cbb 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
  4. f7f4d96 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
  5. e8477d5 replaced misspelled provide attribute by provides attribute by Pierre De Rop · 14 years ago
  6. f445558 Bug fix: when a Service uses a publisher attribute in order to take control of when the service is registeted into the OSGi registry, by Pierre De Rop · 14 years ago
  7. bce6ce9 Added two new publisher/unpublisher attributes in the Service annotation in order to allow a Service to take control over service exposition. Allow Start annotation to return an optional Map of properties which can be appended into the provided service properties by Pierre De Rop · 14 years ago
  8. d7c453b fixed misspelling by Pierre De Rop · 14 years ago
  9. 4735ada Refactored all exported packages into one, to simplify usage. by Marcel Offermans · 14 years ago
  10. 1392d0d Refactored resource dependencies to use URLs instead of the Resource interface we used previously. Adapted all tests to reflect that. by Marcel Offermans · 14 years ago
  11. 4bfd4e0 Added test for validating composition lifecycle callbaks, using annotation by Pierre De Rop · 14 years ago
  12. bf7ae9f added factoryMethod Service attribute by Pierre De Rop · 14 years ago
  13. 4a06f59 renamed factory attribute into factorySet by Pierre De Rop · 14 years ago
  14. 1b25fce fixed wrong steps by Pierre De Rop · 14 years ago
  15. 281758b added new test for annotated aspects based on dynamic proxies by Pierre De Rop · 14 years ago
  16. 3c85ae2 Added step method. Added comments by Pierre De Rop · 14 years ago
  17. 58fcebe cleanup by Pierre De Rop · 14 years ago
  18. 54c6e92 Replaced destroy callback, by stop callback. by Pierre De Rop · 14 years ago
  19. 44d7287 added logs. Replaced destroy callback, by stop callback. by Pierre De Rop · 14 years ago
  20. 24c675f Modified annotation service factory test in order to validate that dependency filters are properly configured from init methods. by Pierre De Rop · 14 years ago
  21. 6d8699a Modified annotation service factory test in order to validate that dependency filters are properly configured from init methods. by Pierre De Rop · 14 years ago
  22. 57ce09a For consistency reasons, removed org.apache.felix.dm.annotation.api.dependency and org.apache.felix.dm.annotation.api.adapter sub-packages. by Pierre De Rop · 15 years ago
  23. c0f5942 Removed TemporalServiceDependency, but added a timeout attribute in the ServiceDependency annotation by Pierre De Rop · 15 years ago
  24. e44fcbb FELIX-2348 Not all resources have a filter, so the code and the test now handle that case correctly. by Marcel Offermans · 15 years ago
  25. 2d24eac Reorganized annotation packages by Pierre De Rop · 15 years ago
  26. 01c063d added tests for service factory feature by Pierre De Rop · 15 years ago
  27. f9ea878 Removed static factory methods from annotations by Pierre De Rop · 15 years ago
  28. 565ede7 added annotation support for factory configuration adapter service by Pierre De Rop · 15 years ago
  29. cbe5cfe added comments by Pierre De Rop · 15 years ago
  30. 372e350 Aligned MetaType annotations on DependencyManager API: the configuration metadata is now specified when declaring the ConfigurationDependency annotation. Renamed "Param" annotation to "Property" annotation for consistency and clarity reasons by Pierre De Rop · 15 years ago
  31. e2bb01a added ResourceAnnotation integration test (currently, the testResourceAdapterAnnotation fails because it sounds like there is a bug in ResourceAdapterImpl, which does not propagate the resource adapter filter. by Pierre De Rop · 15 years ago
  32. be3f73d validate factory/factoryMethod AspectService attributes by Pierre De Rop · 15 years ago
  33. 96e6e9d added integration test for new BundleAdapterService annotation by Pierre De Rop · 15 years ago
  34. 5d4f828 Updated these test classes. by Marcel Offermans · 15 years ago
  35. 2913e45 fixed javadoc by Pierre De Rop · 15 years ago
  36. 7c8712f added license by Pierre De Rop · 15 years ago
  37. f2cc05c added integration test for BundleDependency annotation by Pierre De Rop · 15 years ago
  38. dc0494a added integration tests for annotated adapter services by Pierre De Rop · 15 years ago
  39. ed84c3a added missing license by Pierre De Rop · 15 years ago
  40. d594f6c reworked annotation junit tests by Pierre De Rop · 15 years ago
  41. 4d4368d Removing extra sources. by Marcel Offermans · 15 years ago
  42. e3decca Copied core to test as first step of separation between bundle and integration tests. by Marcel Offermans · 15 years ago