1. 5f408f3 fixed some javadocs by Pierre De Rop · 13 years ago
  2. 2b9b4b8 [FELIX-2965] - Apply @Registered/@Unregistered annotation on composition instances. by Pierre De Rop · 14 years ago
  3. 8bfac5f [FELIX-2966] Maven plugin generates by default Import-Service and Export-Service headers. by Pierre De Rop · 14 years ago
  4. 9ff70e7 [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 14 years ago
  5. 2b7b25e [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 14 years ago
  6. 19cfcd1 FELIX-2956 (json should be embedded in the annotation scanner plugin) by Pierre De Rop · 14 years ago
  7. 9377fe2 FELIX-2956 (json should be embedded in the annotation scanner plugin) by Pierre De Rop · 14 years ago
  8. df1ac9e FELIX-2956 (json should be embedded in the annotation scanner plugin) by Pierre De Rop · 14 years ago
  9. cc7f4f7 FELIX-2956 (json should be embedded in the annotation scanner plugin) by Pierre De Rop · 14 years ago
  10. 56408e1 FELIX-2954 (annotated component factory does not allow to provide a component instance explicitly) by Pierre De Rop · 14 years ago
  11. cb15e8e Removed root changelog.txt and LICENSE.json because we don't embed json in the target annotation artifact by Pierre De Rop · 14 years ago
  12. 491e963 Apache-developed software shouldn't be incluced in third-party software by Richard S. Hall · 14 years ago
  13. bb85fc9 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  14. 3750d88 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.annotation-3.0.0 by Marcel Offermans · 14 years ago
  15. 0f42043 Rolled back the 2nd release attempt. by Marcel Offermans · 14 years ago
  16. 40a76a9 added last missing apache license header by Pierre De Rop · 14 years ago
  17. 0fe1435 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  18. 8ef5d6b [maven-release-plugin] prepare release org.apache.felix.dependencymanager.annotation-3.0.0 by Marcel Offermans · 14 years ago
  19. ba5376b Added license file. by Marcel Offermans · 14 years ago
  20. f51b783 Updated changelogs with initial messages. by Marcel Offermans · 14 years ago
  21. b6645ba Added changelog.txt's. by Marcel Offermans · 14 years ago
  22. f014c07 Added missing apache headers by Pierre De Rop · 14 years ago
  23. f57fd19 Added missing changelog by Pierre De Rop · 14 years ago
  24. c33c7b2 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  25. f3980f2 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.annotation-3.0.0 by Marcel Offermans · 14 years ago
  26. 86bfb70 Updated poms to include DEPENDENCIES file in META-INF and some other small cleanups. by Marcel Offermans · 14 years ago
  27. ed325a1 Fixed javadoc. by Pierre De Rop · 14 years ago
  28. 3fa3ec9 fixed javadoc by Pierre De Rop · 14 years ago
  29. 905a3b8 Modified "Included Third-Party Software" section. by Pierre De Rop · 14 years ago
  30. f5133a2 Added @author. Added some comments. by Pierre De Rop · 14 years ago
  31. 0994a31 Cleaned up poms in preparation for release. by Marcel Offermans · 14 years ago
  32. 7a6d484 Freed the pom from its direct parent. by Marcel Offermans · 14 years ago
  33. 8bd6293 - aligned AspectService and AdapterService with new added/changed/removed callbacks introdoced in the API. by Pierre De Rop · 14 years ago
  34. d41435b trying to fix license files ... by Pierre De Rop · 14 years ago
  35. 4d240a3 - Use bndlib 1.15.0 instead of bnd, for parsing annotations. by Pierre De Rop · 14 years ago
  36. 1a0b0fd fixed javadoc by Pierre De Rop · 14 years ago
  37. 45153f3 FELIX-2828: Allows a ResourceDependency annotation to inject the resource on a class field by Pierre De Rop · 14 years ago
  38. 22f79ed javadoc by Pierre De Rop · 14 years ago
  39. 8dfaea7 Fixed javadoc. Cleaned imports. by Pierre De Rop · 14 years ago
  40. 5eea676 FELIX-2677 applied the patch, removed the maven-plugin-api dependency. by Marcel Offermans · 14 years ago
  41. 767bd2d Renamed @Service annotation into @Component annotation. by Pierre De Rop · 14 years ago
  42. e98066b added propagate attribute in ServiceDependency annotation. Also added corresponding testcase. by Pierre De Rop · 14 years ago
  43. 7a3529d re-fixed comments ... by Pierre De Rop · 14 years ago
  44. 2c5941e fixed javadoc by Pierre De Rop · 14 years ago
  45. 52eb2ab forgot to add this file in the previous commit by Pierre De Rop · 14 years ago
  46. 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
  47. ecd32b0 Cleaned up the pom.xml files, centralizing dependencies and versions and making it easier to just checkout this project and build it. Also made sure that the appropriate parts of the dependency manager are now compiled against the standard OSGi execution environment instead of Java 5 (annotation related bundles and tests are excluded). by Marcel Offermans · 14 years ago
  48. 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
  49. e8477d5 replaced misspelled provide attribute by provides attribute by Pierre De Rop · 14 years ago
  50. 6b4187f improved javadoc by Pierre De Rop · 14 years ago
  51. 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
  52. e931741 added a "changed" attribute in the ResourceAdapterService annotation. Fixed some javadocs by Pierre De Rop · 14 years ago
  53. 0233f39 javadoc by Pierre De Rop · 14 years ago
  54. 8a29d2b Fixed bug when parsing aspect service annotation. Added a factoryMethod attribute in order to allow the creation of the service implementation from a static method. Renamed factory attribute into factorySet by Pierre De Rop · 14 years ago
  55. 956131e added a factoryMethod attribute in order to allow the creation of the service implementation from a static method. Renamed factory attribute into factorySet by Pierre De Rop · 14 years ago
  56. 066600b added a factoryMethod attribute in order to allow the creation of the service implementation from a static method. Fixed javadoc. Renamed factory attribute into factorySet by Pierre De Rop · 14 years ago
  57. d7ff5dc added a factoryMethod attribute in order to allow the creation of the service implementation from a static method by Pierre De Rop · 14 years ago
  58. 8905aa6 added a factoryMethod attribute in order to allow the creation of the service implementation from a static method by Pierre De Rop · 14 years ago
  59. b43d0ae Fixed issue FELIX-2403: the dependencymanager annotation scanner is not working under windows by Pierre De Rop · 14 years ago
  60. b4a83c5 fixed javadoc by Pierre De Rop · 14 years ago
  61. 734f8d3 fixed javadoc by Pierre De Rop · 14 years ago
  62. 1c2c567 added a new name attribute, allowing to dynamically configure the service dependency filter/required attributes by Pierre De Rop · 14 years ago
  63. c37e9b6 added a new name attribute, allowing to dynamically configure the service dependency filter/required attributes by Pierre De Rop · 14 years ago
  64. 6b66bb7 fixed javadoc by Pierre De Rop · 14 years ago
  65. 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
  66. c0f5942 Removed TemporalServiceDependency, but added a timeout attribute in the ServiceDependency annotation by Pierre De Rop · 15 years ago
  67. fc76672 added field attribute in Aspect annotation by Pierre De Rop · 15 years ago
  68. 295a4b4 - Reworked design of the runtime bundle. by Pierre De Rop · 15 years ago
  69. 312f8c6 fixed javadoc by Pierre De Rop · 15 years ago
  70. 75278b9 Added component factory feature in Service annotation - Reorganized annotation packages - Fixed javadoc - Removed static factory methods from annotations by Pierre De Rop · 15 years ago
  71. 565ede7 added annotation support for factory configuration adapter service by Pierre De Rop · 15 years ago
  72. e88e66c avoid NPE when invoking Bnd's error method by Pierre De Rop · 15 years ago
  73. b54b47c fixed bug in adapter annotations: the services provided by adapters were specified as a Class, instead of a Class array. Removed checkClassImplements in AnnotationCollector.java by Pierre De Rop · 15 years ago
  74. bf3bddf switched to bnd 0.0.401 by Pierre De Rop · 15 years ago
  75. a28eb2a fixed findbug warning: Integer was not parsed using String.valueOf by Pierre De Rop · 15 years ago
  76. 7ca5a2c fixed findbugs warning: File.exists() and File.delete() return value was not checked by Pierre De Rop · 15 years ago
  77. 7b1cefc fixed inconsistency in ConfigurationDependency annotation API: renamed the "properties" attribute to "metadata" by Pierre De Rop · 15 years ago
  78. 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
  79. e39deb5 added ResourceAdapter and ResourceDependency annotations. by Pierre De Rop · 15 years ago
  80. 4bd4683 added factory and factoryMethod attributes in AspectService annotation by Pierre De Rop · 15 years ago
  81. 03bc7e7 fixed javadoc by Pierre De Rop · 15 years ago
  82. 5b4bee9 fixed javadoc by Pierre De Rop · 15 years ago
  83. f0d0e18 added annotation support for BundleAdapterService by Pierre De Rop · 15 years ago
  84. e8e95c7 Implemented the ranking property of aspects. by Marcel Offermans · 15 years ago
  85. abfbbf7 added BundleDependency annotation parsing by Pierre De Rop · 15 years ago
  86. 6da38fd added BundleDependency annotation by Pierre De Rop · 15 years ago
  87. 6faf1b0 added org.osgi.core for BundleDependency annotation by Pierre De Rop · 15 years ago
  88. ef271c2 fixed comments by Pierre De Rop · 15 years ago
  89. 275e0fb added support for annotated adapter services by Pierre De Rop · 15 years ago
  90. dee8ccb fixed regresion introduced by aspect annotation. Fixed aspect parsing, where callback lifecycle and composition parameters were not parsed by Pierre De Rop · 15 years ago
  91. 19e3bc6 Verify Aspect filter syntax by Pierre De Rop · 15 years ago
  92. 0567538 Generate DependencyManager annotation descriptors under OSGI-INF/dependencymanager/ directory. Don't limit the Bnd class analyzer and parse every classes. by Pierre De Rop · 15 years ago
  93. 212254d Support for Aspect annotation by Pierre De Rop · 15 years ago
  94. 2e6157b added annotation for Aspects by Pierre De Rop · 15 years ago
  95. 77f792d Fixed javadoc, indentation. Removed dependency over XStream third party library by Pierre De Rop · 15 years ago
  96. def8fad metatype support by Pierre De Rop · 15 years ago
  97. 8570766 metatype support. fixed logging by Pierre De Rop · 15 years ago
  98. 1b66a09 removed localization attribute. fixed javadoc by Pierre De Rop · 15 years ago
  99. 41d59c9 fixed javadoc by Pierre De Rop · 15 years ago
  100. 91bf859 fixed javadoc by Pierre De Rop · 15 years ago