1. a7edb26 Added update to changes.xml for checkin for DIGESTER-166 fix. by Elijah Zupancic · 12 years ago
  2. a55db0b DIGESTER-166 by Elijah Zupancic · 12 years ago
  3. ceb088f [DIGESTER-165] BinderClassLoader does not override getResource - patch provided by Dirk Schaube by Simone Tripodi · 12 years ago
  4. c002c76 [DIGESTER-165] BinderClassLoader does not override getResource - patch provided by Dirk Schaube by Simone Tripodi · 12 years ago
  5. 304e8e9 added Frank Martinez in the contributors list by Simone Tripodi · 12 years ago
  6. 47072b3 [DIGESTER-164] RulesBase performance optimization - patch provided by Frank David Martinez by Simone Tripodi · 12 years ago
  7. 7c3d011 local variables made final where possible by Simone Tripodi · 12 years ago
  8. a38302c reduced the boilerplate code using the FormattingMessager by Simone Tripodi · 12 years ago
  9. a16c159 first checkin of DigesterElementVisitor class skeleton by Simone Tripodi · 12 years ago
  10. 0119cc8 first checkin of FormattingMessager class by Simone Tripodi · 12 years ago
  11. 9f4380b added javadoc to generated method by Simone Tripodi · 12 years ago
  12. a587059 assigned meaningful variables name to code generation components by Simone Tripodi · 12 years ago
  13. 3f69e98 defined more semful default values by Simone Tripodi · 12 years ago
  14. feb3d57 dropped the useless sysout by Simone Tripodi · 12 years ago
  15. d61995f configure() method must return void and not Void by Simone Tripodi · 12 years ago
  16. 34c4e30 generated RuleModule classes have to inherit from AbstractRulesModule by Simone Tripodi · 12 years ago
  17. 513a848 added the META-INF/services generator to let javac discover the DigesterAnnotationsProcessor by Simone Tripodi · 12 years ago
  18. 64d683d just added a comment reminder by Simone Tripodi · 12 years ago
  19. 00e2128 just added few annotated classes with Digester annotations for testing purposes by Simone Tripodi · 12 years ago
  20. 856f110 started plugging codemodel inside the annotations processor method (it doesn't produce any result yet...) by Simone Tripodi · 12 years ago
  21. 3c52126 first checkin of a CodeWriter based on annotations processor Filer by Simone Tripodi · 12 years ago
  22. 6f5c56e added codemodel dependency, to generate Java source code by Simone Tripodi · 12 years ago
  23. 455db0c added DIGESTER-163 in the resolved issues list by Simone Tripodi · 12 years ago
  24. 637d107 no needs to store system ids to a ThreadLocal, modules not invoked in lazy-loading way anymore by Simone Tripodi · 12 years ago
  25. d981613 [DIGESTER-163] no needs of RulesBinder lazy loading, no needs to store RulesBinder in ThreadLocal, attempt to resolve concurrent issues by Simone Tripodi · 12 years ago
  26. b9a2cd8 check already bound rules per thread and not tracking them globally, otherwise threads are cheated by Simone Tripodi · 12 years ago
  27. 55c2ef2 less efficient, but that should fix [DIGESTER-163] by Simone Tripodi · 12 years ago
  28. 007901c potential fix for [DIGESTER-163] by Simone Tripodi · 12 years ago
  29. 754f437 added (occasionally) failing test related to [DIGESTER-163] by Simone Tripodi · 12 years ago
  30. 4664113 yet another attempt to make the loader failing by Simone Tripodi · 12 years ago
  31. a7cae8f added recommendations on using shortcut methods by Simone Tripodi · 12 years ago
  32. 4ced092 imported testcase for [DIGESTER-163] by Simone Tripodi · 12 years ago
  33. 8cf0e9d typo by Simone Tripodi · 12 years ago
  34. 5697325 aggregate javadoc reports by Simone Tripodi · 12 years ago
  35. b0db2fe don't include 3rd party dependencies in the distribution packages by Simone Tripodi · 12 years ago
  36. d2be84e avoid to include a fileset for a single file by Simone Tripodi · 12 years ago
  37. 945582d added site XSD descriptor by Simone Tripodi · 12 years ago
  38. 6418f0d updated copyright year by Simone Tripodi · 12 years ago
  39. 3d51f8e [DIGESTER-162] ObjectCreateRule doesn't allow create objects wich type is specified in attributeName only by Simone Tripodi · 12 years ago
  40. 53aab77 updated ignore list by Simone Tripodi · 12 years ago
  41. 2cfb372 added a dedicated module for assembly packages - since digester became a multi-module project, assemblies have to be created once core and ap modules have been built by Simone Tripodi · 12 years ago
  42. 71dd92c initial checkin of DigesterAnnotationsProcessor stuff by Simone Tripodi · 12 years ago
  43. 9dde88d updated ignore list by Simone Tripodi · 12 years ago
  44. 05dba8e restored the samples parent pom - too much common stuff, it doesn't make any sense replicating them for each sample. Samples are not deployed nor assembled by Simone Tripodi · 12 years ago
  45. 37b11fb fixed packaging stuff by Simone Tripodi · 12 years ago
  46. b54a105 annotations processor is targeted 1.6 by Simone Tripodi · 12 years ago
  47. bd2bc79 configured checkstyle per module by Simone Tripodi · 12 years ago
  48. 12ca079 adding next release notes by Simone Tripodi · 12 years ago
  49. 126dceb fixed next release version in release notes by Simone Tripodi · 12 years ago
  50. a1cb5cf bundle plugin moved to core pom only - no other module has the needs to be OSGi ready, since the annotations-processor will be a compile tool, and samples won't be deployed by Simone Tripodi · 12 years ago
  51. e9c8fc4 updated parent pom wagon-ssh extension no longer needed by Simone Tripodi · 12 years ago
  52. 24427b3 core module specific plugins moved to proper pom by Simone Tripodi · 12 years ago
  53. 5843c5e no needs for a pom in examples by Simone Tripodi · 12 years ago
  54. 8053a44 updated the ignore list by Simone Tripodi · 12 years ago
  55. 9a01934 fixed reactor sequence by Simone Tripodi · 12 years ago
  56. 04de5c3 updated ignore list by Simone Tripodi · 12 years ago
  57. d980b8c fixing multi modules references in pom by Simone Tripodi · 12 years ago
  58. 766ddc5 first checkin of core module pom by Simone Tripodi · 12 years ago
  59. 9f0355d main pom converted in a multi-module parent pom by Simone Tripodi · 12 years ago
  60. 7d73ca9 moving main resources to core module main dir by Simone Tripodi · 12 years ago
  61. ddcb1a0 moving test sources to core module main dir by Simone Tripodi · 12 years ago
  62. fc4e509 moving main java sources to core module main dir by Simone Tripodi · 12 years ago
  63. 36fc6aa preparing core module main dir by Simone Tripodi · 12 years ago
  64. 9f7ea8c since the project will the multi-modules, samples can be included in the project root dir by Simone Tripodi · 12 years ago
  65. 990b9af preparing the annotations processor module by Simone Tripodi · 12 years ago
  66. 8217d4b preparing multi-module project structure - see DIGESTER-158 by Simone Tripodi · 12 years ago
  67. 6f7e190 [DIGESTER-161] Document thread-safety in javadoc of Rule class - patch provided by Eduard Papa by Simone Tripodi · 12 years ago
  68. 2bfd22e dropped the APT code, not supported on non-Sun JVMs by Simone Tripodi · 12 years ago
  69. e5d9b49 added skeletons classes for preparing DIGESTER-158 development by Simone Tripodi · 12 years ago
  70. 9c4d30c 3.2 released, upgraded version to 3.3 by Simone Tripodi · 12 years ago
  71. 3fab6f4 added 3.2 release in the DOAP by Simone Tripodi · 12 years ago
  72. 7aa94b4 added 3.2 release date by Simone Tripodi · 12 years ago
  73. d3e2dc2 updated 3.2 release notes by Simone Tripodi · 12 years ago
  74. 3f70e98 trunk back to previous snapshot by Simone Tripodi · 12 years ago
  75. e78fb01 [maven-release-plugin] prepare for next development iteration by Simone Tripodi · 12 years ago
  76. caa1fe4 [maven-release-plugin] prepare release DIGESTER3_3_2_RC2 by Simone Tripodi · 12 years ago
  77. 7ebeb29 Include the N&L files for the shaded dependencies by Sebastian Bazley · 12 years ago
  78. 8cac24a Tab police by Sebastian Bazley · 12 years ago
  79. 35b4b44 Split N&L files into two so with-deps jar can have its own by Sebastian Bazley · 12 years ago
  80. 418fc28 stripped @version javadoc tags from test classes (not used in main sources) by Simone Tripodi · 12 years ago
  81. ddcec3a back to 3.2-SNAPSHOT by Simone Tripodi · 12 years ago
  82. ab71a8f don't deploy tarballs anz zip files to Nexus by Simone Tripodi · 12 years ago
  83. 5b5afb3 increased RC by Simone Tripodi · 12 years ago
  84. 4a4c07c added 3rd parties licenses for überjar by Simone Tripodi · 12 years ago
  85. f568436 Simplify; avoid potential NPE warnings by Sebastian Bazley · 12 years ago
  86. a61f372 Simplify; avoid potential NPE warnings by Sebastian Bazley · 12 years ago
  87. 8ff7051 Exception not thrown by Sebastian Bazley · 12 years ago
  88. 4311914 Javadoc by Sebastian Bazley · 12 years ago
  89. 174f3ef Missing @Override by Sebastian Bazley · 12 years ago
  90. 1fdb3a7 EOL by Sebastian Bazley · 12 years ago
  91. cbaefd7 Javadoc by Sebastian Bazley · 12 years ago
  92. 78e6295 [maven-release-plugin] prepare for next development iteration by Simone Tripodi · 12 years ago
  93. 92c641e [maven-release-plugin] prepare release DIGESTER3_3_2_RC1 by Simone Tripodi · 12 years ago
  94. e177981 regenerated download page by Simone Tripodi · 12 years ago
  95. 1f6659e added missing AL header by Simone Tripodi · 12 years ago
  96. e7d9554 added missing space by Simone Tripodi · 12 years ago
  97. e19354b removed broken javadoc links by Simone Tripodi · 12 years ago
  98. 672ca5c fixed javadoc parameters by Simone Tripodi · 12 years ago
  99. 8e93930 modified the tense to avoid to repeat `add` by Simone Tripodi · 12 years ago
  100. 757ef05 added details about the maven shaded artifact by Simone Tripodi · 12 years ago