1. c9d5945 FELIX-1225 : factoryPid attribute of Designate elements for metatype data is not set by Carsten Ziegeler · 15 years ago
  2. 51c4e86 FELIX-1229 : Add support for new modified method. by Carsten Ziegeler · 15 years ago
  3. c38de10 FELIX-1296 : Fix handling of @PropertyOption for the @Property annotation. Applied modified patch from Victor Antonovich by Carsten Ziegeler · 15 years ago
  4. 104fd02 FELIX-1294 : Remove checked attribute from reference annotation. by Carsten Ziegeler · 15 years ago
  5. 0322267 FELIX-1229 : Cache parameter map for annotations and fix activation methods if annotations are used. by Carsten Ziegeler · 15 years ago
  6. c620766 FELIX-1229 : Fix some bugs introduced with implemented the new features. by Carsten Ziegeler · 15 years ago
  7. b069bcd FELIX-1229 : Correct handling method visibility and warnings by Carsten Ziegeler · 15 years ago
  8. 2deb597 FELIX-1229 : Correct handling of errors and warnings by Carsten Ziegeler · 15 years ago
  9. 01a2ccd FELIX-1229 : Support new annotations by Carsten Ziegeler · 15 years ago
  10. f7fccad FELIX-1229 : Deactivate has more possibilites than activate; update versions as this are new major features. by Carsten Ziegeler · 15 years ago
  11. 1c394ea FELIX-1229 : Add support for new bind and unbind signatures by Carsten Ziegeler · 15 years ago
  12. 35a53ef FELIX-1229 : Add support for new activate and deactivate signatures and custom method name by Carsten Ziegeler · 15 years ago
  13. 84fc435 FELIX-1229 : Use constants for xml attributes and read configuration policy. by Carsten Ziegeler · 15 years ago
  14. c9325f7 FELIX-1229 : Support DS 1.0 and 1.1; only use new namespace if new features are used; rewrite error/warning handling. by Carsten Ziegeler · 15 years ago
  15. 0972fa9 FELIX-1225 The pid attribute is needed and may not omitted (it will by Felix Meschberger · 15 years ago
  16. 28e6e81 FELIX-1225 : Set factoryPid attribute of Designate element if component is a factory. by Carsten Ziegeler · 15 years ago
  17. 3c7c6fd Use latest snapshot to avoid problems with the reactor build. by Carsten Ziegeler · 15 years ago
  18. f6aeae8 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  19. b971e9c [maven-release-plugin] prepare release maven-scr-plugin-1.2.0 by Carsten Ziegeler · 15 years ago
  20. fd07066 Use released version. by Carsten Ziegeler · 15 years ago
  21. 6fd8ace FELIX-1010 : Fix property handling if just the name is specified for the annotation (field value is used) by Carsten Ziegeler · 15 years ago
  22. cfb079e FELIX-1010 : Fix problems in getting annotation values by using qdox. by Carsten Ziegeler · 15 years ago
  23. 52429c9 FELIX-1010: Fix handling of single scalar property values. by Carsten Ziegeler · 15 years ago
  24. 5d33aaf FELIX-1056 : Add annoations for Sling servlet components. Apply patch from Stefan Seifert. by Carsten Ziegeler · 15 years ago
  25. 9aa4f3b FELIX-1010 : Add several diffferently typed properties to the property tag. by Carsten Ziegeler · 15 years ago
  26. 60c5a2c Update NOTICE files by Carsten Ziegeler · 15 years ago
  27. 809f389 FELIX-1010 : Apply slightly modified patch from Stefan Seifert using a LinkedHashMap. by Carsten Ziegeler · 15 years ago
  28. a4ca8fe FELIX-1010 : Several fixes for the annotations stuff; removed obsolete methods from interface and fixed property handling. by Carsten Ziegeler · 15 years ago
  29. b87defc FELIX-1010 : Apply patch from Stefan Seifert to fix the compilation issue. by Carsten Ziegeler · 15 years ago
  30. d17946f FELIX-1010 : Fix several issues with the annotations by Carsten Ziegeler · 15 years ago
  31. 07ea869 FELIX-1010 : Remove quotes from annotation value if it is a string. by Carsten Ziegeler · 15 years ago
  32. 4a2ed36 exclude foundation jar, conflicts with JDK 1.5 library classes by Carsten Ziegeler · 15 years ago
  33. ba751bd FELIX-1010 : Rename annotations to scr annotations. by Carsten Ziegeler · 15 years ago
  34. 8109327 FELIX-1010: Use qdox to read annotations; get default values by using reflection. by Carsten Ziegeler · 15 years ago
  35. eb33869 FELIX-1038 : Rename attribute name for mulitple value references from refValues to valueRefs. Print a warning if old name is used. by Carsten Ziegeler · 15 years ago
  36. 1993d10 FELIX-1010 : Use qdox to get annotations and create fake annotations. by Carsten Ziegeler · 15 years ago
  37. 9d703a8 FELIX-997 : Add a strictMode configuration which regards all warnings as errors. by Carsten Ziegeler · 15 years ago
  38. 690facc FELIX-1010 : Make use of qdox and annotations configurable, both are enabled by default. by Carsten Ziegeler · 15 years ago
  39. b5618fe FELIX-1010 : Add annotations to the build, change version and make the retention policy to be source (we don't want the annotations in the compiled classes) by Carsten Ziegeler · 15 years ago
  40. 5de92da FELIX-1010 : Add annotations support for SCR plugin. Apply patch from Stefan Seifert by Carsten Ziegeler · 15 years ago
  41. 0ce1d0d Try latest QDox version to see if this fixes problems mentioned on the user list. by Carsten Ziegeler · 15 years ago
  42. 98b7b48 Update copyright. by Carsten Ziegeler · 15 years ago
  43. 27d357b [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  44. 2f28365 [maven-release-plugin] prepare release maven-scr-plugin-1.0.10 by Carsten Ziegeler · 15 years ago
  45. 985cacb Use latest parent pom for release. by Carsten Ziegeler · 15 years ago
  46. c581153 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  47. b876a4f [maven-release-plugin] prepare release maven-scr-plugin-1.0.9 by Carsten Ziegeler · 15 years ago
  48. dbcdded Update to latest parent pom. by Carsten Ziegeler · 15 years ago
  49. 37cce6d FELIX-970 : Check if the @scr.component tag is used more than once for a single class and throw an exception otherwise. by Carsten Ziegeler · 15 years ago
  50. 69bd0bd FELIX-917 : Use latest qdox release to fix several parsing problems by Carsten Ziegeler · 15 years ago
  51. 46970f6 FELIX-840: Ignore invalid scr files in dependent bundles. by Carsten Ziegeler · 16 years ago
  52. 1f311f8 FELIX-824 Fix since tags (should be version 1.0.9 instead of 1.0.10) by Felix Meschberger · 16 years ago
  53. ced274f FELIX-824 Fix since tags (should be version 1.0.9 instead of 1.0.10) by Felix Meschberger · 16 years ago
  54. 1f60cee FELIX-824 Applied slightly modified patch by Thijs Metsch (Thanks) by Felix Meschberger · 16 years ago
  55. 7581fad [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  56. 6076736 [maven-release-plugin] prepare release maven-scr-plugin-1.0.8 by Carsten Ziegeler · 16 years ago
  57. e4f87e4 Ignore global property with "null" value (instead of throwing NPE) by Felix Meschberger · 16 years ago
  58. 665dc5d FELIX-700 : Don't use xml prefix for inner elements. by Carsten Ziegeler · 16 years ago
  59. a739759 FELIX-696: Check artifact type when searching for scr configuration files. by Carsten Ziegeler · 16 years ago
  60. d2df1a3 FELIX-695 : Forgot to commit prefix changes. by Carsten Ziegeler · 16 years ago
  61. 0ad4f78 FELIX-695 : Inner elements of component might not have a namespace. by Carsten Ziegeler · 16 years ago
  62. ef65850 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  63. e24fd1a [maven-release-plugin] prepare release maven-scr-plugin-1.0.7 by Carsten Ziegeler · 16 years ago
  64. 171ea00 FELIX-680 : Allow variables for reference names and lookup reference interface names in local imports. by Carsten Ziegeler · 16 years ago
  65. 639a564 FELIX-680 : Allow variables for reference names and lookup reference interface names in local imports. by Carsten Ziegeler · 16 years ago
  66. b7bd771 FELIX-679 : Fix class cast exception by Carsten Ziegeler · 16 years ago
  67. ed7607a FELIX-653 : Value of Java field is not used if property is specified by a name reference by Carsten Ziegeler · 16 years ago
  68. c827dca FELIX-645 : Only apply global property if it hasn't been defined by the component itself. by Carsten Ziegeler · 16 years ago
  69. 7e2d3d5 FELIX-644 : Throw exception with better message. by Carsten Ziegeler · 16 years ago
  70. 91b260b FELIX-645 : Add support for global properties. by Carsten Ziegeler · 16 years ago
  71. 46d0350 FELIX-645 : If a reference is already complete in a super class, don't check it again in a subclass. by Carsten Ziegeler · 16 years ago
  72. 1b47d1c FELIX-643 : Don't traverse class hierarchy for references twice. by Carsten Ziegeler · 16 years ago
  73. f6c276a [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  74. 4e2edf5 [maven-release-plugin] prepare release maven-scr-plugin-1.0.6 by Carsten Ziegeler · 16 years ago
  75. 59c8c79 FELIX-618 - Search the import list for a service and test if the class in question implements the interface. by Carsten Ziegeler · 16 years ago
  76. ff26bd3 FELIX-617: Provided scope is allowed for inheriting scr configurations. by Carsten Ziegeler · 16 years ago
  77. c5ec1af FELIX-608 Correctly create localization attribute according to the by Felix Meschberger · 16 years ago
  78. 504f0bf Add Apache to the "used" section of the notice, add missing licenses for slf4j and asm by Carsten Ziegeler · 16 years ago
  79. ae6aeff [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  80. 2afa7b5 [maven-release-plugin] prepare release maven-scr-plugin-1.0.5 by Carsten Ziegeler · 16 years ago
  81. fe62b03 FELIX-594: Pretty print generated xml. by Carsten Ziegeler · 16 years ago
  82. fb8ccaf FELIX-593 Only set immediate attribute if explicitly declared (to not implement by Felix Meschberger · 16 years ago
  83. 1d4f1e5 FELIX-594: Pretty print generated xml. by Carsten Ziegeler · 16 years ago
  84. e665ae6 FIXED - issue FELIX-576: Add support for referencing name constants for property names. by Carsten Ziegeler · 16 years ago
  85. 07d66b6 Use instance variable to access the project. by Carsten Ziegeler · 16 years ago
  86. c1c6016 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  87. d3cb777 [maven-release-plugin] prepare release maven-scr-plugin-1.0.4 by Carsten Ziegeler · 16 years ago
  88. 3400cbc FELIX-509: Exclude files before they are added to QDox. Pattern syntax is now supported. by Carsten Ziegeler · 16 years ago
  89. 6452a10 FELIX-509: Add excludes configuration by Carsten Ziegeler · 16 years ago
  90. 0a58795 Add comment. by Carsten Ziegeler · 16 years ago
  91. 2784840 FELIX-507: Write all components into scr private file. by Carsten Ziegeler · 16 years ago
  92. 15ff21f IN PROGRESS - issue FELIX-507: properties and service names of extended components not always included by Carsten Ziegeler · 16 years ago
  93. d2c1b09 IN PROGRESS - issue FELIX-507: properties and service names of extended components not always included by Carsten Ziegeler · 16 years ago
  94. 33dfc51 RESOLVED - issue FELIX-506: scr-plugin-generated resources not always bundled by Carsten Ziegeler · 16 years ago
  95. 5f0ab78 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  96. b455602 [maven-release-plugin] prepare release maven-scr-plugin-1.0.3 by Carsten Ziegeler · 16 years ago
  97. f8688c6 Correct handling of external references (static imports, same package etc) by Carsten Ziegeler · 16 years ago
  98. f1ce8a3 Cleanup implementation and add some comments. by Carsten Ziegeler · 16 years ago
  99. 3d17b06 Use own instance of property handler for each component. by Carsten Ziegeler · 16 years ago
  100. e1f9dc0 Clear properties for each source. by Carsten Ziegeler · 16 years ago