Mark Paluch
42ae059efc
After release cleanups.
...
See #3200
2023-11-17 10:25:35 +01:00
Mark Paluch
7031ed4162
Prepare next development iteration.
...
See #3200
2023-11-17 10:25:33 +01:00
Mark Paluch
b7bc17f2df
Release version 2.7.18 (2021.2.18).
...
See #3200
2023-11-17 10:22:30 +01:00
Mark Paluch
bb33a55d38
Prepare 2.7.18 (2021.2.18).
...
See #3200
2023-11-17 10:22:12 +01:00
Mark Paluch
f727c52926
After release cleanups.
...
See #3161
2023-10-13 10:54:09 +02:00
Mark Paluch
a883b19750
Prepare next development iteration.
...
See #3161
2023-10-13 10:54:06 +02:00
Mark Paluch
cf33376203
Release version 2.7.17 (2021.2.17).
...
See #3161
2023-10-13 10:51:13 +02:00
Mark Paluch
27b51908ff
Prepare 2.7.17 (2021.2.17).
...
See #3161
2023-10-13 10:50:53 +02:00
John Blum
0cb19521d9
Upgrade to Maven Wrapper 3.9.5.
...
See #3185
2023-10-04 18:25:59 -07:00
John Blum
32544e9c41
Update CI properties.
...
See #3161
2023-10-04 17:48:08 -07:00
Greg L. Turnquist
61abefd585
Upgrade to JDK 17.0.8_7 for CI testing.
2023-09-27 11:37:27 -05:00
Greg L. Turnquist
032f7628e0
Downgrade CI testing for 2.7.x.
...
Spring Data JPA 2.7.x doesn't work very well on Java 20 without several other changes so we're downgrading CI testing to Java 8/11/17.
See #3031
2023-09-27 11:34:43 -05:00
Greg L. Turnquist
af90cbb570
Polishing.
2023-09-26 13:30:52 -05:00
Mark Paluch
4532919e11
After release cleanups.
...
See #3116
2023-09-15 09:45:36 +02:00
Mark Paluch
a4484960ce
Prepare next development iteration.
...
See #3116
2023-09-15 09:45:34 +02:00
Mark Paluch
7e2e93400a
Release version 2.7.16 (2021.2.16).
...
See #3116
2023-09-15 09:42:26 +02:00
Mark Paluch
12aa440e74
Prepare 2.7.16 (2021.2.16).
...
See #3116
2023-09-15 09:42:08 +02:00
Mark Paluch
c6a0bbc6df
After release cleanups.
...
See #3069
2023-08-18 10:03:12 +02:00
Mark Paluch
c9f071a4b3
Prepare next development iteration.
...
See #3069
2023-08-18 10:03:10 +02:00
Mark Paluch
233ad8a937
Release version 2.7.15 (2021.2.15).
...
See #3069
2023-08-18 09:59:27 +02:00
Mark Paluch
4fabaed0f6
Prepare 2.7.15 (2021.2.15).
...
See #3069
2023-08-18 09:59:04 +02:00
Julia Lee
9753144da7
Update CI properties.
...
See #3069
2023-08-14 09:55:45 -04:00
Julia Lee
232ce532d6
Upgrade to Maven Wrapper 3.9.4.
...
See #3111
2023-08-14 07:23:20 -04:00
Greg L. Turnquist
d0fae517bd
Polishing.
2023-08-07 15:52:30 -05:00
Mark Paluch
0eb0fe532b
Update CI properties.
...
See #3069
2023-07-18 11:45:21 +02:00
Mark Paluch
c221a7c5a0
After release cleanups.
...
See #3031
2023-07-14 10:35:31 +02:00
Mark Paluch
b7091c4fa4
Prepare next development iteration.
...
See #3031
2023-07-14 10:35:29 +02:00
Mark Paluch
bbedf39dac
Release version 2.7.14 (2021.2.14).
...
See #3031
2023-07-14 10:31:34 +02:00
Mark Paluch
984c6bb0a7
Prepare 2.7.14 (2021.2.14).
...
See #3031
2023-07-14 10:31:09 +02:00
Mark Paluch
38070a1339
Guard tests on newer JDK versions.
...
See #3031
2023-07-03 14:47:59 +02:00
Mark Paluch
23ecf56bff
Update CI properties.
...
See #3031
2023-07-03 09:43:41 +02:00
Mark Paluch
1b40da3977
Upgrade to Maven Wrapper 3.9.3.
...
See #3046
2023-07-03 09:42:15 +02:00
Mark Paluch
31bc67b8ec
Backoff JSqlParserQueryEnhancer if query type is not a supported query type.
...
We now backoff from enhancing queries if the query type is not supported (e.g. TRUNCATE).
Closes #3038
2023-06-26 09:40:40 +02:00
Mark Paluch
1cae1e8a5c
After release cleanups.
...
See #2947
2023-06-16 16:22:12 +02:00
Mark Paluch
a8846378a8
Prepare next development iteration.
...
See #2947
2023-06-16 14:59:09 +02:00
Mark Paluch
3b4f350541
Release version 2.7.13 (2021.2.13).
...
See #2947
2023-06-16 14:56:14 +02:00
Mark Paluch
7b1467b603
Prepare 2.7.13 (2021.2.13).
...
See #2947
2023-06-16 14:55:57 +02:00
Mark Paluch
e4a9200eb0
Upgrade to Maven Wrapper 3.9.2.
...
See #3016
2023-06-13 08:51:01 +02:00
Mark Paluch
3e41d4634d
Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
...
Closes #2998
2023-06-06 10:04:01 +02:00
Mark Paluch
81d9f8ad2c
Polishing.
...
Simplify code flow. Introduce flag to capture whether a stored procedure uses collection return types.
Remove unconditionally the Optional converter as we're already on Java 8 and do not require the Java 8 guard.
See #2915
Original pull request: #2938
2023-05-30 15:02:34 +02:00
Greg L. Turnquist
44465bf271
Close StoredProcedureQuery if it implements AutoCloseable.
...
If the JPA provider's implementation of StoredProcedureQuery implements AutoCloseable, invoke the close method when completed.
Resolves #2915 .
Original pull request: #2938
2023-05-30 15:00:21 +02:00
Greg L. Turnquist
4605cd2fc0
Rewrite LIKE clauses with wildcards as CONCAT functions.
...
We support wrapping parameters (named or positional) with optional wildcards when doing LIKE patterns. This is out-of-band and requires moving the wildcards into the bindings. To stop doing this and causing race conditions, we can instead rewrite the queries using the CONCAT function. This function is standard across relational database (native queries) as well as JPA providers (Hibernate and EclipseLink).
See #2939
See #2760
Original Pull Request: #2940
Superceding Pull Request: #2944
2023-05-15 08:32:59 -05:00
Christoph Strobl
0f09803337
After release cleanups.
...
See #2916
2023-05-12 10:21:25 +02:00
Christoph Strobl
fe143f0372
Prepare next development iteration.
...
See #2916
2023-05-12 10:21:23 +02:00
Christoph Strobl
7b897babc5
Release version 2.7.12 (2021.2.12).
...
See #2916
2023-05-12 10:18:01 +02:00
Christoph Strobl
0dc3ffeda8
Prepare 2.7.12 (2021.2.12).
...
See #2916
2023-05-12 10:17:41 +02:00
Greg L. Turnquist
43c5345e75
Create a Testcontainers image name resolver to support CI proxy usage.
...
Backported to Spring Data JPA 2.7.x.
Resolves #2941 .
Original pull request: #2937 .
2023-05-05 15:09:08 -05:00
Greg L. Turnquist
b007b120f0
Disable problematic test cases on newer JREs on CI.
...
Certain parts of Mockito operate differently between Java 8 and later versions of Java. To minimize interference, disable a couple test cases that aren't required to verify interoperability with later versions of Java.
Related: #2934 .
2023-05-02 11:05:24 -05:00
Jens Schauder
ea8c911411
Fix tests broken by new Mockito version.
...
Closes #2934
2023-05-02 13:09:45 +02:00
Jens Schauder
45dd2d9418
Polishing.
...
Original pull request #2933
See #2902
2023-05-02 09:41:51 +02:00