1. 21b83bf [BEANUTILS-504] Update from Java 6 to 7. by Gary D. Gregory · 6 years ago
  2. 39a48a0 Remove bogus file. by Gary D. Gregory · 6 years ago
  3. b6aa0a0 Update commons-parent from 42 to 43. by Gary D. Gregory · 6 years ago
  4. 4fec4e8 [BEANUTILS-505] Add missing serialVersionUID to Serializable classes. by Gary D. Gregory · 6 years ago
  5. dbd77cf remove unnecessary field masking from local variables by David Brosius · 6 years ago
  6. 5e2559e delay execution of code unless/until needed by David Brosius · 6 years ago
  7. 69d5993 [BEANUTILS-504] Change packaging from org.apache.commons.beanutils to org.apache.commons.beanutils2. by Gary D. Gregory · 6 years ago
  8. 0cec70f [BEANUTILS-504] Update from Java 6 to 7. Update Oracle Javadoc link. by Gary D. Gregory · 6 years ago
  9. 24c4ff6 [BEANUTILS-504] Change packaging from org.apache.commons.beanutils to org.apache.commons.beanutils2. by Gary D. Gregory · 6 years ago
  10. f52497d Remove unused imports. by Gary D. Gregory · 6 years ago
  11. 97a64af Access static method directly. by Gary D. Gregory · 6 years ago
  12. a76f39d Remove redundant super-interface. by Gary D. Gregory · 6 years ago
  13. 0b9f1d8 Remove obsolete @SuppressWarnings. by Gary D. Gregory · 6 years ago
  14. 665f041 [BEANUTILS-500] Upgrade commons-collections to 4. by Gary D. Gregory · 6 years ago
  15. cbe2d5b No need to nest with else clause. by Gary D. Gregory · 6 years ago
  16. 01f60b1 [BEANUTILS-504] Update from Java 6 to 7. Remove redundant type arguments. by Gary D. Gregory · 6 years ago
  17. fb85082 [BEANUTILS-504] Update from Java 6 to 7. Add missing '@Override' annotations. by Gary D. Gregory · 6 years ago
  18. a167de0 [BEANUTILS-504] Update from Java 6 to 7. by Gary D. Gregory · 6 years ago
  19. e8ebc1e Remove needless type casts. by Gary D. Gregory · 6 years ago
  20. 455ba4c Describe version 2.0.0. by Gary D. Gregory · 6 years ago
  21. a2ab92c Remove unused imports. by Gary D. Gregory · 6 years ago
  22. d4b340c Use final. by Gary D. Gregory · 6 years ago
  23. c3d2e5b Remove trailing whitespace. by Gary D. Gregory · 6 years ago
  24. 0e7457b better generics handling by David Brosius · 6 years ago
  25. 2f86fe7 don't use boxed primitive constructors by David Brosius · 6 years ago
  26. 3e26470 fix logging contexts by David Brosius · 6 years ago
  27. ce5ead2 use enhanced for loops where possible by David Brosius · 6 years ago
  28. a33d634 BEANUTILS-500: upgrade to commons-collections4 by David Brosius · 6 years ago
  29. f9ac36d fix java 6 build on travis by using precise distribution by Pascal Schumacher · 7 years ago
  30. 6615adc Match Javadoc link with Java version. by Gary D. Gregory · 7 years ago
  31. dd2c2f5 maven-checkstyle-plugin 2.6 -> 2.14. by Gary D. Gregory · 7 years ago
  32. d9dfdb2 Remove trailing white spaces. by Gary D. Gregory · 7 years ago
  33. 4c0f2ed commons.japicmp.version 0.9.1 -> 0.10.0. by Gary D. Gregory · 7 years ago
  34. 0cf9e9f maven-pmd-plugin 3.6 -> 3.8. by Gary D. Gregory · 7 years ago
  35. 1ca899a commons-beanutils 41 -> 42. by Gary D. Gregory · 7 years ago
  36. f80707b Slightly increase the maximum allowed memory for unit tests, to make the build on travis ci more stable. by Pascal Schumacher · 7 years ago
  37. 2577983 update README.md by Pascal Schumacher · 7 years ago
  38. ab2bf3f .travis.yml: remove oraclejdk7 (no longer available) and add openjdk6 by Pascal Schumacher · 7 years ago
  39. 907f91d (chore) adding commons.module.name to pom by Rob Tompkins · 7 years ago
  40. d101df6 Add oraclejdk7 to Travis CI. by Gary D. Gregory · 7 years ago
  41. 136fc2b Apply patch to fix typo (thanks to @kryger). This closes #3 by Bruno P. Kinoshita · 7 years ago
  42. 5773552 enable japicmp by Stian Soiland-Reyes · 7 years ago
  43. 08ffca6 activate jacoco test coverage by Stian Soiland-Reyes · 7 years ago
  44. 7400f4a [maven-release-plugin] prepare for next development iteration by Stian Soiland-Reyes · 7 years ago
  45. c76c03d [maven-release-plugin] prepare release BEANUTILS_1_9_3_RC3 by Stian Soiland-Reyes · 7 years ago
  46. cbb4484 Correct XML syntax.. by Stian Soiland-Reyes · 7 years ago
  47. 6540e66 Include BUILDING.txt by Stian Soiland-Reyes · 7 years ago
  48. 023dfa4 [maven-release-plugin] prepare for next development iteration by Stian Soiland-Reyes · 7 years ago
  49. bbad31e [maven-release-plugin] prepare release BEANUTILS_1_9_3_RC2 by Stian Soiland-Reyes · 7 years ago
  50. 7dd3279 Added Bernhard Seebass by Stian Soiland-Reyes · 7 years ago
  51. 558eb2a Add starter TravisCI configuration. Will pick up Travis profile from new parent module when released. by Gary D. Gregory · 7 years ago
  52. 8ea9d38 Update japicmp to 0.9.1. by Gary D. Gregory · 8 years ago
  53. acffb54 utf8 by Stian Soiland-Reyes · 8 years ago
  54. 973ab87 japicmp configuration for the future by Stian Soiland-Reyes · 8 years ago
  55. 247bcdd enable pmd and findbugs reports by Stian Soiland-Reyes · 8 years ago
  56. aeac8a8 javadoc typo by Stian Soiland-Reyes · 8 years ago
  57. 68cfa8c UTF-8 for RELEASE-NOTES.txt by Stian Soiland-Reyes · 8 years ago
  58. cca28f7 Avoid headerFile checkstyle by Stian Soiland-Reyes · 8 years ago
  59. 5bd1004 BEANUTILS-497 Doclint fixes by Stian Soiland-Reyes · 8 years ago
  60. 24aeae3 Added Raviteja Lokineni as contributor by Stian Soiland-Reyes · 8 years ago
  61. 10ffa59 BEANUTILS-497: Fix javadoc doclint errors by Stian Soiland-Reyes · 8 years ago
  62. a097839 BEANUTILS-497 Fix some of the doclint errors by Stian Soiland-Reyes · 8 years ago
  63. b32a3fa Avoid javadoc errors by Stian Soiland-Reyes · 8 years ago
  64. 0c39e62 [maven-release-plugin] prepare for next development iteration by Stian Soiland-Reyes · 8 years ago
  65. d66c9f8 [maven-release-plugin] prepare release BEANUTILS_1_9_3_RC3 by Stian Soiland-Reyes · 8 years ago
  66. 24e3dc5 Correct XML syntax.. by Stian Soiland-Reyes · 8 years ago
  67. 993bafa Include BUILDING.txt by Stian Soiland-Reyes · 8 years ago
  68. be0cc13 Removed outdated PROPOSAL.html by Stian Soiland-Reyes · 8 years ago
  69. 159d1bc Removed very outdated STATUS.html by Stian Soiland-Reyes · 8 years ago
  70. 0fa126f release (1.9.3 RC3) date 2016-09-21 by Stian Soiland-Reyes · 8 years ago
  71. b8e917e updated build instructions (don't mention ant anymore) by Stian Soiland-Reyes · 8 years ago
  72. 306b354 Disable japicmp for now by Stian Soiland-Reyes · 8 years ago
  73. 42308f7 Surpress deprecation warning by Stian Soiland-Reyes · 8 years ago
  74. 49eaf68 Use Assume.assumeFalse instead of throwing exception by Stian Soiland-Reyes · 8 years ago
  75. d382ea9 BUILDING.txt for beanutils by Stian Soiland-Reyes · 8 years ago
  76. 96558e7 disabled japicmp as it's not java6 compatible by Stian Soiland-Reyes · 8 years ago
  77. 5fc36c7 [maven-release-plugin] prepare for next development iteration by Stian Soiland-Reyes · 8 years ago
  78. bfd3893 [maven-release-plugin] prepare release BEANUTILS_1_9_3_RC2 by Stian Soiland-Reyes · 8 years ago
  79. 749d7ce [maven-release-plugin] prepare for next development iteration by Stian Soiland-Reyes · 8 years ago
  80. ff28515 correct pom.xml syntax by Stian Soiland-Reyes · 8 years ago
  81. 0bc6dba Updated RELEASE-NOTES.txt for 1.9.3 by Stian Soiland-Reyes · 8 years ago
  82. 5da1133 xmlns for changes.xml by Stian Soiland-Reyes · 8 years ago
  83. 339fe49 Added 1.9.3 issues from Jira by Stian Soiland-Reyes · 8 years ago
  84. 45aa2f1 Added Bernhard Seebass by Stian Soiland-Reyes · 8 years ago
  85. 38e3e41 BEANUTILS-493 handle setting by list index dynabeans by Stian Soiland-Reyes · 8 years ago
  86. e8f68f4 https in <url> by Stian Soiland-Reyes · 8 years ago
  87. ccef2b2 jira in https by Stian Soiland-Reyes · 8 years ago
  88. 1b47481 Add japicmp report by Stian Soiland-Reyes · 8 years ago
  89. 5e4a060 Maven 2 or 3 by Stian Soiland-Reyes · 8 years ago
  90. 8aa317a Removed outdated Wiki link by Stian Soiland-Reyes · 8 years ago
  91. 3dfbafb ensure ant build still works by Stian Soiland-Reyes · 8 years ago
  92. 2833512 BEANUTILS-492: Common supportsIndexedLists() method by Stian Soiland-Reyes · 8 years ago
  93. b7bec98 git ignore by Stian Soiland-Reyes · 8 years ago
  94. c3d1390 BEANUTILS-495 workaround - sometimes Java 9 expects "," in US date by Stian Soiland-Reyes · 8 years ago
  95. a5f3576 BEANUTILS-496 Don't assume is* will win over get* by Stian Soiland-Reyes · 8 years ago
  96. 9ac217f BEANUTILS-492: always return once the property is found by Stian Soiland-Reyes · 8 years ago
  97. c2452a5 Code cleanup (no tabs!) by Stian Soiland-Reyes · 8 years ago
  98. 71453df Added stain as developer by Stian Soiland-Reyes · 8 years ago
  99. 2b7082f newer commons parent by Stian Soiland-Reyes · 8 years ago
  100. 269e669 BEANUTILS-492: Document getPropertyType() no longer supporting List by Stian Soiland-Reyes · 8 years ago