1. 063d7c3 SimpleDataSource: Fix implicit usage of system default charset by David Pursehouse · 4 years ago master
  2. 6884822 ErrorProne: Fix ClassCanBeStatic warnings by David Pursehouse · 4 years ago
  3. c0ffe7b ErrorProne: Replace usage of StringBuffer with StringBuilder by David Pursehouse · 4 years ago
  4. 73f6c17 Align Eclipse settings with latest version by David Pursehouse · 4 years ago
  5. 51d9182 Exclude generated sources from error-prone by David Pursehouse · 4 years ago
  6. c090c61 Format Java files with google-java-format 1.7 by David Pursehouse · 4 years ago
  7. 29e9f0a Enable warnings in error-prone compilation by David Pursehouse · 4 years ago
  8. 44d1909 Upgrade maven-source-plugin to 3.2.1 by David Pursehouse · 4 years ago
  9. 3d93245 Upgrade maven-compiler-plugin to 3.8.1 by David Pursehouse · 4 years ago
  10. 47badf7 Upgrade plexus-compiler-javac-errorprone to 2.8.6 and error_prone_core to 2.3.4 by David Pursehouse · 4 years ago
  11. 701de9d Upgrade maven-javadoc-plugin to 3.1.1 by David Pursehouse · 4 years ago
  12. 811f04a Set version to 1.21-SNAPSHOT by David Pursehouse · 4 years ago
  13. de62a89 Add README with note that the project is no longer maintained by David Pursehouse · 5 years ago
  14. 9204ae3 New version 1.20 by David Pursehouse · 5 years ago v1.20
  15. 7591d05 Upgrade junit to 4.12 by David Pursehouse · 5 years ago
  16. 3e397c5 Upgrade maven-javadoc-plugin to 3.0.1 by David Pursehouse · 5 years ago
  17. 6e043c4 Upgrade maven-surefire-plugin to 2.22.1 by David Pursehouse · 5 years ago
  18. dfef9ec Upgrade error_prone_core to 2.3.2 and plexus-compiler-javac-errorprone to 2.8.5 by David Pursehouse · 5 years ago
  19. a2b0725 Upgrade maven-compiler-plugin to 3.8.0 by David Pursehouse · 5 years ago
  20. faa976c New version 1.19 by David Ostrovsky · 5 years ago v1.19
  21. bfbe808 KeyUtil: Initialize ENCODER_IMPL to StandardKeyEncoder by David Ostrovsky · 5 years ago
  22. 900b6da Bump error_prone_core to 2.2.0 by David Pursehouse · 6 years ago
  23. c83b43b Revert "Update mysql-connector-java to 6.0.6" by Paladox none · 7 years ago
  24. 051ca83 Update mysql-connector-java to 6.0.6 by Paladox none · 7 years ago
  25. 512a0d0 Upgrade maven-compiler-plugin to 3.7.0 by David Pursehouse · 7 years ago
  26. 91492dc Upgrade error_prone_core to 2.1.1 by David Pursehouse · 7 years ago
  27. 10c282e Upgrade error_prone_core to 2.0.21 by David Pursehouse · 7 years ago
  28. bad2620 Merge "Update mariadb-java-client to 2.0.1" by David Pursehouse · 7 years ago
  29. 1498c45 DialectMariaDBTest: Add missing @Override annotation by David Pursehouse · 7 years ago
  30. 7c46ed9 Update mariadb-java-client to 2.0.1 by Paladox none · 7 years ago
  31. 17aed1e Upgrade maven plugins to latest versions by David Pursehouse · 7 years ago
  32. 8a7dec6 Specify minimum maven version in pom.xml by David Pursehouse · 7 years ago
  33. a89d98d Upgrade error_prone_core to 2.0.19 by David Pursehouse · 7 years ago
  34. b4b0520 Format all Java files with google-java-format by David Pursehouse · 7 years ago
  35. 2aea29d Start 1.19 by David Pursehouse · 7 years ago
  36. 5ffe728 New version 1.18 by David Ostrovsky · 7 years ago v1.18
  37. 17ba34f Add dialect for MariaDB by David Ostrovsky · 7 years ago
  38. d1021d3 Upgrade error_prone_core to 2.0.18 by David Pursehouse · 7 years ago
  39. 51077bc Upgrade mysql-connector-java to version 5.1.41 by Paladox none · 7 years ago
  40. 0739f09 Update compiler plugin and error-prone to latest versions by David Pursehouse · 7 years ago
  41. 143402e Start 1.18 by Dave Borowitz · 7 years ago
  42. 09ada04 Version 1.17 by Dave Borowitz · 7 years ago v1.17
  43. 4ce1c32 JdbcAccess: Defer exceptions when in a transaction by Dave Borowitz · 7 years ago
  44. b46ab3e Incorporate table into H2 column constraint name by Logan Hanks · 7 years ago
  45. 0bfc2e3 Start 1.17 by David Pursehouse · 8 years ago
  46. 8a6f17d Version 1.16 by David Pursehouse · 8 years ago v1.16
  47. cd07c17 Javadoc: ignore missing tags by David Pursehouse · 8 years ago
  48. ab70aeb Upgrade errorprone to 2.0.11 by David Pursehouse · 8 years ago
  49. c8bc423 Build with Java 8 by David Pursehouse · 8 years ago
  50. 2acf6d3 Update settings to deploy to sonatype by default by David Pursehouse · 8 years ago
  51. 89c0abb Enable ErrorProne in the pom.xml by David Pursehouse · 8 years ago
  52. e7cbe34 Bump Maven plugins to latest versions by David Pursehouse · 8 years ago
  53. 7cc1876 Add derby.log to .gitignore by David Pursehouse · 8 years ago
  54. d79c11a Bump version to 1.16-SNAPSHOT by David Pursehouse · 8 years ago
  55. ad0d5a5 gwtorm 1.15 by Saša Živkov · 8 years ago v1.15
  56. fa6a7e3 Add profile for signing artifacts by Saša Živkov · 8 years ago
  57. 91ae30b Add dialect for SAP HANA by Adrian Görler · 8 years ago
  58. 83bbe5b DialectDerby: Remove unused imports by David Pursehouse · 8 years ago
  59. ec13fdc Add support for Apache Derby database by Thomas Meyer · 9 years ago
  60. c6d3199 CreateSequenceSql: Explicitly start sequences with 1 by Thomas Meyer · 9 years ago
  61. 233c781 Skip Java8 synthetic methods in model scan by David Ostrovsky · 9 years ago
  62. 78b0d7f Upgrade maven-javadoc-plugin to 2.10.3 by David Pursehouse · 9 years ago
  63. c4e356a Add support for DB2 database by David Ostrovsky · 9 years ago
  64. 12cd5e0 Add build-helper-maven-plugin in pom.xml by David Pursehouse · 9 years ago
  65. f54f1f1 Make Schema and StatementExecutor interfaces AutoCloseable by Dave Borowitz · 9 years ago
  66. b51115a Add SqlDialect method to drop an index by Dave Borowitz · 9 years ago
  67. b2ccefe Add a script to build a snapshot version by Dave Borowitz · 10 years ago
  68. e00712a Fix 'dead store' warnings raised by FindBugs by David Pursehouse · 9 years ago
  69. 757860b Update Eclipse preferences to match gerrit by David Pursehouse · 9 years ago
  70. 922711b Enable more Eclipse warnings by David Pursehouse · 9 years ago
  71. c385fd7 Enable warnings about null references by David Pursehouse · 9 years ago
  72. 84928d7 Enable warning about unnecessary declaration of thrown exceptions by David Pursehouse · 9 years ago
  73. 7a0d9af Enable warning about redundant specification of type arguments by David Pursehouse · 9 years ago
  74. 4df0463 Correct JavaDoc for renameColumn method by David Pursehouse · 9 years ago
  75. 5549f71 Remove unused import and suppress warnings about unused members by David Pursehouse · 9 years ago
  76. 9b55a6a Merge branch stable-1.14 by David Pursehouse · 9 years ago
  77. 72997c9 Add .mailmap by David Pursehouse · 9 years ago
  78. 832d233 Start gwtorm 1.15 development by Saša Živkov · 9 years ago
  79. 5aa2f69 gwtorm 1.14 by Saša Živkov · 9 years ago stable-1.14 v1.14
  80. 739c4b7 Order the primary key columns by the @Column.id() by Saša Živkov · 10 years ago
  81. 6211a89 Pin maven-{compiler,source}-plugin to latest version by Dave Borowitz · 10 years ago
  82. 2016872 Improve conversion to OrmDuplicateException if appropriate by Johan Martinsson · 11 years ago
  83. 6192ee3 Factor out transaction unit tests to base class by David Ostrovsky · 10 years ago
  84. 317d36f Start 1.14 development by David Pursehouse · 10 years ago
  85. b13380d gwtorm 1.13 by David Pursehouse · 10 years ago v1.13
  86. a85063d Add testRollbackNoTransaction for MaxDB by David Ostrovsky · 10 years ago
  87. 8db2f3e Merge branch 'stable-1.7' by David Pursehouse · 10 years ago
  88. 9c0247a gwtorm 1.7.3 by David Pursehouse · 10 years ago stable-1.7 v1.7.3
  89. 321697c Only bind LIMIT variable in SQL when dialect supports it by David Ostrovsky · 10 years ago
  90. 2c0643d Start 1.7.3 development by David Pursehouse · 10 years ago
  91. 6666cd5 gwtorm 1.7.2 by David Pursehouse · 10 years ago v1.7.2
  92. 8832e88 Make rollback() and commit() no ops when no transaction is active by David Ostrovsky · 10 years ago
  93. 9bc7946 Fix conditional unit test skipping by David Ostrovsky · 10 years ago
  94. 6ce2d59 Start 1.7.2 by David Pursehouse · 10 years ago
  95. 103f279 Fix conditional unit test skipping by David Ostrovsky · 10 years ago
  96. 406e094 Start 1.13 development by David Pursehouse · 10 years ago
  97. eba971e gwtorm 1.12 by David Pursehouse · 10 years ago v1.12
  98. 9cdb9b4 Change Maven groupID to com.google.gerrit by Matthias Sohn · 10 years ago
  99. d3d4e9f Merge branch 'stable-1.7' by David Pursehouse · 10 years ago
  100. 46d8ae1 gwtorm 1.7.1 by David Pursehouse · 10 years ago v1.7.1