1. 5bd1b0b fixed tense by Simone Tripodi · 12 years ago
  2. 1a41418 fixed dependencies table layout by Simone Tripodi · 12 years ago
  3. fe40ab8 removed broken javadoc links by Simone Tripodi · 12 years ago
  4. 01a3728 added exaustive DIGESTER-155 test case by Simone Tripodi · 12 years ago
  5. 2c6b479 [DIGESTER-160] provide an additional artifact with shaded dependencies by Simone Tripodi · 12 years ago
  6. 6d376a4 added CGLIB and ASM in the NOTICE file by Simone Tripodi · 12 years ago
  7. b1be056 restructuring the home page, added 3.2 release and removed 2.X releases description by Simone Tripodi · 12 years ago
  8. edba43a upgraded samples to use release 3.2 by Simone Tripodi · 12 years ago
  9. 163f8bf fixed javadocs by Simone Tripodi · 12 years ago
  10. fbdda17 minor format by Simone Tripodi · 12 years ago
  11. c0aeaba minor format by Simone Tripodi · 12 years ago
  12. 909f2c0 fixed lines longer than 120 chars by Simone Tripodi · 12 years ago
  13. 8d61a03 added missing javadoc by Simone Tripodi · 12 years ago
  14. cbbf7bd removed useless empty line by Simone Tripodi · 12 years ago
  15. 2b65e57 fixed checkstyle violation: Expected @param tag for 'elementName'. by Simone Tripodi · 12 years ago
  16. f5b35d8 added missing @since tag by Simone Tripodi · 12 years ago
  17. 215ac3d fixed lines > 120 chars by Simone Tripodi · 12 years ago
  18. f3c6c41 fixed params names by Simone Tripodi · 12 years ago
  19. 3005d84 used the already used license format (the current one causes a checkstyle warning) by Simone Tripodi · 12 years ago
  20. fbe6c2e removed lines bigger than 120 chars by Simone Tripodi · 12 years ago
  21. 7b3d002 added missing @return javadoc parameter by Simone Tripodi · 12 years ago
  22. 64f1532 migrated StringBuffer to StringBuilder by Simone Tripodi · 12 years ago
  23. 6924c7f filled missing javadoc params by Simone Tripodi · 12 years ago
  24. 971e5f1 reduced RecordedInvocation class visibility, it can be hidden to final users by Simone Tripodi · 12 years ago
  25. f88cd3b minofr format, fixed checkstyle rules by Simone Tripodi · 12 years ago
  26. e822e3c added missing javadocs parameters by Simone Tripodi · 12 years ago
  27. f30165f format violations reported by checkstyle by Simone Tripodi · 12 years ago
  28. 38fc00a removed synchronizations that caused findbugs issues, the Digester is not anyway thread-safety by definition so that should not be an issue - unless users start sharing same Digester instances across multiple threads by Simone Tripodi · 12 years ago
  29. a23b9b9 fixed findbugs issue: string format wants 2 arguments but is given 3 in by Simone Tripodi · 12 years ago
  30. 760e2d5 fixed findbugs issue: classloader must be created inside a privileged action by Simone Tripodi · 12 years ago
  31. 32337da added the default constructor arguments description by Simone Tripodi · 12 years ago
  32. c6b9dd7 updated constructor documenation to current codebase by Simone Tripodi · 12 years ago
  33. b4f65c8 added DIGESTER-154 in the changelist by Simone Tripodi · 12 years ago
  34. 8262a73 [DIGESTER-154] The DigesterBinder is not able to load primitive classes by name by Simone Tripodi · 12 years ago
  35. dcd4b69 restored basicConstructorWithValuesNotFound() test by Simone Tripodi · 12 years ago
  36. 5acfcd5 restored basicConstructorWithWrongParameters() test method by Simone Tripodi · 12 years ago
  37. 4f65001 restored constructorWithClassDefinedInAttribute test by Simone Tripodi · 12 years ago
  38. 06c3861 enhanced [DIGESTER-153] by appliyng the patch kindly provided by Matt Benson by Simone Tripodi · 12 years ago
  39. 7e1836c typo by Matthew Jason Benson · 12 years ago
  40. 1e72508 [DIGESTER-159] */object-param-rule is not managed in the XML rules by Simone Tripodi · 12 years ago
  41. 16563e0 credited DIGESTER-153 to Matt who fixed the issues by Simone Tripodi · 12 years ago
  42. 0a3856f fixed JIRA URL pattern by Simone Tripodi · 12 years ago
  43. 7d8da05 replaced tabs with spaces, minor format by Simone Tripodi · 12 years ago
  44. 72a6bde restored ObjectCreateRule constructor via meta XML declaration by Simone Tripodi · 12 years ago
  45. 5893df7 restored constructor test that binds constructor rules via binder APIs by Simone Tripodi · 12 years ago
  46. 47e9ce6 re-enabled constructor test based on annotations by Simone Tripodi · 12 years ago
  47. fa86892 added missing error message by Simone Tripodi · 12 years ago
  48. 7ca7cc6 no longer necessary by Matthew Jason Benson · 12 years ago
  49. 75d8364 [DIGESTER-153] Add constructor support to ObjectCreateRule - even when the constructor args come from nested elements by Matthew Jason Benson · 12 years ago
  50. 2efa6a5 add m2eclipse stuff by Matthew Jason Benson · 12 years ago
  51. b49f070 [DIGESTER-153] Add Constructor support to ObjectCreateRule ; cooperative work between Simo Tripodi & Matt Benson by Matthew Jason Benson · 12 years ago
  52. 11143a4 [DIGESTER-157] Improve Set(Nested)PropertiesRuleAlias performances in the XML ruleset while binding rules by Simone Tripodi · 12 years ago
  53. 592a745 missed from r1197969 - DIGESTER-156 :( by Simone Tripodi · 12 years ago
  54. c9960cf [DIGESTER-156] Make (Nested|Set)PropertiesBuilder#addAlias() fluent by Simone Tripodi · 12 years ago
  55. 94fac6b updated bugs description by Simone Tripodi · 12 years ago
  56. 61c742d classloaders assertion can be performed by verifying the references, no warranties about equality by Simone Tripodi · 12 years ago
  57. 67062e3 typos by Simone Tripodi · 12 years ago
  58. 7b59b61 [DIGESTER-155] ClassLoader reference set to DigesterLoader not set in produced Digetser instances by Simone Tripodi · 12 years ago
  59. d2a8c9d typo by Simone Tripodi · 12 years ago
  60. c7420ab fixed apidocs links by Simone Tripodi · 12 years ago
  61. 11ef158 fixed version for 3.2 release by Simone Tripodi · 12 years ago
  62. 51c28e6 [DIGESTER-152] The org.apache.commons.digester3.binder.DigesterLoader doesn't allow binding a default org.xml.sax.Locator by Simone Tripodi · 12 years ago
  63. 63ba399 no needs to check if the ErrorHandler is null, Digester already checks if the set instance is not null by Simone Tripodi · 12 years ago
  64. 5703221 added [DIGESTER-153] to the changelist by Simone Tripodi · 12 years ago
  65. 124fd42 [DIGESTER-153] Add Constructor support to ObjectCreateRule by Simone Tripodi · 12 years ago
  66. 7421420 switch to 3.2 release notes by Simone Tripodi · 12 years ago
  67. 77d03d6 [DIGESTER-151] The org.apache.commons.digester3.binder.DigesterLoader doesn't allow binding a default org.xml.sax.ErrorHandler by Simone Tripodi · 12 years ago
  68. fdde4f1 added missing javadoc by Simone Tripodi · 12 years ago
  69. 6e69504 added next release by Simone Tripodi · 12 years ago
  70. 82b9d66 updated 3.1 release date by Simone Tripodi · 13 years ago
  71. ea7e0da preparing next RC metadata by Simone Tripodi · 13 years ago
  72. 97580b1 3.1 RC2 passed by Simone Tripodi · 13 years ago
  73. 8041679 fix reported by Luc: the checkstyle-suppressions.xml file is not included in the source distribution so when rebuilding from the source archive triggers many checkstyle errors in the report. by Simone Tripodi · 13 years ago
  74. 2cb55f5 3.1 not released yet by Simone Tripodi · 13 years ago
  75. 0ca7daa [maven-release-plugin] prepare for next development iteration by Simone Tripodi · 13 years ago
  76. 98f3525 [maven-release-plugin] prepare release DIGESTER3_3_1_RC2 by Simone Tripodi · 13 years ago
  77. 62c390e samples will use next release by Simone Tripodi · 13 years ago
  78. 226504b added missing release 3.0 by Simone Tripodi · 13 years ago
  79. f9c4d50 previous release is 3.0 by Simone Tripodi · 13 years ago
  80. b81d7f9 live site moved in the release profile, like in commons-dbutils by Simone Tripodi · 13 years ago
  81. 5462527 increased RC number by Simone Tripodi · 13 years ago
  82. 11b058a updated logo whith the missing TM by Simone Tripodi · 13 years ago
  83. b4d3663 added external javadoc links (commons-beanutils apidoc is linked) by Simone Tripodi · 13 years ago
  84. 3b7eee3 fixed broken javadoc links - thanks Phil for reporting by Simone Tripodi · 13 years ago
  85. 16697df fixed checkstyle violations: Using the '.*' form of import should be avoided by Simone Tripodi · 13 years ago
  86. 6cb1341 checkstyle plugin updated by Simone Tripodi · 13 years ago
  87. 6130744 fixed PMD violation: These nested if statements could be combined by Simone Tripodi · 13 years ago
  88. c83f591 fixed PMD violation: These nested if statements could be combined by Simone Tripodi · 13 years ago
  89. 05edaae fixed PMD violation: Avoid empty catch blocks by Simone Tripodi · 13 years ago
  90. 0ce005b fixed PMD violation: These nested if statements could be combined by Simone Tripodi · 13 years ago
  91. 09ab989 fixed PMD violation: These nested if statements could be combined by Simone Tripodi · 13 years ago
  92. b8d1e58 fixed PMD violation: Avoid unused method parameters such as 'pattern'. by Simone Tripodi · 13 years ago
  93. d8f0cb0 fixed PMD violation: Avoid empty catch blocks (just logged exception, see in the comment why) by Simone Tripodi · 13 years ago
  94. f9d8dc4 fixed checkstyle violation: Unused import - org.apache.commons.beanutils.MethodUtils. by Simone Tripodi · 13 years ago
  95. 6793302 fixed release version by Simone Tripodi · 13 years ago
  96. f563b39 updated copyright year by Simone Tripodi · 13 years ago
  97. aef1b5e added missing link text by Simone Tripodi · 13 years ago
  98. 1d5d8d1 added missing eol-style svn property by Simone Tripodi · 13 years ago
  99. 3d3647d trunk back to SNAPSHOT by Simone Tripodi · 13 years ago
  100. ce8b01c [maven-release-plugin] prepare release DIGESTER3_3_1_RC1 by Simone Tripodi · 13 years ago