1. 68aa6a3 OPENJPA-1303 KEY is also an invalid column name by Mark Struberg · 3 years, 1 month ago
  2. edf7a39 add mssql and oracle docker images to documentation by Mark Struberg · 3 years, 1 month ago
  3. 6a47c4c OPENJPA-1303 ColumnDefIdentifierRule did not use invalidColumnWordSet by Mark Struberg · 3 years, 1 month ago
  4. 80a1689 disable MSSQL from LOB stream tests by Mark Struberg · 3 years, 1 month ago
  5. d48f439 OPENJPA-2182 fix invalidColumnWordSet handling by Mark Struberg · 3 years, 1 month ago
  6. 1a8bcfb OPENJPA-2849 fix UnaryOp to use DBDictionary by Mark Struberg · 3 years, 1 month ago
  7. 8283ea0 OPENJPA-2850 use VARBINARY(MAX) instead BLOB column type by Mark Struberg · 3 years, 1 month ago
  8. 9c91386 OPENJPA-2814 fix mem leak in ForeignKey by Mark Struberg · 3 years, 1 month ago
  9. c7c13d3 OPENJPA-2848 duplicate DROP SEQUENCE stmt by Mark Struberg · 3 years, 1 month ago
  10. 72df022 OPENJPA-2849 coerc native java.sql types to java.time by Mark Struberg · 3 years, 1 month ago
  11. aeb333f add an explicit lifecycle id by Mark Struberg · 3 years, 3 months ago
  12. 00bd91c OPENJPA-2788 fix anynomous Criteria Parameters by Mark Struberg · 3 years, 4 months ago
  13. b299763 OPENJPA-2843 fix signature of runUnderUOW method by Mark Struberg · 3 years, 5 months ago
  14. eef64cc OPENJPA-2843 remove ibm specific dependencies by Mark Struberg · 3 years, 5 months ago
  15. 939f754 update various copyrights by Mark Struberg · 3 years, 5 months ago
  16. 61b3077 OPENJPA-2842 log4j vs log4j2 logging fixed by Mark Struberg · 3 years, 5 months ago
  17. 0d78162 [OPENJPA-2840] light abstraction for asm by Romain Manni-Bucau · 3 years, 5 months ago
  18. 440cdb3 [OPENJPA-2838] jul log factory by Romain Manni-Bucau · 3 years, 5 months ago
  19. aabbc25 Merge pull request #76 from eolivelli/OPENJPA-2836-herddb-dict-enhance by Romain Manni-Bucau · 3 years, 6 months ago
  20. 117f75c fix checkstyle by Enrico Olivelli · 3 years, 6 months ago
  21. a998255 add test cases by Enrico Olivelli · 3 years, 6 months ago
  22. bb35ca7 add test case and set supportsCascadeUpdateAction=false by Enrico Olivelli · 3 years, 6 months ago
  23. 6f26922 [OPENJPA-2834] invalid properties cache when a propery changes by Romain Manni-Bucau · 3 years, 6 months ago
  24. 02e9144 OPENJPA-2836 HerdDBDictionary: enable ForeignKeys and Unique Indexes by Enrico Olivelli · 3 years, 6 months ago
  25. 548e00f OPENJPA-2835 update to xbean-asm9 for Java16 support by Mark Struberg · 3 years, 6 months ago
  26. 4a7d6d7 re-activate reporting section by Mark Struberg · 3 years, 8 months ago
  27. 629ebae useless import by Romain Manni-Bucau · 3 years, 7 months ago
  28. 574e226 [OPENJPA-2834] also cache properties in the em - even if less useful, but no need to recompute it again and again by Romain Manni-Bucau · 3 years, 7 months ago
  29. 0b68db6 [OPENJPA-2834] enable to bypass synchronizeMappings when calling getProperties by Romain Manni-Bucau · 3 years, 7 months ago
  30. 9fa619f [OPENJPA-2834] ensure getProperties does not fail with xmlstore by Romain Manni-Bucau · 3 years, 7 months ago
  31. 4a546f7 [OPENJPA-2834] ensure setProperty invalid properties cache in em by Romain Manni-Bucau · 3 years, 7 months ago
  32. 758b866 Merge pull request #75 from eolivelli/fix/OPENJPA-2832 by Romain Manni-Bucau · 3 years, 7 months ago
  33. 049c2ef Merge pull request #71 from eolivelli/fix/OPENJPA-2820-delim by Romain Manni-Bucau · 3 years, 7 months ago
  34. bd015d0 [OPENJPA-2834] cache EMF#properties by Romain Manni-Bucau · 3 years, 7 months ago
  35. 910a812 [OPENJPA-2833] asm 9 by Romain Manni-Bucau · 3 years, 7 months ago
  36. 61f11a7 add test by Enrico Olivelli · 3 years, 7 months ago
  37. b24a6a2 OPENJPA-2832 DROP COLUMN does not use delimiters and always add double quotes by Enrico Olivelli · 3 years, 7 months ago
  38. 4c624c0 Merge pull request #74 from eolivelli/fix/herddb-delimitall-real by Romain Manni-Bucau · 3 years, 7 months ago
  39. f93ea15 [OPENJPA-2828] Fix method equals() (#72) by Simone · 3 years, 7 months ago
  40. e95dbc8 add tests by Enrico Olivelli · 3 years, 7 months ago
  41. 963ed59 remove useless conversion and extension point by Enrico Olivelli · 3 years, 7 months ago
  42. dd9bce0 OPENJPA-2816 Add HerdDB DBDictionary - more fixes by Enrico Olivelli · 3 years, 7 months ago
  43. 33fc72a [OPENJPA-2831] import [collections4] used classes and drop the dependency by Romain Manni-Bucau · 3 years, 7 months ago
  44. 325af83 Update README.adoc (#73) by PoojaChandak · 3 years, 7 months ago
  45. 1862e2b dropping java < 8 asm test since we require java >= 8 by Romain Manni-Bucau · 3 years, 7 months ago
  46. a38684b [OPENJPA-2830] ensure we don't drop a SQL statement when running action executeScript by Romain Manni-Bucau · 3 years, 7 months ago
  47. 8dbdc14 [OPENJPA-2829] ensure empty lines are ignored for executeScript action by Romain Manni-Bucau · 3 years, 7 months ago
  48. 06ee81d update maven-assembly plugin to fix reactor behaviour for site by Mark Struberg · 3 years, 8 months ago
  49. 3dfaba8 add all logs to ignore by Mark Struberg · 3 years, 8 months ago
  50. 8f3e1bc make derby Driver optional by Mark Struberg · 3 years, 8 months ago
  51. 4dfabc8 remove bookstore from our official samples list for now. by Mark Struberg · 3 years, 8 months ago
  52. 4dd64cc update build.properties to the last released openjpa version by Mark Struberg · 3 years, 8 months ago
  53. f831ef1 remove m2e plugin which doesn't seem to exist any longer by Mark Struberg · 3 years, 8 months ago
  54. 60bfa50 fix checkstyle for samples by Mark Struberg · 3 years, 8 months ago
  55. 8d76c71 update relase notes to 3.1.2 by Mark Struberg · 3 years, 8 months ago
  56. 0010931 adding release notes for 3.1.2 by Mark Struberg · 3 years, 8 months ago
  57. e831faf OPENJPA-2795 improve MappingDefault IndexPhysicalForeignKeys description by Mark Struberg · 3 years, 8 months ago
  58. f92c853 OPENJPA-2795 add documentation and PostgreSQL support by Mark Struberg · 3 years, 8 months ago
  59. c13f0b0 This fixes OPENJPA-2795 in that generation of indizes for @ManyToOne relations that are also foreign keys can optionally be turned on if so desired. Default behaviour of OpenJPA is unchanged. by Robert Mayer · 3 years, 10 months ago
  60. 119df60 [OPENJPA-2824] simplify OpenJPADirectoriesEnhancer runtime when in auto mode by Romain Manni-Bucau · 3 years, 9 months ago
  61. 093a547 Fix typo by Francesco Chicchiriccò · 3 years, 9 months ago
  62. 5b81bea use proper maven structure for persistence.xml by Mark Struberg · 3 years, 9 months ago
  63. 94a033d OPENJPA-2821 use AsmAdapter for subclassing by Mark Struberg · 3 years, 9 months ago
  64. ab6e0ed OPENJPA-2823 treat jakarta.* like javax.* by Mark Struberg · 3 years, 9 months ago
  65. bf03bdb OPENJPA-2822 get rid of tricks < java8 by Mark Struberg · 3 years, 9 months ago
  66. 5d9c88d just fix broken javadoc by Mark Struberg · 3 years, 9 months ago
  67. 589d775 detect newer java versions as well by Mark Struberg · 3 years, 9 months ago
  68. bc63cd2 OPENJPA-2820 by Enrico Olivelli · 3 years, 9 months ago
  69. e3bb1f1 OPENJPA-2818 DBDictionary > delimitIdentifiers = true does not work (#69) by Enrico Olivelli · 3 years, 9 months ago
  70. c1a6aa5 Merge pull request #70 from eolivelli/fix/OPENJPA-2819 by Romain Manni-Bucau · 3 years, 9 months ago
  71. 80c7d3c use 'install' goal by Enrico Olivelli · 3 years, 9 months ago
  72. 7822592 use 'package' by Enrico Olivelli · 3 years, 9 months ago
  73. 5263d8c Switch to verify by Enrico Olivelli · 3 years, 9 months ago
  74. 29ca489 better clause by Enrico Olivelli · 3 years, 9 months ago
  75. d4882b0 indent by Enrico Olivelli · 3 years, 9 months ago
  76. 6ddfe4e add quotes by Enrico Olivelli · 3 years, 9 months ago
  77. c97bb58 hard code key cache by Enrico Olivelli · 3 years, 9 months ago
  78. 6ec962f remove snapshots by Enrico Olivelli · 3 years, 9 months ago
  79. dcc313b OPENJPA-2819 Add simple GitHub Actions validation for Pull Requests by Enrico Olivelli · 3 years, 9 months ago
  80. 0e32d49 Merge pull request #63 from eolivelli/fix/OPENJPA-2816-herddb by Romain Manni-Bucau · 3 years, 9 months ago
  81. c933137 OPENJPA-2816 Add HerdDB DBDictionary by Enrico Olivelli · 3 years, 9 months ago
  82. f18f28b [maven-release-plugin] prepare for next development iteration by Mark Struberg · 3 years, 10 months ago
  83. 66d2a72 [maven-release-plugin] prepare release 3.1.2 by Mark Struberg · 3 years, 10 months ago 3.1.2
  84. 6aa2203 OPENJPA-2798 update to newest jpa spec revision by Mark Struberg · 3 years, 10 months ago
  85. 61ec816 Merge pull request #62 from ilgrosso/ARRAY_INDEX_OUT_OF_BOUNDS by Francesco Chicchiriccò · 3 years, 11 months ago
  86. 55e6829 Checking array size before access to avoid ArrayIndexOutOfBoundsException by Francesco Chicchiriccò · 3 years, 11 months ago
  87. db5912b OPENJPA-2815 jakarta bundle by Romain Manni-Bucau · 3 years, 11 months ago
  88. e721abf ensure TestSnakeCaseDDL runs in enhanced mode otherwise there is an issue in column name uniqueness check + fixing MappingDefaultsImpl name definition by Romain Manni-Bucau · 4 years ago
  89. 868a446 activating back seasar repo for uow-api now xbean had been downloaded on the ci by Romain Manni-Bucau · 4 years ago
  90. 560a850 commenting seasar-repo since it should be useless now (and try to get back the CI green/blue) by Romain Manni-Bucau · 4 years ago
  91. d087567 OPENJPA-2812 snake_case support in dbdictionary for db column names by Romain Manni-Bucau · 4 years ago
  92. bf418eb OPENJPA-2813 PersistenceProvider#generateSchema (misses the boolean state) by Romain Manni-Bucau · 4 years ago
  93. a975a3d OPENJPA-2811 asm8 support by Romain Manni-Bucau · 4 years ago
  94. ff2a1e6 OPENJPA-2807 trim spaces from column names by Mark Struberg · 4 years ago
  95. 2a57904 [OPENJPA-2810] try-with-resource to check jira-git integration by Maxim Solodovnik · 4 years ago
  96. 26b1f6b * Fixed bad return value in DBDictionary.getMinorVersion() (#61) by NeMuX · 4 years ago
  97. beb1255 extracting directory enhancement logic in a runnable for junit5 module to be able to reuse it easily by Romain Manni-Bucau · 4 years, 1 month ago
  98. 4c9ac41 using same jpa spec jar in junit5 module than others by Romain Manni-Bucau · 4 years, 1 month ago
  99. 666ae82 Fixing Maven build by Francesco Chicchiriccò · 4 years, 1 month ago
  100. d2ba842 fixing parent version of junit5 module by Romain Manni-Bucau · 4 years, 1 month ago