1. d29eb93 [DIGESTER-123] xmlrules dtd does not define xmlattrs for node-create-rule by Simone Tripodi · 13 years ago
  2. c8bbb99 added DIGESTER-131 in the fix list by Simone Tripodi · 13 years ago
  3. a7c5c76 [DIGESTER-131] Allow recursive match in ExtendedBaseRules by Simone Tripodi · 13 years ago
  4. 9aed7c7 first checkin of changes descriptor by Simone Tripodi · 13 years ago
  5. cac3101 added issues from previous release by Simone Tripodi · 13 years ago
  6. 5c66a67 [DIGESTER-18] ObjectCreateRule shouldn't keep className as a field by Simone Tripodi · 13 years ago
  7. 5e4b91b fixed SCM metadata, still refer to old sandbox location by Simone Tripodi · 13 years ago
  8. e8dd72a [maven-release-plugin] rollback the release of commons-digester3-3.0 by Simone Tripodi · 13 years ago
  9. 7685c21 [maven-release-plugin] prepare release commons-digester3-3.0 by Simone Tripodi · 13 years ago
  10. 1ba90db re-generated the download page by Simone Tripodi · 13 years ago
  11. ae4d7b3 updated the 'include' documentation by Simone Tripodi · 13 years ago
  12. d3312d9 dropped abuse of 'this' keyword by Simone Tripodi · 13 years ago
  13. 81ce781 'path' attribute replaced by 'url', Include rule in XML is able to load resources from 'classpath:/' meta-scheme and traditional URLs - TODO: update the documentation site by Simone Tripodi · 13 years ago
  14. a5a0a31 used more generic Iterable instead of Collection to load RulesModule configuration instance, thanks Matt Benson for the idea applied on Meiyo by Simone Tripodi · 13 years ago
  15. 61c2eb0 fixed typo on comments by Simone Tripodi · 13 years ago
  16. 5061354 added the ssh wagon, since Maven3 doesn't support it out of the box by Simone Tripodi · 13 years ago
  17. 2d068c2 changed site distributionManagement, replaced old Sandbox location by Simone Tripodi · 13 years ago
  18. a9acfcc digester3.0 not released yet, temporary commented all 3.0 links, so new SNAPSHOT site can be deployed by Simone Tripodi · 13 years ago
  19. e371736 reformatted XML caused test failure by Simone Tripodi · 13 years ago
  20. 2b0fdf8 Avoid compilation error when using Sun Java 1.5: by Sebastian Bazley · 13 years ago
  21. 459af49 removed useless 'else' clause by Simone Tripodi · 13 years ago
  22. dd2d86c jarjar&clirr moved to the proper overridden maven-3 profile by Simone Tripodi · 13 years ago
  23. 61421cb digester3 accepted as proper codebase after vote passed http://markmail.org/message/h7cf235nikocovqh by Simone Tripodi · 13 years ago
  24. e7c5f1c reformatted XML test resources by Simone Tripodi · 13 years ago
  25. 3a07ffb XML reformatted according to already adopted style by Simone Tripodi · 13 years ago
  26. c0e1a2f first checkin of AbstractNamespaceUIRIBasedRulesModule class by Simone Tripodi · 13 years ago
  27. a0a6575 no needs to produce TXT clirr report, html report already included in deployed site by Simone Tripodi · 13 years ago
  28. 7e2b410 no more need to invoke the package goal to produce the clirr report by Simone Tripodi · 13 years ago
  29. 6ddfe73 moved package-info description on top of the package declaration, otherwise it will be omitted in Javadoc (it is an acceptable checkstyle violation) by Simone Tripodi · 13 years ago
  30. a474b0e switched to commons-parent 21 by Simone Tripodi · 13 years ago
  31. 4d0b02b used the jarjar maven plugin to relocate classes to Digester2.X package and compare classes using clirr by Simone Tripodi · 13 years ago
  32. e67e5d7 first checkin of Main class, grabbed from EDSL sample, but with the annotations module by Simone Tripodi · 13 years ago
  33. eacfe91 first checkin of Feed/Entry class, grabbed from EDSL sample, but with annotations by Simone Tripodi · 13 years ago
  34. b28c499 first cehckin of annotations/atom sample package by Simone Tripodi · 13 years ago
  35. 7d53573 ouch, resources moved in the right place by Simone Tripodi · 13 years ago
  36. 0c3856c first checkin of atom sample archetype, this time using annotations instead explicit EDSL by Simone Tripodi · 13 years ago
  37. 47ade52 added missing content element handling by Simone Tripodi · 13 years ago
  38. 53ff165 minor format on debug by Simone Tripodi · 13 years ago
  39. c271c38 added missing DateConverter by Simone Tripodi · 13 years ago
  40. a69e31a simplified date pattern minor format by Simone Tripodi · 13 years ago
  41. 8c0af40 first checkin of Main class for Atom EDSL example by Simone Tripodi · 13 years ago
  42. 8e15ea1 first checkin of simple Atom Digester rules expressed via EDSL by Simone Tripodi · 13 years ago
  43. c0535cf first checkin of Feed class by Simone Tripodi · 13 years ago
  44. e6d3ae0 first checkin of Entry class by Simone Tripodi · 13 years ago
  45. e7c0c08 simplified showcase by Simone Tripodi · 13 years ago
  46. ca9a41a first checkin of edsl/atom package by Simone Tripodi · 13 years ago
  47. 1f65c02 added EDSL/atom sample argument input by Simone Tripodi · 13 years ago
  48. 93cc70b fixed artifactId by Simone Tripodi · 13 years ago
  49. 5936345 fixed relativePath reference by Simone Tripodi · 13 years ago
  50. 9a52914 fixed subpackaging by Simone Tripodi · 13 years ago
  51. 22ba788 added yet another sample archetype to show EDSL usage by Simone Tripodi · 13 years ago
  52. 822d905 typo on sample submodule by Simone Tripodi · 13 years ago
  53. 26feda7 fixed execution commands by Simone Tripodi · 13 years ago
  54. 7b345ff fixed input rules URL by Simone Tripodi · 13 years ago
  55. 552c3d1 organized imports by Simone Tripodi · 13 years ago
  56. b74bbe4 sample moved to EDLS, loading using the proper XML module by Simone Tripodi · 13 years ago
  57. f7b2b4b single quote replaced by double quote by Simone Tripodi · 13 years ago
  58. 22dcda3 fixed classes qualified name by Simone Tripodi · 13 years ago
  59. ac00d20 minor format by Simone Tripodi · 13 years ago
  60. 0ad25a0 fixed dtd reference by Simone Tripodi · 13 years ago
  61. 9839823 minor code format by Simone Tripodi · 13 years ago
  62. bf1941a added generics to collections by Simone Tripodi · 13 years ago
  63. 3a08f8b organized imports by Simone Tripodi · 13 years ago
  64. fd82934 removed unused imports by Simone Tripodi · 13 years ago
  65. 54839bf added missing @Override annotation by Simone Tripodi · 13 years ago
  66. 6f7d17c dropped Ant build by Simone Tripodi · 13 years ago
  67. 98862be code moved and repackaged under default maven source dir by Simone Tripodi · 13 years ago
  68. 0c72f23 first checkin of basic maven archetype for addressbook example by Simone Tripodi · 13 years ago
  69. 44c2d38 removed DTD handling, since .dtd are missing by Simone Tripodi · 13 years ago
  70. 4bcf6b5 updated readme documentation by Simone Tripodi · 13 years ago
  71. b87e20a code reformatted by Simone Tripodi · 13 years ago
  72. 7a34dae fixed type infer by Simone Tripodi · 13 years ago
  73. 21bca1c dropped Ant build by Simone Tripodi · 13 years ago
  74. d8bf0df plugged the exec-maven-plugin by Simone Tripodi · 13 years ago
  75. 79a1f3b resources moved to the expected dirs by Simone Tripodi · 13 years ago
  76. 167cc57 code formatted by Simone Tripodi · 13 years ago
  77. d310803 removed unneeded casts by Simone Tripodi · 13 years ago
  78. c38444b added generated serialVersionUID (classes are serializable) by Simone Tripodi · 13 years ago
  79. 167bb9c fixed methods overriding by Simone Tripodi · 13 years ago
  80. 7d99887 fixed methods overriding by Simone Tripodi · 13 years ago
  81. ad3284e added generics to internal collections by Simone Tripodi · 13 years ago
  82. 46ea87e relocated license header by Simone Tripodi · 13 years ago
  83. 2da6607 removed unneeded digester subpackage by Simone Tripodi · 13 years ago
  84. a4b65de code moved to digester3 subpackage by Simone Tripodi · 13 years ago
  85. 1ec8ea2 removed useless config dir (manifest is generated by jar plugin) by Simone Tripodi · 13 years ago
  86. 22e56be code moved and repackaged under default maven source dir by Simone Tripodi · 13 years ago
  87. 66825be first checkin of pom.xml for rss sample by Simone Tripodi · 13 years ago
  88. e23acd2 dropped Ant build by Simone Tripodi · 13 years ago
  89. 15d9fb8 updated commands to run pipeline sample by Simone Tripodi · 13 years ago
  90. 31d5c5b minor code format by Simone Tripodi · 13 years ago
  91. 9696a20 fixed plugin classes references by Simone Tripodi · 13 years ago
  92. e21f63d switched to profiles to replicate what described in the readme.txt by Simone Tripodi · 13 years ago
  93. 9605353 no needs to cast when invoking Digester.parse() by Simone Tripodi · 13 years ago
  94. 5e8c49b no needs to assign to another buffer when replacing by Simone Tripodi · 13 years ago
  95. fe01a77 added missing {} blocks by Simone Tripodi · 13 years ago
  96. 3313c82 added generics to collections/iterators by Simone Tripodi · 13 years ago
  97. 1207a11 added missing {} blocks by Simone Tripodi · 13 years ago
  98. 59099c3 code reformatted by Simone Tripodi · 13 years ago
  99. 1703952 code moved and repackaged under default maven source dir by Simone Tripodi · 13 years ago
  100. a70846c started creating the mvn archetype by Simone Tripodi · 13 years ago