1. 0675607 Update build and test dependencies. by Gary Gregory · 4 years, 3 months ago
  2. 5da3cde Update Apache Commons Parent from 49 to 50. by Gary Gregory · 4 years, 4 months ago
  3. 1a9de26 Use Objects.requireNonNull() instead of custom check. Minor formatting. by Gary Gregory · 4 years, 4 months ago
  4. 37e9ee0 Remove unnecessary array creation for varargs. by Gary Gregory · 4 years, 5 months ago
  5. 664971f Remove trailing white spaces on all lines. by Gary Gregory · 4 years, 5 months ago
  6. fd6737e Remove too many consecutive empty lines. by Gary Gregory · 4 years, 7 months ago
  7. fa9f323 Javadoc {@code}. Removed \\---- comments. (#18) by Melloware · 4 years, 7 months ago
  8. 55dcbaa [BEANUTILS-346] New converter for Enum (#16) by Melloware · 4 years, 7 months ago
  9. 6c0432a [BEANUTILS-530] Add converts for java.time JRE classes. by Gary Gregory · 4 years, 7 months ago
  10. 11187b2 [BEANUTILS-515] Java8 Time converters (#14) by Melloware · 4 years, 7 months ago
  11. 0c6b5f1 [BEANUTILS-402] Double-Checked Locking anti pattern in WeakFastHashMap. (#15) by Melloware · 4 years, 7 months ago
  12. 153f340 Fixed spelling mistakes in Javadoc (#11) by Melloware · 4 years, 7 months ago
  13. 893b769 Sort methods. by Gary Gregory · 4 years, 7 months ago
  14. 78c4b25 Remove unused imports. by Gary Gregory · 4 years, 7 months ago
  15. 0d02186 Use final. by Gary Gregory · 4 years, 7 months ago
  16. ac0fe97 Remove trailing white spaces. by Gary Gregory · 4 years, 7 months ago
  17. e165d68 [BEANUTILS-529] Log at the debug level instead of info. by Gary Gregory · 4 years, 7 months ago
  18. ce87acb [BEANUTILS-529] Log at the debug level or below, not info or above. by Gary Gregory · 4 years, 7 months ago
  19. e3adbff BEANUTILS-515: Java 8 Time converters. (#13) by Melloware · 4 years, 7 months ago
  20. fb7ca98 Update maven.yml by Gary Gregory · 4 years, 7 months ago
  21. 9070d5d [BEANUTILS-528] New converters for UUID, URI, and Path #10. by Gary Gregory · 4 years, 7 months ago
  22. 7493ae6 BEANUTILS-528: New converters for UUID, URI, and Path. (#10) by Melloware · 4 years, 7 months ago
  23. 2a0f0f0 Update Commons Parent from 48 to 49. by Gary Gregory · 4 years, 7 months ago
  24. ca6953d Fix Javadoc on Java 11. by Gary Gregory · 4 years, 7 months ago
  25. a01b46d Javadoc link to https://docs.oracle.com/javase/8/docs/api/ by Gary Gregory · 4 years, 7 months ago
  26. d141c48 Use GitHub Actions for CI builds. Fix Javadoc. by Gary Gregory · 4 years, 7 months ago
  27. 483cb3c Use diamonds. by Gary Gregory · 4 years, 7 months ago
  28. 40170f2 Revert "Use lambdas." by Gary Gregory · 4 years, 7 months ago
  29. 5938fba Use lambdas. by Gary Gregory · 4 years, 7 months ago
  30. c603d87 Use final. by Gary Gregory · 4 years, 7 months ago
  31. 69333b5 Remove trailing white spaces. by Gary Gregory · 4 years, 7 months ago
  32. 7c58504 Javadoc. by Gary Gregory · 4 years, 7 months ago
  33. cc79a71 Fix Javadoc and whitespace. by Gary Gregory · 4 years, 7 months ago
  34. b5e784d [BEANUTILS-527] Convert from Collections4 to java.util.function #8. by Gary Gregory · 4 years, 7 months ago
  35. dd30dc2 [BEANUTILS-527] Convert from Collections4 to java.util.function #8. by Gary Gregory · 4 years, 7 months ago
  36. 30f0fa5 BEANUTILS-527: Remove Commons Collection4 dependency. (#9) by Melloware · 4 years, 7 months ago
  37. 41a3e21 [BEANUTILS-527] Convert from Collections4 to java.util.function #8. by Gary Gregory · 4 years, 7 months ago
  38. f4467c8 [BEANUTILS-527] Convert from Collections4 to java.util.function #8. by Gary Gregory · 4 years, 7 months ago
  39. 8642405 [BEANUTILS-527] Convert from Collections4 to java.util.function #8. by Gary Gregory · 4 years, 7 months ago
  40. ad0c46f Formatting. by Gary Gregory · 4 years, 7 months ago
  41. 9c41fcd [BEANUTILS-527] Convert from Collections4 to java.util.function #8. by Gary Gregory · 4 years, 7 months ago
  42. 2856228 Remove trailing white spaces. by Gary Gregory · 4 years, 7 months ago
  43. a92a981 [BEANUTILS-527] Convert from Collections4 to java.util.function #8. by Gary Gregory · 4 years, 7 months ago
  44. dfff25e [BEANUTILS-527] Convert from Collections4 to java.util.function #8. by Gary Gregory · 4 years, 7 months ago
  45. cd2d298 [BEANUTILS-527] Convert from Collections4 to java.util.function #8. by Gary Gregory · 4 years, 7 months ago
  46. 2f2406d [BEANUTILS-527] Convert from Collections4 to java.util.function #8. by Gary Gregory · 4 years, 7 months ago
  47. 206c376 [BEANUTILS-527] Convert from Collections4 to java.util.function #8. by Gary Gregory · 4 years, 7 months ago
  48. 4d52121 [BEANUTILS-527] Convert from Collections4 to java.util.function #8. by Gary Gregory · 4 years, 7 months ago
  49. 2ad4ad3 Convert Collections4 to java.util.function (#8) by Melloware · 4 years, 7 months ago
  50. a8c10e5 More lambdas, less boilerplate. by Gary Gregory · 4 years, 8 months ago
  51. 55a786a Formatting. by Gary Gregory · 4 years, 8 months ago
  52. 25381c1 (update) put 1.9.4 docs into 2.x master by Rob Tompkins · 4 years, 9 months ago
  53. 50a9457 (docs) fix BCEL -> BeanUtils in changes.xml title by Rob Tompkins · 4 years, 9 months ago
  54. 95d28c2 Drop Oracle JDK 8, add OpenJDK 13. by Gary Gregory · 4 years, 9 months ago
  55. 6515953 Fix the site's source repository link. by Gary Gregory · 4 years, 10 months ago
  56. 26114a4 Fix the site's source repository link. by Gary Gregory · 4 years, 10 months ago
  57. ed72196 [BEANUTILS-522] Update Apache Commons Collections from 4.3 to 4.4. by Gary Gregory · 4 years, 10 months ago
  58. 258808d Replace SVN with GitBox URL. by Gary Gregory · 4 years, 10 months ago
  59. 7ac1148 Use HTTPS to access Apache resources. by Gary Gregory · 4 years, 10 months ago
  60. 932524d Use HTTPS to access Apache resources. by Gary Gregory · 4 years, 10 months ago
  61. a6ac45c Use HTTPS links to Apache. by Gary Gregory · 4 years, 10 months ago
  62. 78dba2c Name "Apache Commons" in page title. by Gary Gregory · 5 years ago
  63. cf75130 [BEANUTILS-520] BeanUtils2 mitigate CVE-2014-0114. by Gary Gregory · 5 years ago
  64. dd48f4e BEANUTILS-520: Mitigate CVE-2014-0114 by enabling SuppressPropertiesBeanIntrospector.SUPPRESS_CLASS by default. (#7) by Melloware · 5 years ago
  65. a3bc516 Reapply r1852822: Drop Ant build by Sebb · 5 years ago
  66. 1490b16 Update SCM from svn to gitbox. by Gary Gregory · 5 years ago
  67. c8b1cfb Update build from commons.jacoco.version 0.8.2 to 0.8.4. by Gary Gregory · 5 years ago
  68. ee52535 Update NOTICE file for 2019. by Gary Gregory · 5 years ago
  69. 07c8318 Remove Subversion's "@version $Id$". by Gary Gregory · 5 years ago
  70. bfc072b Update maven-pmd-plugin from 3.10 to 3.12.0. by Gary Gregory · 5 years ago
  71. ceb8289 Add OpenJDK 12 to Travis builds. by Gary Gregory · 5 years ago
  72. f20dbf4 Add missing Apache license header. by Gary Gregory · 5 years ago
  73. b232142 Update Apache Commons Parent from 47 to 48. by Gary Gregory · 5 years ago
  74. 33a0677 Update Travis build with more JDKs. by Gary Gregory · 5 years ago
  75. 06c2be6 [VFS-692] Update Apache Commons Collections from 4.2 to 4.3 by Gary Gregory · 5 years ago
  76. 241cb9c [BEANUTILS-517] Update Apache Commons Collections from 4.2 to 4.3 by Gary Gregory · 5 years ago
  77. f8ddc61 Update Travis build. by Gary D. Gregory · 5 years ago
  78. 36d6240 [BEANUTILS-515] Update from Java 7 to 8. by Gary D. Gregory · 6 years ago
  79. c4da598 Remove unused method. by Gary D. Gregory · 6 years ago
  80. 3b6dec3 [BEANUTILS-514] Remove deprecated code for 2.0.0. Last deprecation from 1.x removed. by Gary D. Gregory · 6 years ago
  81. 194fa9b [BEANUTILS-504] Update from Java 6 to 7. by Gary D. Gregory · 6 years ago
  82. bd3c9b5 [BEANUTILS-514] Remove deprecated code for 2.0.0. by Gary D. Gregory · 6 years ago
  83. 673dde7 [BEANUTILS-514] Remove deprecated code for 2.0.0. by Gary D. Gregory · 6 years ago
  84. 693d479 [BEANUTILS-514] Remove deprecated code for 2.0.0. by Gary D. Gregory · 6 years ago
  85. 9e55dce Remove most useless parens like 'return (false);' -> 'return false;' by Gary D. Gregory · 6 years ago
  86. 2b53eb3 Javadoc tweaks. by Gary D. Gregory · 6 years ago
  87. 0030e4b Format and remove unnecessary parens. by Gary D. Gregory · 6 years ago
  88. d1cc916 [BEANUTILS-509] WeakHashmap enters into infinite loop in WrapDynaClass.java. Comment and always shutdown executor in a finally clause. by Gary D. Gregory · 6 years ago
  89. b0081ab [BEANUTILS-512] Add Automatic-Module-Name entry to MANIFEST.MF. by Gary D. Gregory · 6 years ago
  90. 0847a34 @Ignore for [BEANUTILS-509]: This new test always fails with a JUnit test timeout; with or without the change applied to WrapDynaClass. by Gary D. Gregory · 6 years ago
  91. 4c56c27 [BEANUTILS-503] Change packaging from org.apache.commons.beanutils to org.apache.commons.beanutils2. Fix issue ID. by Gary D. Gregory · 6 years ago
  92. bf5e103 [BEANUTILS-503] Change packaging from org.apache.commons.beanutils to org.apache.commons.beanutils2. Fix issue ID. by Gary D. Gregory · 6 years ago
  93. 6dcbd7a Toward version 2.0.0. by Gary D. Gregory · 6 years ago
  94. 6a9e076 Toward version 2.0.0. by Gary D. Gregory · 6 years ago
  95. c76802f maven-pmd-plugin 3.8 -> 3.10.0. maven-checkstyle-plugin 2.14 -> 3.0.0. by Gary D. Gregory · 6 years ago
  96. 4a2f0e1 maven-pmd-plugin 3.8 -> 3.10.0. maven-checkstyle-plugin 2.14 -> 3.0.0. by Gary D. Gregory · 6 years ago
  97. 95a9d51 Update commons-parent from 43 to 47. by Gary D. Gregory · 6 years ago
  98. 1e8be6f Change indirect accesses to static members to direct accesses (accesses through subtypes.) by Gary D. Gregory · 6 years ago
  99. f51af10 Typo: 'JavaDoc' -> 'Javadoc'. by Gary D. Gregory · 6 years ago
  100. 74bff54 [BEANUTILS-504] Update from Java 6 to 7 by Pascal Schumacher · 6 years ago