1. f6ded96 regenerated the download page by Simone Tripodi · 13 years ago
  2. 6b48c9f added the Digester 3.1 release on home page by Simone Tripodi · 13 years ago
  3. 778822c there is no commons component that uses that assembly option by Simone Tripodi · 13 years ago
  4. 067065a junit upgrated by Simone Tripodi · 13 years ago
  5. 2f14345 fixed broken XML entities no needs of having a separate section by Simone Tripodi · 13 years ago
  6. 340b0c1 added async feature documentation by Simone Tripodi · 13 years ago
  7. 84b3dd7 added the async parser page - still a TODO by Simone Tripodi · 13 years ago
  8. bed5642 added the 3.1 release links by Simone Tripodi · 13 years ago
  9. 28a9384 update release notes for 3.1 version by Simone Tripodi · 13 years ago
  10. a10bf27 removed the profile to use clirr to compare digester3 with digester2, just using the configuration inherited from parent is now enough. by Simone Tripodi · 13 years ago
  11. ad7c84c [DIGESTER-150] Use Java5 Concurrent APIs to asynchronous parse() by Simone Tripodi · 13 years ago
  12. 71e857a updated junit to release 4.9 by Simone Tripodi · 13 years ago
  13. d95b023 parent reference updated to version 22 by Simone Tripodi · 13 years ago
  14. e724aec added next release metadata by Simone Tripodi · 13 years ago
  15. cd31a3a upgrated wagon-ssh plugin by Simone Tripodi · 13 years ago
  16. cbec31c [DIGESTER-149] move to standard Maven dir layout by Simone Tripodi · 13 years ago
  17. 4aa3ed5 ignore idea files by Olivier Lamy · 13 years ago
  18. 7a281b2 added missing 6 dollar million question... by Simone Tripodi · 13 years ago
  19. 1a29a93 added missing link on recent article on JaxEnter about Commons Digester 3 by Simone Tripodi · 13 years ago
  20. 9a42431 added 3.0 release date by Simone Tripodi · 13 years ago
  21. e906bc5 [maven-release-plugin] prepare for next development iteration by Simone Tripodi · 13 years ago
  22. 815b78a [maven-release-plugin] prepare release DIGESTER3_3_0_RC2 by Simone Tripodi · 13 years ago
  23. dbf6903 no needs to have apidocs in a subdir by Simone Tripodi · 13 years ago
  24. 4d581f6 actual RC is #2 by Simone Tripodi · 13 years ago
  25. 0ce2519 enabled the 3.0 release menu items by Simone Tripodi · 13 years ago
  26. 6cb84a7 removed unused longKey variable by Simone Tripodi · 13 years ago
  27. 713fe2c removed empty line by Simone Tripodi · 13 years ago
  28. 1d7098a no needs to log the error and rise the exception, just throw the runtime error by Simone Tripodi · 13 years ago
  29. f2bb508 added generics on class array by Simone Tripodi · 13 years ago
  30. 1bef44f minor style of array notation by Simone Tripodi · 13 years ago
  31. 25331d1 fixed NP_NULL_ON_SOME_PATH findbugs error by Simone Tripodi · 13 years ago
  32. 8725ba6 filled array values in a smartest way by Simone Tripodi · 13 years ago
  33. df77607 copy array values in a smartest way by Simone Tripodi · 13 years ago
  34. 685c05d filled arrays in a smartest way by Simone Tripodi · 13 years ago
  35. 9297d9d BeanUtils static methods imported in static way by Simone Tripodi · 13 years ago
  36. c544f26 even if it doesn't help fixing the NP_NULL_ON_SOME_PATH, at least it guarantees 'parameters[]' array is not null by Simone Tripodi · 13 years ago
  37. 9599af7 arrays initialization less verbose by Simone Tripodi · 13 years ago
  38. aede731 imported static methods by Simone Tripodi · 13 years ago
  39. 06e772d no reason to throw an hard to interpret NPE late, better raising an exception as soon as classes cannot be load, much easier to debug - rule init and rule invocation could happen in different times by Simone Tripodi · 13 years ago
  40. 2f35921 just a matter of code style by Simone Tripodi · 13 years ago
  41. fe641f4 typos on comments by Simone Tripodi · 13 years ago
  42. 2486f7a no needs to deploy specific 3.0 userguide - just apidocs/release notes - see discovery by Simone Tripodi · 13 years ago
  43. fe594a7 suppressed MethodLength in ExtendedBaseRules.java (that method has been so big from ages) by Simone Tripodi · 13 years ago
  44. 8e6f40c fixed checkstyle violation: inner assignment should be avoided. by Simone Tripodi · 13 years ago
  45. 60449e3 suppressed Digester file length checkstyle violation - it is so huge from ages by Simone Tripodi · 13 years ago
  46. e8a31d9 plugged checkstyle suppression filter by Simone Tripodi · 13 years ago
  47. 48a877c fixed checkstyle violation: Line is longer than 120 characters. by Simone Tripodi · 13 years ago
  48. b95e4be relocated license header by Simone Tripodi · 13 years ago
  49. 894abb4 fixed findbugs violation: URF_UNREAD_FIELD by Simone Tripodi · 13 years ago
  50. 6a88863 fixed findbugs violation: URF_UNREAD_FIELD by Simone Tripodi · 13 years ago
  51. fed2743 fixed findbugs violation: SIC_INNER_SHOULD_BE_STATIC by Simone Tripodi · 13 years ago
  52. 49c189d added findbugs-maven-plugin by Simone Tripodi · 13 years ago
  53. 947a4f5 back to 3.0-SNAPSHOT after 3.1 failed by Simone Tripodi · 13 years ago
  54. 4dd4d1c fixed javadoc violation 'Tag @link: reference not found' by Simone Tripodi · 13 years ago
  55. 28724cc fixed javadoc violation 'Tag @link: reference not found' by Simone Tripodi · 13 years ago
  56. 0504f2f [maven-release-plugin] prepare for next development iteration by Simone Tripodi · 13 years ago
  57. d61e80c [maven-release-plugin] prepare release commons-digester3-3.0 by Simone Tripodi · 13 years ago
  58. 5799116 fixed checkstyle violation: Inner assignments should be avoided by Simone Tripodi · 13 years ago
  59. 62b5b1b fixed checkstyle violation: Type Javadoc comment is missing an @param <R> tag. by Simone Tripodi · 13 years ago
  60. 1b7dcd3 fixed checkstyle violations: Line is longer than 120 characters by Simone Tripodi · 13 years ago
  61. b0453eb added missing javadoc by Simone Tripodi · 13 years ago
  62. 4521c75 removed unused imports by Simone Tripodi · 13 years ago
  63. 0a5cf03 relocated license header by Simone Tripodi · 13 years ago
  64. 55bb875 fixed javadoc violation by Simone Tripodi · 13 years ago
  65. 3be5902 removed trailing space by Simone Tripodi · 13 years ago
  66. 113ee8b added OTHER NOTES section by Simone Tripodi · 13 years ago
  67. 2b2927c added DEPRECATIONS section by Simone Tripodi · 13 years ago
  68. 1659d9e fixed link by Simone Tripodi · 13 years ago
  69. 331bee4 minor format by Simone Tripodi · 13 years ago
  70. 12a826c don't deploy .tar.gz and .zip archives as maven artifacts by Simone Tripodi · 13 years ago
  71. 6d36fea [DIGESTER-72] Allow SetNextRule to fire on begin by Simone Tripodi · 13 years ago
  72. a5e782e added missing exactMatch attribute processing for setTop, setNext and setRoot in xmlrules by Simone Tripodi · 13 years ago
  73. 8c7b422 added missing exactMatch attribute for setTop, setNext and setRoot rules by Simone Tripodi · 13 years ago
  74. 0db9430 [DIGESTER-133] Class fields are not set if class is inherited from HashMap if commons-beanutils-1.8.0 is used by Simone Tripodi · 13 years ago
  75. 95c73af [DIGESTER-105] Need to process [attribute id=name]somename[/attribute] by Simone Tripodi · 13 years ago
  76. 05ff0b0 added DIGESTER-85 in the changes list by Simone Tripodi · 13 years ago
  77. 702ebc1 DIGESTER-85 Include filename or uri if Digester.parse(File file or String uri throws a SAXException by Simone Tripodi · 13 years ago
  78. 3526158 fixed typo on classname by Simone Tripodi · 13 years ago
  79. f89b7c7 added missing constructor javadoc description by Simone Tripodi · 13 years ago
  80. 5ca7e28 fixed checkstyle violation: ')' is not preceded with whitespace. by Simone Tripodi · 13 years ago
  81. 26c9b85 added missing javadoc parameters by Simone Tripodi · 13 years ago
  82. 1bdba70 added missing super() call that broke the tests by Simone Tripodi · 13 years ago
  83. 9ede79d add() method can be final in the abstract implementation, used the registerRule() method instead by Simone Tripodi · 13 years ago
  84. 8a8c545 no needs to redeclare javadoc comment, inherited by Simone Tripodi · 13 years ago
  85. ffe5f63 removed duplicated code simply by inheriting from the abstract Rules implementation by Simone Tripodi · 13 years ago
  86. 0b4e776 removed unnecessary casts by Simone Tripodi · 13 years ago
  87. da24eb7 minor Rules APIs improvement, taking inspiration from an idea described in DIGESTER-95; using the extended APIs users can contribute that feature just providing a customized Rules implementation rather than modifying the existing Digester code, forcing the custom-case cast as shown in the patch by Simone Tripodi · 13 years ago
  88. 8077251 removed redundant abstract methods by Simone Tripodi · 13 years ago
  89. 21f56d7 set DTD URL reference in the doc comments by Simone Tripodi · 13 years ago
  90. 816b33e added missing dtd declaration by Simone Tripodi · 13 years ago
  91. a148a36 [DIGESTER-90] xmlrules does not support setNamespaceURI by Simone Tripodi · 13 years ago
  92. bd967d9 added DIGESTER-127 in the changes list by Simone Tripodi · 13 years ago
  93. be8f0cc added DIGESTER-28 in the changes list by Simone Tripodi · 13 years ago
  94. 6f5c09a [DIGESTER-28] Default ClassLoader policy unusable in EAR archive by Simone Tripodi · 13 years ago
  95. 2f5db1d added latest resolved issues by Simone Tripodi · 13 years ago
  96. ad52331 debugging messages made easier to read and maintain by Simone Tripodi · 13 years ago
  97. 223ac6f removed duplicated code, parse(InputSource) is enough to cover all the cases by Simone Tripodi · 13 years ago
  98. 5dd5c37 [DIGESTER-132] Add a CompoundSubstitutor to support more than one Substitutors at a time by Simone Tripodi · 13 years ago
  99. 8ab36ab added missing NodeCreateRule for xmlrules by Simone Tripodi · 13 years ago
  100. 3257e94 dropped 'none' in the comments, it could be interpreted as a value and it's not admitted by Simone Tripodi · 13 years ago