1. 130dcaa removed org.apache.felix.dependencymanager.test.annotation artifact, which is not used anymore by Pierre De Rop · 14 years ago
  2. c694d8a added integration tests for annotated adapter services by Pierre De Rop · 14 years ago
  3. 707c386 fixed javadoc by Pierre De Rop · 14 years ago
  4. 9f0cbab check if the system tmpdir already exists by Pierre De Rop · 14 years ago
  5. 1a8c2e3 added support for annotated adapter services by Pierre De Rop · 14 years ago
  6. 609e08c added support for annotated adapter services by Pierre De Rop · 14 years ago
  7. caef587 The package used to get the path of the bundle's classes must be searched either from Private-Package or from Export-Package directive by Pierre De Rop · 14 years ago
  8. 16b5383 moved sample/annotation sub-project into sample.annotation toplevel project by Pierre De Rop · 14 years ago
  9. 64642a1 moved sample/annotation sub-project into sample.annotation toplevel project by Pierre De Rop · 14 years ago
  10. faebf92 added missing license by Pierre De Rop · 14 years ago
  11. ae2e209 removed test/annotation subproject by Pierre De Rop · 14 years ago
  12. 56c06c3 reworked annotation junit tests by Pierre De Rop · 14 years ago
  13. 61e91a4 added bnd and dm annotation dependencies by Pierre De Rop · 14 years ago
  14. 40618d6 reworked annotation junit tests by Pierre De Rop · 14 years ago
  15. 51d4d32 added helper class used to generate a bundle dynamically by Pierre De Rop · 14 years ago
  16. a664fa5 reworked annotation junit tests by Pierre De Rop · 14 years ago
  17. 74debcf added a junit base class in order to ensure that all temporary tiny bundles are removed once a junit test is done by Pierre De Rop · 14 years ago
  18. 19c9f3e reworked annotation junit tests by Pierre De Rop · 14 years ago
  19. cc8adbb only log an error if there is no implementation set AND creating an instance using a factory did not work by Marcel Offermans · 14 years ago
  20. 9ace4f4 Tested filter for null before using it. by Marcel Offermans · 14 years ago
  21. d665eaf Fixes for bundle adapters. Added missing methods to DAB. by Marcel Offermans · 14 years ago
  22. 69c9cc7 FELIX-2078 Added a test case that exposes the bug. by Marcel Offermans · 14 years ago
  23. 7c627bf added new AspectWithLifecycleAnnotation test by Pierre De Rop · 14 years ago
  24. f6cb134 fixed bug in ServiceProvider inner class by Pierre De Rop · 14 years ago
  25. 1968b54 added start/stop methods by Pierre De Rop · 14 years ago
  26. 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
  27. 6bae039 fixed aspect service parsing (the lifecycle callbacks, and composition method name was not parsed) by Pierre De Rop · 14 years ago
  28. 60218d2 added Aspect junit test by Pierre De Rop · 14 years ago
  29. 1855681 Verify Aspect filter syntax by Pierre De Rop · 14 years ago
  30. 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
  31. 419bc4c Support for Aspect annotation by Pierre De Rop · 14 years ago
  32. f25bad4 added annotation for Aspects by Pierre De Rop · 14 years ago
  33. bdecf87 added eclise="false" bnd option by Pierre De Rop · 14 years ago
  34. 7f35e94 Aspect sample with annotation by Pierre De Rop · 14 years ago
  35. 706ca33 fixed javadoc. Added Aspect support by Pierre De Rop · 14 years ago
  36. 6ed1050 fixed javadoc by Pierre De Rop · 14 years ago
  37. 4525b81 added AspectService by Pierre De Rop · 14 years ago
  38. 8cb83de Fixed javadoc, indentation. Removed dependency over XStream third party library by Pierre De Rop · 14 years ago
  39. 1db5feb metatype support by Pierre De Rop · 14 years ago
  40. 1a76837 metatype support. fixed logging by Pierre De Rop · 14 years ago
  41. 9467354 removed localization attribute. fixed javadoc by Pierre De Rop · 14 years ago
  42. a2949d9 fixed javadoc by Pierre De Rop · 14 years ago
  43. 11f2f48 fixed javadoc by Pierre De Rop · 14 years ago
  44. 76a9583 added helper class which allows to generation metatype XML descriptor by Pierre De Rop · 14 years ago
  45. f2ab901 Simplified sample code. Use MetaType for allowing the EnglishDictionary through ConfigAdmin/WebConsole by Pierre De Rop · 14 years ago
  46. 62414ca fixed indentation by Pierre De Rop · 14 years ago
  47. 1474701 fixed property metadata annotation names by Pierre De Rop · 14 years ago
  48. 3e58dde reworked property metadata annotations by Pierre De Rop · 14 years ago
  49. 10ea37d Annotation renamed to Param by Pierre De Rop · 14 years ago
  50. b7340d0 renamed Property to Param for consistency purpose by Pierre De Rop · 14 years ago
  51. ce361ae updated todolist by Pierre De Rop · 14 years ago
  52. 7ca77bf fixed javadoc by Pierre De Rop · 14 years ago
  53. afaf5af fixed bnf description in javadoc by Pierre De Rop · 14 years ago
  54. 658857c swith to bnd 0.0.394 by Pierre De Rop · 14 years ago
  55. 6ce01ad added annotation for metatype support (work in progress) by Pierre De Rop · 14 years ago
  56. 220e281 Use the Property annotation for declaring service properties by Pierre De Rop · 14 years ago
  57. 39c1a40 decreased sleep delay in annotated temporal service dependency test by Pierre De Rop · 14 years ago
  58. 2944728 removed "changed/removed" callbacks from temporal service dependency annotation by Pierre De Rop · 14 years ago
  59. d325261 fixed javadoc by Pierre De Rop · 14 years ago
  60. 7f1d7f5 added missing annotation for the stop method by Pierre De Rop · 14 years ago
  61. 84cab25 fixed improper filter regarding Sequencer service dependency by Pierre De Rop · 14 years ago
  62. 8313de3 fixed license headers by Pierre De Rop · 14 years ago
  63. 96b6cd5 fixed license headers by Pierre De Rop · 14 years ago
  64. f846bef Reorganized annotation tests. Added tests for annotated temporal service dependencies by Pierre De Rop · 14 years ago
  65. 76ffc50 added support for temporal service dependency annotations by Pierre De Rop · 14 years ago
  66. cd517a5 code cleanup by Pierre De Rop · 14 years ago
  67. 421b0cb updated todos by Pierre De Rop · 14 years ago
  68. c629982 oops, use bnd 0.0.392 instead of 390 version by Pierre De Rop · 14 years ago
  69. 7acf3fe fixed javadoc by Pierre De Rop · 14 years ago
  70. 7d04903 fixed javadoc by Pierre De Rop · 14 years ago
  71. 3abf9a3 use bnd 0.0.390, which fixes a bug in the OSGi filter verifier by Pierre De Rop · 14 years ago
  72. 1761e26 removed useless invocation of config.setBundleLocation(null) by Pierre De Rop · 14 years ago
  73. 2b6d2aa don't log in addDictionary callback, because the logger may not be injected yet by Pierre De Rop · 14 years ago
  74. f0ea274 added notice by Pierre De Rop · 14 years ago
  75. df56ba1 fixed ant script by Pierre De Rop · 14 years ago
  76. f5793eb changed the annotation sample code with a SpellCheck Felix Shell command: the command uses two dictionaries in order to check spelling (english dictionary, and french dictionary) by Pierre De Rop · 14 years ago
  77. 97d3aac fixed bug when creating a ConfigurationDependency (the pid was not set) by Pierre De Rop · 14 years ago
  78. 9f26a06 register the FelixDMCommand instead of the DMCommand command by Pierre De Rop · 14 years ago
  79. 5dd2424 fixed symbolic name by Pierre De Rop · 14 years ago
  80. 9957f9f import dependencymanager packages using version range by Pierre De Rop · 14 years ago
  81. 0e0ca3c revert to previous version: this is the FelixDMCommand which properly implements the Command interface by Pierre De Rop · 14 years ago
  82. bf7b5a6 fixed the DMCommand which must implement the Felix Command interface by Pierre De Rop · 14 years ago
  83. 1a9f4d4 added new testcase regarding annotations and dependencymanager service factories by Pierre De Rop · 14 years ago
  84. 2babd06 fixed bug when handling dependencymanager service factory parameters by Pierre De Rop · 14 years ago
  85. d3df256 added missing license by Pierre De Rop · 14 years ago
  86. 8f24ac5 moved samples.annotation into samples/annotation subproject for consistency purpose by Pierre De Rop · 14 years ago
  87. 8132730 moved samples.annotation into samples/annotation subproject for consistency purpose by Pierre De Rop · 14 years ago
  88. 952a61c moved samples.annotation into samples/annotation subproject for consistency purpose by Pierre De Rop · 14 years ago
  89. 316495e moved test.annotation into test/annotation subproject for consistency purpose by Pierre De Rop · 14 years ago
  90. a659e48 moved test.annotation into test/annotation subproject for consistency purpose by Pierre De Rop · 14 years ago
  91. 541da99 moved test.annotation into test/annotation subproject for consistency purpose by Pierre De Rop · 14 years ago
  92. 8877720 reactivated annotation test by Pierre De Rop · 14 years ago
  93. 7f73274 temporarily turn off AnnotationTest because it seems that it prevents the correct execution of the AspectTest testcase by Pierre De Rop · 14 years ago
  94. e6f6d77 code cleanup by Pierre De Rop · 14 years ago
  95. 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
  96. 299320c Fixed javadoc. Simplified Info.addClassParam method by Pierre De Rop · 14 years ago
  97. 59526ec Fixed javadoc by Pierre De Rop · 14 years ago
  98. 624e49f Added annotation, runtime, samples.annotation, and test.annotation by Pierre De Rop · 15 years ago
  99. d9c1daa Added test case regarding annotation support (this requires the new test.annotation bundle) by Pierre De Rop · 15 years ago
  100. 1892994 initial commit of DependencyManager annotation test project by Pierre De Rop · 15 years ago