1. 713a2e4 Fixed issue FELIX-2403: the dependencymanager annotation scanner is not working under windows by Pierre De Rop · 14 years ago
  2. ddf1035 fixed javadoc by Pierre De Rop · 14 years ago
  3. 3fffd04 fixed javadoc by Pierre De Rop · 14 years ago
  4. 7329eb9 added a new name attribute, allowing to dynamically configure the service dependency filter/required attributes by Pierre De Rop · 14 years ago
  5. a6acf07 added a new name attribute, allowing to dynamically configure the service dependency filter/required attributes by Pierre De Rop · 14 years ago
  6. 4432a75 fixed javadoc by Pierre De Rop · 14 years ago
  7. 2f824c0 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 · 14 years ago
  8. 4e06b5a Removed TemporalServiceDependency, but added a timeout attribute in the ServiceDependency annotation by Pierre De Rop · 14 years ago
  9. 16b5126 added field attribute in Aspect annotation by Pierre De Rop · 14 years ago
  10. 575a2f7 - Reworked design of the runtime bundle. by Pierre De Rop · 14 years ago
  11. ef14a50 fixed javadoc by Pierre De Rop · 14 years ago
  12. ff2f5d1 Added component factory feature in Service annotation - Reorganized annotation packages - Fixed javadoc - Removed static factory methods from annotations by Pierre De Rop · 14 years ago
  13. f99da0c added annotation support for factory configuration adapter service by Pierre De Rop · 14 years ago
  14. 88de29a avoid NPE when invoking Bnd's error method by Pierre De Rop · 14 years ago
  15. 24f48b2 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 · 14 years ago
  16. 1fb3590 switched to bnd 0.0.401 by Pierre De Rop · 14 years ago
  17. d264688 fixed findbug warning: Integer was not parsed using String.valueOf by Pierre De Rop · 14 years ago
  18. faea8e8 fixed findbugs warning: File.exists() and File.delete() return value was not checked by Pierre De Rop · 14 years ago
  19. 56fdf1b fixed inconsistency in ConfigurationDependency annotation API: renamed the "properties" attribute to "metadata" by Pierre De Rop · 14 years ago
  20. 699948d 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 · 14 years ago
  21. f76f624 added ResourceAdapter and ResourceDependency annotations. by Pierre De Rop · 14 years ago
  22. 625cbda added factory and factoryMethod attributes in AspectService annotation by Pierre De Rop · 14 years ago
  23. c379b1f fixed javadoc by Pierre De Rop · 14 years ago
  24. 96be254 fixed javadoc by Pierre De Rop · 14 years ago
  25. 362ac2a added annotation support for BundleAdapterService by Pierre De Rop · 14 years ago
  26. 0bb2ce3 Implemented the ranking property of aspects. by Marcel Offermans · 14 years ago
  27. 8b85c35 added BundleDependency annotation parsing by Pierre De Rop · 14 years ago
  28. 7132c5c added BundleDependency annotation by Pierre De Rop · 14 years ago
  29. 9615b73 added org.osgi.core for BundleDependency annotation by Pierre De Rop · 14 years ago
  30. 50b7d53 fixed comments by Pierre De Rop · 14 years ago
  31. 609e08c added support for annotated adapter services by Pierre De Rop · 14 years ago
  32. f42c0d9 fixed regresion introduced by aspect annotation. Fixed aspect parsing, where callback lifecycle and composition parameters were not parsed by Pierre De Rop · 14 years ago
  33. 1855681 Verify Aspect filter syntax by Pierre De Rop · 14 years ago
  34. c2058de Generate DependencyManager annotation descriptors under OSGI-INF/dependencymanager/ directory. Don't limit the Bnd class analyzer and parse every classes. by Pierre De Rop · 14 years ago
  35. 419bc4c Support for Aspect annotation by Pierre De Rop · 14 years ago
  36. f25bad4 added annotation for Aspects by Pierre De Rop · 14 years ago
  37. 8cb83de Fixed javadoc, indentation. Removed dependency over XStream third party library by Pierre De Rop · 14 years ago
  38. 1db5feb metatype support by Pierre De Rop · 14 years ago
  39. 1a76837 metatype support. fixed logging by Pierre De Rop · 14 years ago
  40. 9467354 removed localization attribute. fixed javadoc by Pierre De Rop · 14 years ago
  41. a2949d9 fixed javadoc by Pierre De Rop · 14 years ago
  42. 11f2f48 fixed javadoc by Pierre De Rop · 14 years ago
  43. 76a9583 added helper class which allows to generation metatype XML descriptor by Pierre De Rop · 14 years ago
  44. 1474701 fixed property metadata annotation names by Pierre De Rop · 14 years ago
  45. 3e58dde reworked property metadata annotations by Pierre De Rop · 14 years ago
  46. 10ea37d Annotation renamed to Param by Pierre De Rop · 14 years ago
  47. b7340d0 renamed Property to Param for consistency purpose by Pierre De Rop · 14 years ago
  48. 7ca77bf fixed javadoc by Pierre De Rop · 14 years ago
  49. 658857c swith to bnd 0.0.394 by Pierre De Rop · 14 years ago
  50. 6ce01ad added annotation for metatype support (work in progress) by Pierre De Rop · 14 years ago
  51. 220e281 Use the Property annotation for declaring service properties by Pierre De Rop · 14 years ago
  52. 2944728 removed "changed/removed" callbacks from temporal service dependency annotation by Pierre De Rop · 14 years ago
  53. d325261 fixed javadoc by Pierre De Rop · 14 years ago
  54. 8313de3 fixed license headers by Pierre De Rop · 14 years ago
  55. 76ffc50 added support for temporal service dependency annotations by Pierre De Rop · 14 years ago
  56. c629982 oops, use bnd 0.0.392 instead of 390 version by Pierre De Rop · 14 years ago
  57. 3abf9a3 use bnd 0.0.390, which fixes a bug in the OSGi filter verifier by Pierre De Rop · 14 years ago
  58. e6f6d77 code cleanup by Pierre De Rop · 14 years ago
  59. f2b2212 Fixed logging. Don't generate temporary file from /tmp. Fixed bug: the target bundle was not deleted before copy by Pierre De Rop · 14 years ago
  60. 299320c Fixed javadoc. Simplified Info.addClassParam method by Pierre De Rop · 14 years ago
  61. 59526ec Fixed javadoc by Pierre De Rop · 14 years ago
  62. 17b6b8d initial commit of the DependencyManager Annotation project which contains DM annotation API, and corresponding Bnd/Maven plugins used to parse annotations at compilation time. by Pierre De Rop · 15 years ago