Francesco Chicchiriccò
e5933d6aee
[maven-release-plugin] prepare release 3.2.2
2022-03-16 09:25:56 +01:00
Romain Manni-Bucau
68b77e1ae7
[maven-release-plugin] prepare for next development iteration
2022-02-03 11:08:53 +01:00
Romain Manni-Bucau
000c065dbe
[maven-release-plugin] prepare release 3.2.1
2022-02-03 11:08:53 +01:00
Maxim Solodovnik
468a4538fa
[OPENJPA-2896] automatic module name is set for bundles ( #92 )
...
* [OPENJPA-2896] automatic module name is set for bundles
* Automatic-module-names for fat jars only
* 'org.apache.openjpa.jakarta' is dropped
* auto-module-name is dropped from openjpa-all
2021-12-23 22:52:23 +07:00
Maxim Solodovnik
e15296c415
[OPENJPA-2893] latest H2 more or less works ( #91 )
...
* [OPENJPA-2893] latest H2 more or less works
* Tests are green
2021-12-15 19:24:19 +07:00
Romain Manni-Bucau
cc55aec97d
Merge pull request #87 from jbonofre/OPENJPA-2889
...
[OPENJPA-2889] Align commons-pool2 bundle version in Karaf features repository with the actual one
2021-12-05 18:58:34 +01:00
Benjamin Marwell
fe423839f1
[OPENJPA-2891] allow configuration of @Generated annotation.
2021-11-30 12:20:00 +01:00
Jean-Baptiste Onofré
4d932bc787
[OPENJPA-2889] Align commons-pool2 bundle version in Karaf features repository with the actual one
2021-11-22 16:07:50 +01:00
Francesco Chicchiriccò
6be0f5b061
Considering only active pods for TCPRemoteCommitProvider ( #85 )
2021-10-25 12:25:04 +02:00
Mark Struberg
b2a9519434
just line break
2021-09-20 22:37:34 +02:00
Mark Struberg
5801f419c0
update docker-maven-plugin
2021-06-16 18:28:23 +02:00
Mark Struberg
f8d258594f
OPENJPA-2876 unit test to show wrong SQL
...
sqlAction=refresh right now also generates the full DB.
2021-06-16 12:44:15 +02:00
Mark Struberg
ba985ac8c7
[maven-release-plugin] prepare for next development iteration
2021-05-10 19:19:33 +02:00
Mark Struberg
6f721f69c9
[maven-release-plugin] prepare release 3.2.0
2021-05-10 19:19:33 +02:00
Mark Struberg
6546f259b2
further documentation fixes. up to JPA 2.2
2021-05-10 11:22:55 +02:00
Mark Struberg
e3fd21f0a2
OPENJPA-2871 update to xbean-4.20
2021-05-08 13:58:55 +02:00
Mark Struberg
49116c7f8e
OPENJPA-2816 correct jdbc url for herddb-docker
2021-05-08 13:53:49 +02:00
Mark Struberg
477d73a996
OPENJPA-2816 fix herddb jdbc driver class name
2021-05-05 07:33:50 +02:00
Enrico Olivelli
f3c65f01ad
Start HerdDB profile
2021-05-05 06:50:24 +02:00
Mark Struberg
8e3b81521f
switch back to dbcp for oracle as well
2021-05-02 21:54:05 +02:00
Mark Struberg
adf5ad393d
update poms to 3.2.0-SNAPSHOT
...
as discussed on the list - the next release will be 3.2.0
2021-04-24 11:39:25 +02:00
Mark Struberg
d5ac99d402
move back to Oracle11XE docker
...
the o18 docker image I did try was simply what we needed.
While the o11xe is not suitable for running the full test wuite
it is perfectly fine for running single tests.
2021-04-10 19:10:39 +02:00
Mark Struberg
c7539a1171
new oracle docker image
...
The old OracleX11 was plagued with connection problems,
which seems to be a known problem with that version.
2021-04-09 14:22:53 +02:00
Mark Struberg
f1eee206a9
update test-oracle profile
2021-04-06 06:52:08 +02:00
Mark Struberg
60cb785a3b
update ant, hsqldb and log4j
2021-04-04 13:51:03 +02:00
Mark Struberg
6d4f951d62
OPENJPA-2858 also update commons-pool
2021-04-03 23:19:15 +02:00
Mark Struberg
7f92be5e2b
OPENJPA-2858 update dbcp2 to 2.8.0
2021-04-03 22:57:06 +02:00
Mark Struberg
ab8090f556
OPENJPA-2856 improve MariaDB TIME handling
...
* java.sql.Time parameters must be on date Jan 1st 1970, otherwise MariaDB won't find anything in the DB
* from > 10 onwards MariaDB supports up to 6 fractions in TIME as well.
2021-04-03 08:42:28 +02:00
Mark Struberg
f848e99a7b
update docker-maven-plugin
2021-04-02 12:13:38 +02:00
Mark Struberg
20faa3692c
fix OpenJPA and PostgreSQL docker setup
2021-04-01 16:50:49 +02:00
Mark Struberg
e9f3f9cdfc
OPENJPA-2883 fix handling of java.sql.Time on MSSQL
2021-03-31 19:11:08 +02:00
Mark Struberg
80a16896f1
disable MSSQL from LOB stream tests
...
From the MS SQL Server documentation, it looks like JDBC4 drivers changed the behaviour.
"The next call to a getter method implicitly closes the stream".
Thus storing the InputStream in an entity will always result in a closed stream.
Since JDBC4 all drivers should behave that way actually.
And this is a sane way to prevent file handle leaks.
2021-03-30 21:44:43 +02:00
Mark Struberg
8283ea0fb2
OPENJPA-2850 use VARBINARY(MAX) instead BLOB column type
2021-03-30 09:19:57 +02:00
Mark Struberg
61b30777d4
OPENJPA-2842 log4j vs log4j2 logging fixed
...
* introduce new 'log4j2' LogFactory
* switch back old 'log4j' LogFactory to log4j-1.x
2020-12-01 11:35:29 +01:00
Romain Manni-Bucau
910a812a15
[OPENJPA-2833] asm 9
2020-09-29 16:57:20 +02:00
Romain Manni-Bucau
33fc72ac85
[OPENJPA-2831] import [collections4] used classes and drop the dependency
2020-09-16 12:17:13 +02:00
Mark Struberg
06ee81dc0b
update maven-assembly plugin to fix reactor behaviour for site
2020-09-06 13:38:13 +02:00
Mark Struberg
f831ef17c1
remove m2e plugin which doesn't seem to exist any longer
2020-09-05 15:24:36 +02:00
Mark Struberg
f18f28b633
[maven-release-plugin] prepare for next development iteration
2020-07-07 11:19:15 +02:00
Mark Struberg
66d2a72cb2
[maven-release-plugin] prepare release 3.1.2
2020-07-07 11:19:15 +02:00
Mark Struberg
6aa22031e1
OPENJPA-2798 update to newest jpa spec revision
...
for auto module names
2020-07-06 13:57:50 +02:00
Romain Manni-Bucau
a975a3d1c6
OPENJPA-2811 asm8 support
2020-04-27 16:52:24 +02:00
Francesco Chicchiriccò
666ae82f3b
Fixing Maven build
2020-03-23 09:13:46 +01:00
Romain Manni-Bucau
ae9b2a904b
OPENJPA-2809 adding openjpa-junit5 module
2020-03-17 17:17:19 +01:00
Maxim Solodovnik
44c4d8dc02
[OPENJPA-2798] Automatic-Module-Name is added
2020-03-15 15:59:45 +07:00
Mark Struberg
e4227473b0
OPENJPA-2798 use geronimo-jpa-2.2 spec api which use a module name
2020-03-13 15:14:16 +01:00
Mark Struberg
962cbbc624
Revert "[OPENJPA-2798] java11 friendly ( #57 )"
...
this introduces a dependency which requires attribution. No need to imo
This reverts commit 7ec0015edf
.
2020-02-29 16:05:56 +01:00
Mark Struberg
fd9585839a
[maven-release-plugin] prepare for next development iteration
2020-02-14 12:12:11 +01:00
Mark Struberg
1440702eec
[maven-release-plugin] prepare release 3.1.1
2020-02-14 12:12:01 +01:00
Francesco Chicchiriccò
6a3395dc79
[OPENJPA-2801] Introducing KubernetesTCPRemoteCommitProvider
2020-01-28 11:12:25 +01:00