1. a9ca75f Update NOTICE file for 2019. by Gary Gregory · 5 years ago
  2. 3f450ed Add OpenJDK 12 to Travis builds. by Gary Gregory · 5 years ago
  3. 7b7df61 Update Apache Commons Parent from 47 to 48. by Gary Gregory · 5 years ago
  4. b4c8f24 Update Travis build with current JDKs. by Gary Gregory · 5 years ago
  5. 85907f3 Merge pull request #6 from kinow/fix-report-issues by Bruno P. Kinoshita · 5 years ago
  6. 57523c6 Fix PMD issue of unnecessary fully qualified name for class already imported by Bruno P. Kinoshita · 5 years ago
  7. c66efa9 Typo: 'JavaDoc' -> 'Javadoc'. by Gary Gregory · 6 years ago
  8. 9d33601 Don't need to nest in an else clause. by Gary Gregory · 6 years ago
  9. 4f1c582 Add missing '@Override' annotations. by Gary Gregory · 6 years ago
  10. 84869ad Convert 'for' loops to enhanced 'for' loops. by Gary Gregory · 6 years ago
  11. e2c137f Add final modifier to local variables. by Gary Gregory · 6 years ago
  12. 41e682d Add final modifier to method parameters. by Gary Gregory · 6 years ago
  13. b5114a8 Remove trailing white spaces on all lines. by Gary Gregory · 6 years ago
  14. d484a72 [DBUTILS-139] Update Java requirement from version 6 to 7. Remove by Gary Gregory · 6 years ago
  15. 1412385 [DBUTILS-139] Update Java requirement from version 6 to 7. Remove by Gary Gregory · 6 years ago
  16. 298f30f [DBUTILS-139] Update Java requirement from version 6 to 7. Use by Gary Gregory · 6 years ago
  17. 91ebf99 [DBUTILS-139] Update Java requirement from version 6 to 7. by Gary Gregory · 6 years ago
  18. b47e288 [DBUTILS-138] org.apache.commons.dbutils.QueryRunner.query(Connection, by Gary Gregory · 6 years ago
  19. e672a7b Sort methods in AB order. by Gary Gregory · 6 years ago
  20. 8d41daf travis: also build with java 9 by pascalschumacher · 6 years ago
  21. 30774f1 remove jdk6 travis build because it does not work with commons-parent 43 by pascalschumacher · 6 years ago
  22. 276d23c Update commons-parent from 42 to 43. by Gary Gregory · 6 years ago
  23. 22772be [DBUTILS-136] CaseInsensitiveHashMap cannot be accessed by subclasses of by Gary Gregory · 6 years ago
  24. 8ba8691 [DBUTILS-136] CaseInsensitiveHashMap cannot be accessed by subclasses of by Gary Gregory · 6 years ago
  25. 001e87d [DBUTILS-137] Inefficient allocation of Maps in by Gary Gregory · 6 years ago
  26. 084f286 Remove trailing white spaces on all lines. by ggregory · 7 years ago
  27. 062a9ed Javadoc: Add missing @throws and fix typo. by ggregory · 7 years ago
  28. 007dbf7 Unnecessary semicolon. by ggregory · 7 years ago
  29. 3b2361e Fix up changes.xml. by Gary Gregory · 7 years ago
  30. 0e6405a [DBUTILS-135] BeanProcessor is not thread safe since [DBUTILS-124]. by hdevalke · 7 years ago
  31. ea94fae fix java 6 build on travis by using precise distribution by pascalschumacher · 7 years ago
  32. 5dad813 update README.md by pascalschumacher · 7 years ago
  33. 469d4a8 .travis.yml: openjdk6 by pascalschumacher · 7 years ago
  34. d718120 Remove oraclejdk7 from travis configuration, because it is no longer available. by pascalschumacher · 7 years ago
  35. 9206423 Update 1.7 release date. Add 1.6 api docs to site menu. by Carl Hall · 7 years ago
  36. 6d8ba4e Bump to next release version 2.0-SNAPSHOT by Carl Hall · 7 years ago
  37. d890c34 Update issue tracking and mail list site docs by Carl Hall · 7 years ago
  38. 38a10ac Update the notice copyright year and the RC version by Carl Hall · 7 years ago
  39. 5bc6f93 Remove pom versions to pick up from parent and fix build issues. by Carl Hall · 7 years ago
  40. 0446d3f Update javadoc based on results of mvn javadoc:javadoc by Carl Hall · 7 years ago
  41. dd54896 Update readme for 1.7 release by Carl Hall · 7 years ago
  42. df888ad Update version in pom for 1.7 release by Carl Hall · 7 years ago
  43. 54e9783 Update download page for 1.7 release by Carl Hall · 7 years ago
  44. 6817ed7 Set version for release by Carl Hall · 7 years ago
  45. c44ef04 Setup checkstyle as a managed plugin for easier use by Carl Hall · 7 years ago
  46. 60b61ac Update ruleset paths to latest known path by Carl Hall · 7 years ago
  47. c052727 Update commons-parent version to 42. Add version for checkstyle plugin. by Carl Hall · 7 years ago
  48. 2b6f867 [DBUTILS-70] Add statement configuration for setting parameters on sql by Gary Gregory · 7 years ago
  49. 14b6be0 Always use blocks. by Gary Gregory · 7 years ago
  50. 472b3d9 Add missing '@Override' annotations. by Gary Gregory · 7 years ago
  51. a5711f1 Ignore Eclipse artifacts. by Gary Gregory · 7 years ago
  52. bcc01f8 Signed-off-by: Carl Hall <thecarlhall@apache.org> by Michael Hausegger · 7 years ago
  53. eee69c7 Add-some-Unit-Tests Added tests to increase code coverage. by Michael Hausegger · 7 years ago
  54. 865eca4 Add .gitignore Update scm urls to use git by Carl Hall · 7 years ago
  55. 2f48485 (chore) adding commons.module.name to pom by Rob Tompkins · 7 years ago
  56. 1e4b780 Add oraclejdk7 to Travis CI. by Gary D. Gregory · 7 years ago
  57. 633749d Add starter TravisCI configuration. Will pick up Travis profile from new parent module when released. by Gary D. Gregory · 7 years ago
  58. b8e93db Add markdown files for GitHub contributors by Benedikt Ritter · 8 years ago
  59. 818b78f Update to latest commons parent pom by Benedikt Ritter · 8 years ago
  60. 465e5e4 Update copyright for 2016 in NOTICE.txt by Gary D. Gregory · 8 years ago
  61. e3fbe54 Collect the DOAPs by Sebastian Bazley · 8 years ago
  62. 0a62851 Each Version must be in its own release section by Sebastian Bazley · 9 years ago
  63. ecfbc08 Clean up tests and add missing source header by Carl Franklin Hall · 9 years ago
  64. 7bb4174 DBUTILS-124 Add tests for new column and property handlers. by Carl Franklin Hall · 9 years ago
  65. 6f6e4bc DBUTILS-124 Find column, property handlers using java's spi by Carl Franklin Hall · 9 years ago
  66. aa276d1 DBUTILS-50 Apply user patch to support CallableStatement "out" parameters by Carl Franklin Hall · 9 years ago
  67. e5d6801 Update changes file for recent updates by Carl Franklin Hall · 9 years ago
  68. 92c6d6d DBUTILS-70 Add statement configuration for setting parameters on sql statements by Carl Franklin Hall · 9 years ago
  69. 504838b DBUTILS-89 Apply patch and adjust tests for populateBean method by Carl Franklin Hall · 9 years ago
  70. f8e826e DBUTILS-82 Applied user-submitted patch and made minor fixes by Carl Franklin Hall · 9 years ago
  71. 8022314 CGI must be svn:executable * by Sebastian Bazley · 9 years ago
  72. a7af7cb DBUTILS-121 Update changes by Carl Franklin Hall · 9 years ago
  73. 156945b DBUTILS-121 Let subclasses have a chance to determine the write method to use for assigning property values by Carl Franklin Hall · 9 years ago
  74. 4c584ee Tab police by Sebastian Bazley · 9 years ago
  75. a36aeed DBUTILS-117 Error handling possible getParameterMetaData() results by Sebastian Bazley · 9 years ago
  76. 2175244 Typo in issue number by Sebastian Bazley · 9 years ago
  77. 85a7a2b DBUTILS-117 Error handling possible getParameterMetaData() results by Sebastian Bazley · 9 years ago
  78. 8456914 Unused by Sebastian Bazley · 9 years ago
  79. 27be38e maven-pmd-plugin 3.2 -> 3.3. by Gary D. Gregory · 9 years ago
  80. 46fe8ff maven-pmd-plugin 3.1 -> 3.2. by Gary D. Gregory · 10 years ago
  81. bdf0b33 Don't swallow test errors silently. Test works when running mvn clean test, so remove try-catch-block. by Benedikt Ritter · 10 years ago
  82. 82bb44f DBUTILS-119: Correct errors in BeanMapHandler JavaDoc. Thanks to Michael Akerman by Benedikt Ritter · 10 years ago
  83. 2cb9ab5 Correct wrong doap entry for release 1.6 (must be a left over from RC1) by Benedikt Ritter · 10 years ago
  84. 3720991 Bump version number by Benedikt Ritter · 10 years ago
  85. cd3f19b Use the more modern, compact, and flexible Javadoc "{@code ...}" instead of the HTML "<tt>...</tt>". by Gary D. Gregory · 10 years ago
  86. 8c1bc74 Remove myself from the contributors section since I'm now listed as a developer by Benedikt Ritter · 10 years ago
  87. 6901d07 Update RELEASE-NOTES for release 1.6 by Benedikt Ritter · 10 years ago
  88. e03e933 project.name already contains 'Apache' by Benedikt Ritter · 10 years ago
  89. 34ce0ac Update download page in preparation for 1.6 release. by Benedikt Ritter · 10 years ago
  90. 20e8f56 Add missing since tags by Benedikt Ritter · 10 years ago
  91. 37f6b48 Findbug: Exception is caught when Exception is not thrown - make clear that we deliberately also catching RuntimeExceptions here. by Benedikt Ritter · 10 years ago
  92. 3f4a0e0 Findbugs: Nullcheck of value previously dereferenced by Benedikt Ritter · 10 years ago
  93. 22183c6 Findbugs: don't expose internal mutable state by Benedikt Ritter · 10 years ago
  94. b76da88 Use qualified class names instead of importing class just for documentation by Benedikt Ritter · 10 years ago
  95. 356a20f Make checkstyle happy by Benedikt Ritter · 10 years ago
  96. 8fd4dfc Document changes of DBUTILS-110 by Benedikt Ritter · 10 years ago
  97. edafd03 DBUTILS-110: ArrayHandler should return an empty array when handle has no rows by Benedikt Ritter · 10 years ago
  98. 0f0a25c Use coverage report defined in parent pom by Benedikt Ritter · 10 years ago
  99. 205d045 Correct reference to property by Benedikt Ritter · 10 years ago
  100. acab2e0 Update maven plugins by Benedikt Ritter · 10 years ago