1. e8bb57e Clean up implementation a little bit and move all property handling code into the property helper class. by Carsten Ziegeler · 16 years ago
  2. 41825d0 Update Notice file. by Carsten Ziegeler · 16 years ago
  3. a1c1069 Initial support for property value definition through arrays. by Carsten Ziegeler · 16 years ago
  4. 846df6c Felix-478: Fix classloading problems when trying to initialize a compiled class by adding slf4j to the classpath and provide a better error handling if classes can't be loaded. by Carsten Ziegeler · 16 years ago
  5. 829c193 Felix-478: Fix classloading problems when trying to initialize a compiled class by adding slf4j to the classpath and provide a better error handling if classes can't be loaded. by Carsten Ziegeler · 16 years ago
  6. 686513f FELIX-478 by Carsten Ziegeler · 16 years ago
  7. 617bb53 Fix compendium dependency by Stuart McCulloch · 16 years ago
  8. 727c0cc Use our own OSGi libs. by Carsten Ziegeler · 16 years ago
  9. ba95493 Remove system.out prints. by Carsten Ziegeler · 16 years ago
  10. d78cc86 FELIX-468 Implement ordering or JavaClassDescriptor's of the current project by Felix Meschberger · 16 years ago
  11. 646b9f1 Use latest released parent pom. by Carsten Ziegeler · 16 years ago
  12. aba73db [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  13. e8eff63 [maven-release-plugin] prepare release maven-scr-plugin-1.0.2 by Carsten Ziegeler · 17 years ago
  14. 92daca4 Revert changes from failing release run. by Carsten Ziegeler · 17 years ago
  15. 97f3549 [maven-release-plugin] prepare release maven-scr-plugin-1.0.2 by Carsten Ziegeler · 17 years ago
  16. 7c65c27 Release configuration is now in parent pom. Remove duplicate license and notice file. by Carsten Ziegeler · 17 years ago
  17. 93fa2ca RESOLVED - issue FELIX-446: Search of activation/deactivation method might get wrong result by Carsten Ziegeler · 17 years ago
  18. b61fe0e Update to releast version of parent pom and add missing licence headers. by Carsten Ziegeler · 17 years ago
  19. e494630 RESOLVED - issue FELIX-445: Bind/Unbind methods are not found in inherited classes by Carsten Ziegeler · 17 years ago
  20. 404c272 FIXED - issue FELIX-444: Improve implemented service detection by Carsten Ziegeler · 17 years ago
  21. 80fc8e0 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  22. 89d4ab4 [maven-release-plugin] prepare release maven-scr-plugin-1.0.1 by Carsten Ziegeler · 17 years ago
  23. 43109ce Mention codehaus in notice file. by Carsten Ziegeler · 17 years ago
  24. b3c7c87 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  25. d9dd948 [maven-release-plugin] prepare release maven-scr-plugin-1.0.0 by Carsten Ziegeler · 17 years ago
  26. d7e1ab8 Update to latest gpg plugin. by Carsten Ziegeler · 17 years ago
  27. 3dccda5 Add missing class loader java field implementation (although it's not needed right now) by Carsten Ziegeler · 17 years ago
  28. 266800a Correct javadocs. by Carsten Ziegeler · 17 years ago
  29. 9e6bee0 Correct javadocs. by Carsten Ziegeler · 17 years ago
  30. 1d665f6 FELIX-430 Default inherit attribute to true by Felix Meschberger · 17 years ago
  31. 449b67d FELIX-419 Implementing new ds attribute for @scr.component JavaDoc tag allowing to prevent by Felix Meschberger · 17 years ago
  32. 004a6b1 Mention included software in notice. by Carsten Ziegeler · 17 years ago
  33. 9728dbf [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  34. 665572c [maven-release-plugin] prepare release maven-scr-plugin-0.4.0 by Carsten Ziegeler · 17 years ago
  35. beae9af [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  36. f23a4bd [maven-release-plugin] prepare release maven-scr-plugin-0.3.0 by Carsten Ziegeler · 17 years ago
  37. c91ddad Fix FELIX-409 and fail building if an empty @scr.service tag is specified without the component implementing an interface. by Carsten Ziegeler · 17 years ago
  38. 9699e45 Fix typo in error message. by Carsten Ziegeler · 17 years ago
  39. f7f306c Fix NPE by returning an empty array. by Carsten Ziegeler · 17 years ago
  40. 0a6e85a Fix lookup on parent classes for fields and references. by Carsten Ziegeler · 17 years ago
  41. 75258d2 Improved property and reference search mechanism: the fields are search starting from the inspected class and up the hierarchy. This allows to detect overwritten information and duplicate information in the same class. This fixes FELIX-386 by Carsten Ziegeler · 17 years ago
  42. 2dc6683 FELIX-378 servicefactory attribute of @scr.service tag not handled correctly by Felix Meschberger · 17 years ago
  43. 2ade35f FELIX-375 implemented interfaces of base classes from the class path are not recognized by Felix Meschberger · 17 years ago
  44. a37ec21 Fix for FELIX-367: Set the instance variable in unbind only to null if passed service object is the same as the stored one. by Carsten Ziegeler · 17 years ago
  45. 1b59f00 Do not overwrite but append to Service-Component property if already existing in the project by Felix Meschberger · 17 years ago
  46. c6fa66c Provide option to generate PID (which defaults to true) for a component. by Carsten Ziegeler · 17 years ago
  47. 4cd7355 Only create the metatype directory if there are any metatype descriptors to write by Felix Meschberger · 17 years ago
  48. 7d09745 Restrict the initial value usage of a property to types of java.lang.String and correctly trim the value to fix #FELIX-353. by Carsten Ziegeler · 17 years ago
  49. decfc7f Generate bind/unbind only if reference has single cardinality (either optional or required) by Carsten Ziegeler · 17 years ago
  50. de45565 Remove generated methods from previous builds to avoid having the same method more than once in the resulting class file. by Carsten Ziegeler · 17 years ago
  51. 3e6a84d Correct byte code generation: calculate max frames and locals by hand (they're constant anyway) to avoid altering the existing byte code; fix putfield operation. by Carsten Ziegeler · 17 years ago
  52. 79af276 Do not generate methods if the component is abstract. by Carsten Ziegeler · 17 years ago
  53. cd71da9 Fix type class reference for generated methods. Only create bind/unbind if flag is set. Refactor to use only one creation method. by Carsten Ziegeler · 17 years ago
  54. 8ce086c Generate bind and unbind methods for references from fields using asm byte code manipulation. by Carsten Ziegeler · 17 years ago
  55. 784ff87 Correct logging of number of abstract services. by Carsten Ziegeler · 17 years ago
  56. 3b06bcb Three fixes: by Felix Meschberger · 17 years ago
  57. ea83f4e Start searching of methods for references in the current source class and not in the class the reference is defined in. Start implementing method generation for references. by Carsten Ziegeler · 17 years ago
  58. 57a5863 Create a new line before printing out multi value properties. by Carsten Ziegeler · 17 years ago
  59. 28ff270 Close Option tag (fix FELIX-349) and move utility methods to IOUtils. by Carsten Ziegeler · 17 years ago
  60. 1bcecbb Correct spelling. by Carsten Ziegeler · 17 years ago
  61. ca034f4 Readd license header after plugin run. by Carsten Ziegeler · 17 years ago
  62. 0ad238b [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  63. 4490ee9 [maven-release-plugin] prepare release maven-scr-plugin-0.2.0 by Carsten Ziegeler · 17 years ago
  64. 1da0359 Add detection mechanism for proper namespace handling. If the current sax implementation has bugs a workaround is installed (fixes FELIX-347) by Carsten Ziegeler · 17 years ago
  65. daadeeb Correct poms after release plugin run. by Carsten Ziegeler · 17 years ago
  66. ef18997 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  67. 80ed037 [maven-release-plugin] prepare release maven-scr-plugin-0.1.0 by Carsten Ziegeler · 17 years ago
  68. efccf87 Add configuration for release plugin. by Carsten Ziegeler · 17 years ago
  69. 16bcf90 Prevent NPE if a component to be validated does is not a service by Felix Meschberger · 17 years ago
  70. cfea2ac Add license and notice file by Carsten Ziegeler · 17 years ago
  71. 84add00 Moving scr plugin from sandbox to main trunk by Carsten Ziegeler · 17 years ago[Renamed from maven-scr-plugin]
  72. efdde67 Remove sandbox from package name by Carsten Ziegeler · 17 years ago
  73. 09d2c69 Remove sandbox from package name by Carsten Ziegeler · 17 years ago
  74. 4ccaaeb Moving scr plugin from sandbox to main trunk by Carsten Ziegeler · 17 years ago