1. 7022a21 [FELIX-2970] - Factory Configuration Adapter Service does not copy adapter dependencies. by Pierre De Rop · 14 years ago
  2. 2b9b4b8 [FELIX-2965] - Apply @Registered/@Unregistered annotation on composition instances. by Pierre De Rop · 14 years ago
  3. 2b7b25e [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 14 years ago
  4. 56408e1 FELIX-2954 (annotated component factory does not allow to provide a component instance explicitly) by Pierre De Rop · 14 years ago
  5. 8238eff Temporarily removed tests for the adapter/aspect "changed" callbacks. by Pierre De Rop · 14 years ago
  6. 1c9b100 - added constant "LOG_LEVEL" in Base.jave, in order to enable/disable log level (by default, the level is LOG_WARNING) by Pierre De Rop · 14 years ago
  7. 45153f3 FELIX-2828: Allows a ResourceDependency annotation to inject the resource on a class field by Pierre De Rop · 14 years ago
  8. efdc98f Cleaned imports by Pierre De Rop · 14 years ago
  9. 767bd2d Renamed @Service annotation into @Component annotation. by Pierre De Rop · 14 years ago
  10. e98066b added propagate attribute in ServiceDependency annotation. Also added corresponding testcase. by Pierre De Rop · 14 years ago
  11. 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
  12. 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
  13. e8477d5 replaced misspelled provide attribute by provides attribute by Pierre De Rop · 14 years ago
  14. 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
  15. 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
  16. d7c453b fixed misspelling by Pierre De Rop · 14 years ago
  17. 4735ada Refactored all exported packages into one, to simplify usage. by Marcel Offermans · 14 years ago
  18. 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
  19. 4bfd4e0 Added test for validating composition lifecycle callbaks, using annotation by Pierre De Rop · 14 years ago
  20. bf7ae9f added factoryMethod Service attribute by Pierre De Rop · 14 years ago
  21. 4a06f59 renamed factory attribute into factorySet by Pierre De Rop · 14 years ago
  22. 1b25fce fixed wrong steps by Pierre De Rop · 14 years ago
  23. 281758b added new test for annotated aspects based on dynamic proxies by Pierre De Rop · 14 years ago
  24. 3c85ae2 Added step method. Added comments by Pierre De Rop · 14 years ago
  25. 58fcebe cleanup by Pierre De Rop · 14 years ago
  26. 54c6e92 Replaced destroy callback, by stop callback. by Pierre De Rop · 14 years ago
  27. 44d7287 added logs. Replaced destroy callback, by stop callback. by Pierre De Rop · 14 years ago
  28. 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
  29. 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
  30. 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
  31. c0f5942 Removed TemporalServiceDependency, but added a timeout attribute in the ServiceDependency annotation by Pierre De Rop · 15 years ago
  32. 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
  33. 2d24eac Reorganized annotation packages by Pierre De Rop · 15 years ago
  34. 01c063d added tests for service factory feature by Pierre De Rop · 15 years ago
  35. f9ea878 Removed static factory methods from annotations by Pierre De Rop · 15 years ago
  36. 565ede7 added annotation support for factory configuration adapter service by Pierre De Rop · 15 years ago
  37. cbe5cfe added comments by Pierre De Rop · 15 years ago
  38. 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
  39. 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
  40. be3f73d validate factory/factoryMethod AspectService attributes by Pierre De Rop · 15 years ago
  41. 96e6e9d added integration test for new BundleAdapterService annotation by Pierre De Rop · 15 years ago
  42. 5d4f828 Updated these test classes. by Marcel Offermans · 15 years ago
  43. 2913e45 fixed javadoc by Pierre De Rop · 15 years ago
  44. 7c8712f added license by Pierre De Rop · 15 years ago
  45. f2cc05c added integration test for BundleDependency annotation by Pierre De Rop · 15 years ago
  46. dc0494a added integration tests for annotated adapter services by Pierre De Rop · 15 years ago
  47. ed84c3a added missing license by Pierre De Rop · 15 years ago
  48. d594f6c reworked annotation junit tests by Pierre De Rop · 15 years ago
  49. 4d4368d Removing extra sources. by Marcel Offermans · 15 years ago
  50. e3decca Copied core to test as first step of separation between bundle and integration tests. by Marcel Offermans · 15 years ago