Commit Graph

  • 325af83965
    Update README.adoc (#73) PoojaChandak 2020-09-16 14:02:40 +0530
  • 1862e2bad5 dropping java < 8 asm test since we require java >= 8 Romain Manni-Bucau 2020-09-16 10:32:04 +0200
  • a38684b323 [OPENJPA-2830] ensure we don't drop a SQL statement when running action executeScript Romain Manni-Bucau 2020-09-15 17:57:24 +0200
  • db77b4878d
    Update README.adoc PoojaChandak 2020-09-15 20:30:05 +0530
  • 8dbdc14321 [OPENJPA-2829] ensure empty lines are ignored for executeScript action Romain Manni-Bucau 2020-09-15 16:57:43 +0200
  • 7c870cea3a
    Fix method equals() Simone 2020-09-15 15:24:56 +0200
  • 06ee81dc0b update maven-assembly plugin to fix reactor behaviour for site Mark Struberg 2020-09-06 13:38:13 +0200
  • 3dfaba893a add all logs to ignore Mark Struberg 2020-09-06 13:37:58 +0200
  • 8f3e1bc21a make derby Driver optional Mark Struberg 2020-09-05 19:28:28 +0200
  • 4dfabc8b6e remove bookstore from our official samples list for now. Mark Struberg 2020-09-05 16:25:29 +0200
  • 4dd64cc6b3 update build.properties to the last released openjpa version Mark Struberg 2020-09-05 15:24:55 +0200
  • f831ef17c1 remove m2e plugin which doesn't seem to exist any longer Mark Struberg 2020-09-05 15:24:36 +0200
  • 60bfa50c7f fix checkstyle for samples Mark Struberg 2020-09-05 13:54:29 +0200
  • 8d76c716b7 update relase notes to 3.1.2 Mark Struberg 2020-09-05 12:59:28 +0200
  • 00109319ba adding release notes for 3.1.2 Mark Struberg 2020-09-01 23:20:49 +0200
  • e831faffe4 OPENJPA-2795 improve MappingDefault IndexPhysicalForeignKeys description Mark Struberg 2020-08-31 15:31:27 +0200
  • f92c85314d OPENJPA-2795 add documentation and PostgreSQL support Mark Struberg 2020-08-31 15:02:23 +0200
  • c13f0b0e13 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. Robert Mayer 2020-07-06 15:52:27 +0200
  • 92f9da53d7 OPENJPA-2795 improve MappingDefault IndexPhysicalForeignKeys description 2.4.x Mark Struberg 2020-08-31 15:31:27 +0200
  • 534629642a OPENJPA-2795 add documentation and PostgreSQL support Mark Struberg 2020-08-31 15:02:23 +0200
  • 712542bf53 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. Robert Mayer 2020-07-06 15:52:27 +0200
  • 119df603b8 [OPENJPA-2824] simplify OpenJPADirectoriesEnhancer runtime when in auto mode Romain Manni-Bucau 2020-07-24 11:46:13 +0200
  • 1c14bc28cb excluding asm too OPENJPA-2817_PCClassFileTransformer-exclusions Romain Manni-Bucau 2020-07-14 20:25:00 +0200
  • fd70273f24 OPENJPA-2817 dropping _transforming from PCClassFileTransformer and replace it by a minimal exclusion list Romain Manni-Bucau 2020-07-14 19:38:48 +0200
  • 093a547193 Fix typo Francesco Chicchiriccò 2020-07-23 14:53:53 +0200
  • 5b81bead84 use proper maven structure for persistence.xml Mark Struberg 2020-07-23 14:51:31 +0200
  • 94a033d83b OPENJPA-2821 use AsmAdapter for subclassing Mark Struberg 2020-07-23 14:05:56 +0200
  • ab6e0ed4b4 OPENJPA-2823 treat jakarta.* like javax.* Mark Struberg 2020-07-23 14:04:44 +0200
  • bf03bdb314 OPENJPA-2822 get rid of tricks < java8 Mark Struberg 2020-07-23 14:00:10 +0200
  • 5d9c88d7cb just fix broken javadoc Mark Struberg 2020-07-23 13:48:25 +0200
  • 589d7755d2 detect newer java versions as well Mark Struberg 2020-07-23 13:47:27 +0200
  • bc63cd2e45 OPENJPA-2820 Enrico Olivelli 2020-07-23 10:14:43 +0200
  • e3bb1f1657
    OPENJPA-2818 DBDictionary > delimitIdentifiers = true does not work (#69) Enrico Olivelli 2020-07-21 14:43:40 +0200
  • 7876f85ba5 save double allocation Enrico Olivelli 2020-07-20 12:17:19 +0200
  • 36ea80178b add test cases and reduce allocations in Table#normalizeColumnKey Enrico Olivelli 2020-07-19 12:00:46 +0200
  • 5c30060c28 more test coverage Enrico Olivelli 2020-07-17 17:25:19 +0200
  • 15682ff933 reduce memory allocations in toUpper Enrico Olivelli 2020-07-17 17:17:40 +0200
  • b7e2313147 reduce memory allocations in removeDelimiters Enrico Olivelli 2020-07-17 17:15:08 +0200
  • 8abc4d1287 address review comments Enrico Olivelli 2020-07-17 17:06:41 +0200
  • 3fc45d4128 Add code to exercise SelectImpl change Enrico Olivelli 2020-07-17 16:59:10 +0200
  • 7d4885c86e clean up Enrico Olivelli 2020-07-17 16:25:09 +0200
  • d93cc81777 add test case and fix Table colNames structure Enrico Olivelli 2020-07-17 15:46:36 +0200
  • bbbae7d149 OPENJPA-2818 DBDictionary > delimitIdentifiers = true does not work Enrico Olivelli 2020-07-14 16:53:49 +0200
  • c1a6aa5a4e
    Merge pull request #70 from eolivelli/fix/OPENJPA-2819 Romain Manni-Bucau 2020-07-20 12:11:34 +0200
  • 80c7d3c9bb
    use 'install' goal Enrico Olivelli 2020-07-17 23:02:34 +0200
  • 78225920f9
    use 'package' Enrico Olivelli 2020-07-17 22:25:20 +0200
  • 5263d8ca27
    Switch to verify Enrico Olivelli 2020-07-17 20:45:31 +0200
  • 29ca489fc6 better clause Enrico Olivelli 2020-07-17 18:28:41 +0200
  • d4882b0ace indent Enrico Olivelli 2020-07-17 18:13:07 +0200
  • 6ddfe4e0a0 add quotes Enrico Olivelli 2020-07-17 18:09:50 +0200
  • c97bb58a35 hard code key cache Enrico Olivelli 2020-07-17 18:04:50 +0200
  • 6ec962f14f remove snapshots Enrico Olivelli 2020-07-17 18:00:34 +0200
  • dcc313b689 OPENJPA-2819 Add simple GitHub Actions validation for Pull Requests Enrico Olivelli 2020-07-17 17:38:20 +0200
  • c13aa6d004 remove import Enrico Olivelli 2020-07-15 16:12:57 +0200
  • c94a590050 other cases Enrico Olivelli 2020-07-15 16:12:28 +0200
  • 12fdd044c4 OPENJPA-2818 DBDictionary > delimitIdentifiers = true does not work - fix SelectImppl#getColumnAlias - fix generation od Column Identifiers in StringFieldStrategy and similar classes Enrico Olivelli 2020-07-14 16:53:49 +0200
  • 2fc4fbebac fix Strategies Enrico Olivelli 2020-07-15 14:16:23 +0200
  • 293a34c8ce Fix select with delimiters Enrico Olivelli 2020-07-14 16:53:49 +0200
  • 172c084064
    Merge pull request #64 from jgrassel/OPENJPA_2817_22X Jody Grassel 2020-07-13 13:08:55 -0500
  • fe80c984b3 OPENJPA_2817: Update PCTransformer to be thread-wise for reentrancy. Joe Grassel 2020-06-30 09:27:25 -0500
  • 0e32d4981a
    Merge pull request #63 from eolivelli/fix/OPENJPA-2816-herddb Romain Manni-Bucau 2020-07-13 17:21:38 +0200
  • c93313767d OPENJPA-2816 Add HerdDB DBDictionary - implement HerdDBDictionary - add autodiscovery of HerdDB Enrico Olivelli 2020-07-13 17:18:23 +0200
  • f18f28b633 [maven-release-plugin] prepare for next development iteration Mark Struberg 2020-07-07 11:19:15 +0200
  • 66d2a72cb2 [maven-release-plugin] prepare release 3.1.2 3.1.2 Mark Struberg 2020-07-07 11:19:15 +0200
  • 6aa22031e1 OPENJPA-2798 update to newest jpa spec revision Mark Struberg 2020-07-06 13:57:50 +0200
  • 61ec81624d
    Merge pull request #62 from ilgrosso/ARRAY_INDEX_OUT_OF_BOUNDS Francesco Chicchiriccò 2020-06-09 13:23:12 +0200
  • 55e6829b1d Checking array size before access to avoid ArrayIndexOutOfBoundsException Francesco Chicchiriccò 2020-06-09 12:28:21 +0200
  • db5912b309 OPENJPA-2815 jakarta bundle Romain Manni-Bucau 2020-06-08 13:35:12 +0200
  • e721abfdaa ensure TestSnakeCaseDDL runs in enhanced mode otherwise there is an issue in column name uniqueness check + fixing MappingDefaultsImpl name definition Romain Manni-Bucau 2020-05-07 10:02:45 +0200
  • 868a446a3e activating back seasar repo for uow-api now xbean had been downloaded on the ci Romain Manni-Bucau 2020-05-07 09:46:06 +0200
  • 560a850bfd commenting seasar-repo since it should be useless now (and try to get back the CI green/blue) Romain Manni-Bucau 2020-05-07 09:39:07 +0200
  • d0875670dd OPENJPA-2812 snake_case support in dbdictionary for db column names Romain Manni-Bucau 2020-04-29 20:47:28 +0200
  • bf418eb1b3 OPENJPA-2813 PersistenceProvider#generateSchema (misses the boolean state) Romain Manni-Bucau 2020-04-29 20:47:12 +0200
  • a975a3d1c6 OPENJPA-2811 asm8 support Romain Manni-Bucau 2020-04-27 16:52:11 +0200
  • ff2a1e6c1f OPENJPA-2807 trim spaces from column names Mark Struberg 2020-04-25 20:11:04 +0200
  • 2a57904355 [OPENJPA-2810] try-with-resource to check jira-git integration Maxim Solodovnik 2020-04-25 05:32:35 +0700
  • 26b1f6be28
    * Fixed bad return value in DBDictionary.getMinorVersion() (#61) NeMuX 2020-04-21 21:14:22 -0500
  • 6344b52a16 * Fixed bad return value in DBDictionary.getMinorVersion() Josue Araujo 2020-04-21 18:05:58 -0500
  • 20f682eb7e [OPENJPA-2808] indicies are dropped in schema tool OPENJPA-2808-index-drop Maxim Solodovnik 2020-04-05 16:58:42 +0700
  • beb125500f extracting directory enhancement logic in a runnable for junit5 module to be able to reuse it easily Romain Manni-Bucau 2020-03-31 09:28:32 +0200
  • 4c9ac41fd1 using same jpa spec jar in junit5 module than others Romain Manni-Bucau 2020-03-23 09:24:12 +0100
  • 666ae82f3b Fixing Maven build Francesco Chicchiriccò 2020-03-23 09:07:52 +0100
  • d2ba842d61 fixing parent version of junit5 module Romain Manni-Bucau 2020-03-23 08:56:00 +0100
  • f9b0906c1b OPENJPA-2809 ensure embeddabe too are enhanced Romain Manni-Bucau 2020-03-23 08:45:20 +0100
  • ae9b2a904b OPENJPA-2809 adding openjpa-junit5 module Romain Manni-Bucau 2020-03-17 17:17:19 +0100
  • 44c4d8dc02 [OPENJPA-2798] Automatic-Module-Name is added Maxim Solodovnik 2020-03-15 15:59:45 +0700
  • e4227473b0 OPENJPA-2798 use geronimo-jpa-2.2 spec api which use a module name Mark Struberg 2020-03-13 15:14:16 +0100
  • 962cbbc624 Revert "[OPENJPA-2798] java11 friendly (#57)" Mark Struberg 2020-02-29 16:05:56 +0100
  • fd9585839a [maven-release-plugin] prepare for next development iteration Mark Struberg 2020-02-14 12:12:11 +0100
  • 1440702eec [maven-release-plugin] prepare release 3.1.1 3.1.1 Mark Struberg 2020-02-14 12:12:01 +0100
  • aad345fc4a removing kubernetes module from our osgi bundle Romain Manni-Bucau 2020-02-11 08:10:44 +0100
  • a7c4f4405e OPENJPA-2803 make pool2 optional in OSGi Romain Manni-Bucau 2020-02-11 07:53:25 +0100
  • 36ddbac0e4 OPENJPA-2803 make dbcp2 optional in OSGi Romain Manni-Bucau 2020-02-11 07:48:04 +0100
  • 6a3395dc79 [OPENJPA-2801] Introducing KubernetesTCPRemoteCommitProvider Francesco Chicchiriccò 2020-01-21 08:32:10 +0100
  • 15effced60 [OPENJPA-2801] Introducing KubernetesTCPRemoteCommitProvider Francesco Chicchiriccò 2020-01-21 08:32:10 +0100
  • 682157be51 Adding Travis CI Francesco Chicchiriccò 2019-10-17 08:26:38 +0200
  • 7ec0015edf
    [OPENJPA-2798] java11 friendly (#57) Maxim Solodovnik 2020-01-16 20:00:56 +0700
  • 0a6b7fb594 OPENJPA-2799 commons-collections4 groupId is corrected Maxim Solodovnik 2019-12-25 12:14:52 +0700
  • 6966b2cc9f indentation, stats -> statistics OPENJPA-2798-java11-friendly Maxim Solodovnik 2019-12-17 14:28:50 +0700
  • b1504deeeb Automatic module names are added Maxim Solodovnik 2019-12-17 13:47:25 +0700