Commit Graph

566 Commits

Author SHA1 Message Date
Mark Paluch
0e448dca93 After release cleanups.
See #2669
2022-11-18 14:30:20 +01:00
Mark Paluch
f9dd15e187 Prepare next development iteration.
See #2669
2022-11-18 14:30:18 +01:00
Mark Paluch
de4af44466 Release version 3.0 GA (2022.0.0).
See #2669
2022-11-18 14:26:22 +01:00
Mark Paluch
22badd4c84 Prepare 3.0 GA (2022.0.0).
See #2669
2022-11-18 14:26:12 +01:00
Greg L. Turnquist
a196365257 Upgrade hsqldb test dependency.
Resolves #2694.
2022-11-09 11:40:06 -06:00
Swell
313151e90d Update test dependencies.
Resolves #2677.
2022-11-09 11:23:36 -06:00
Diego Krupitza
623e1c5fde Upgraded JSQLParser to version 4.5.
Upgrading to the newer version should bring minor performance improvement when parsing SQL.

Resolves #2693.
2022-11-09 11:13:29 -06:00
Mark Paluch
d71eb192c7 After release cleanups.
See #2675
2022-11-04 15:26:39 +01:00
Mark Paluch
b68eb0ae45 Prepare next development iteration.
See #2675
2022-11-04 15:26:37 +01:00
Mark Paluch
38509909d3 Release version 3.0 RC2 (2022.0.0).
See #2675
2022-11-04 15:23:17 +01:00
Mark Paluch
890da50909 Prepare 3.0 RC2 (2022.0.0).
See #2675
2022-11-04 15:23:05 +01:00
Oliver Drotbohm
88dffa8e90 Upgrade eclipselink-next profile to Eclipselink 4.0.
Fixes #2676.
2022-10-20 17:26:16 +02:00
Mark Paluch
19c4b04bc4 After release cleanups.
See #2638
2022-10-13 17:31:16 +02:00
Mark Paluch
3121d12b9c Prepare next development iteration.
See #2638
2022-10-13 17:31:15 +02:00
Mark Paluch
5d2c8be54e Release version 3.0 RC1 (2022.0.0).
See #2638
2022-10-13 17:24:25 +02:00
Mark Paluch
133493b99c Prepare 3.0 RC1 (2022.0.0).
See #2638
2022-10-13 17:24:03 +02:00
Spring Builds
d5043b14d3 After release cleanups.
See #2599
2022-09-19 14:39:04 +00:00
Spring Builds
8c3d19096a Prepare next development iteration.
See #2599
2022-09-19 14:38:52 +00:00
Spring Builds
9a30685e38 Release version 3.0 M6 (2022.0.0).
See #2599
2022-09-19 14:15:20 +00:00
Spring Builds
b19647c6a5 Prepare 3.0 M6 (2022.0.0).
See #2599
2022-09-19 14:12:51 +00:00
Oliver Drotbohm
49b933e9fc Add build profile for Eclipselink 4.0.
Currently RC2.

Ticket #2630.
2022-09-13 14:25:38 +02:00
Oliver Drotbohm
65d524e319 Upgrade to Hibernate 6.1.2.
Re-enable test cases that were previously running into HHH-15389 [0]. Filed an explicit ticket for the broken access of the sort definitions in HHH-15432 [1].

Disabled EntityGraphRepositoryMethodsIntegrationTests.shouldCreateDynamicGraphWithMultipleLevelsOfSubgraphs(…) as Hibernate now apparently behaves different for application of nested paths in fetch graphs. Likely a side effect of the fix for HHH-15391 [2].

Removed obsolete method in PartTreeJpaQueryIntegrationTests.

Fixes #2615.

[0] https://hibernate.atlassian.net/browse/HHH-15389
[1] https://hibernate.atlassian.net/browse/HHH-15432
[2] https://hibernate.atlassian.net/browse/HHH-15391
2022-08-04 09:31:48 +02:00
Christoph Strobl
54047edffb After release cleanups.
See #2531
2022-07-15 15:30:53 +02:00
Christoph Strobl
48e6f3189e Prepare next development iteration.
See #2531
2022-07-15 15:30:45 +02:00
Christoph Strobl
c4148e5bd5 Release version 3.0 M5 (2022.0.0).
See #2531
2022-07-15 15:18:29 +02:00
Christoph Strobl
c6db8a774a Prepare 3.0 M5 (2022.0.0).
See #2531
2022-07-15 15:17:55 +02:00
Oliver Drotbohm
453f879af3 Upgrade to Hibernate and Hibernate Envers 6.
TypedQuery inspection through its String representations seems to be a bit flaky in Hibernate 6 still [0]. Tweaked the code to extract a query string from a query object to try the new way first but fall back to the old way, as this seems to work under some conditions, too. Adapted the test case in which we could rather inspect the new SqmQuery API for test result verification.

Re-bootstrapping the EntityManagerFactory for the same persistence unit causes the second bootstrap to fail als apparently foreign key names are randomized and the second bootstrap doesn't create a new constraint but tries to work with a new name. Tweaked the offending test case to reuse the existing EMF declaration as it actually only tests the qualified wiring into clients.

Applying an entity graph is causing a StackOverflow in current Hibernate 6. Filed an issue [1] and disabled the test case for now.

Dial back on the flip to use String as parameter type for like expression escape characters as Eclipselink rejects that. The JPA spec chapter 4.2.10 allows both Character and String to be used. Filed [2] with Hibernate to ask for reintroduction of the support for characters and commented out the test cases for now.

Deprecated CustomHsqlHibernateJpaVendorAdapter as it's not needed on Hibernate 6 anymore. Rewrote HibernateJpaParametersParameterAccessor to use Hibernate 6 API.

Add Hibernate 6 upgrade information to the reference docs.

Related ticket: #2423.

[0] https://hibernate.atlassian.net/browse/HHH-15389
[1] https://hibernate.atlassian.net/browse/HHH-15391
[2] https://hibernate.atlassian.net/browse/HHH-15392
2022-07-12 10:23:45 +02:00
Greg L. Turnquist
bc4347c507 Upgrade Hibernate to 5.6.9.Final.
Closes #2583.
2022-06-28 13:52:07 -05:00
Christoph Strobl
fed7bf8036 Fix pom.xml formatting.
This commit reverts formatting changes introduced via 688bf63b86.

See #2471
2022-05-13 12:55:13 +02:00
Christoph Strobl
665a905e5d After release cleanups.
See #2471
2022-05-13 10:53:25 +02:00
Christoph Strobl
95201377d1 Prepare next development iteration.
See #2471
2022-05-13 10:53:23 +02:00
Christoph Strobl
5b4a4d9490 Release version 3.0 M4 (2022.0.0).
See #2471
2022-05-13 10:43:58 +02:00
Christoph Strobl
688bf63b86 Prepare 3.0 M4 (2022.0.0).
See #2471
2022-05-13 10:43:19 +02:00
Bajohr, Rayk
afcfe85cb7 Update Maven project meta information.
See #2506.
2022-05-04 13:52:59 -05:00
Mark Paluch
6b27459b5b After release cleanups.
See #2470
2022-03-22 14:07:38 +01:00
Mark Paluch
8d04597c69 Prepare next development iteration.
See #2470
2022-03-22 14:07:36 +01:00
Mark Paluch
06f4165dbe Release version 3.0 M3 (2022.0.0).
See #2470
2022-03-22 14:00:23 +01:00
Mark Paluch
83ce3ab4d7 Prepare 3.0 M3 (2022.0.0).
See #2470
2022-03-22 14:00:01 +01:00
Mark Paluch
168e1add7e After release cleanups.
See #2407
2022-03-21 16:44:41 +01:00
Mark Paluch
bcb996f743 Prepare next development iteration.
See #2407
2022-03-21 16:44:39 +01:00
Mark Paluch
826de597b8 Release version 3.0 M2 (2022.0.0).
See #2407
2022-03-21 16:35:08 +01:00
Mark Paluch
82b9f4a10a Prepare 3.0 M2 (2022.0.0).
See #2407
2022-03-21 16:34:35 +01:00
Greg L. Turnquist
1f29463cf6 Polishing.
See #2409.
2022-02-24 14:06:01 -06:00
Diego Krupitza
1fe4cf598d Introduce JSqlParser as option for parsing native queries.
Introduce a library that makes it possible to parse native SQL statements.

See #2409.
2022-02-24 13:51:28 -06:00
Mark Paluch
408237b276 After release cleanups.
See #2402
2022-01-21 16:31:06 +01:00
Mark Paluch
ba1350429f Prepare next development iteration.
See #2402
2022-01-21 16:31:06 +01:00
Mark Paluch
ee9af38332 Release version 3.0 M1 (2022.0.0).
See #2402
2022-01-21 16:31:06 +01:00
Mark Paluch
0fd8737024 Prepare 3.0 M1 (2022.0.0).
See #2402
2022-01-21 16:31:06 +01:00
Jens Schauder
0ae3d43502 Merge the Envers repo.
Spring Data JPA is now a multimodule project.
The artifacts build are still separate, except for the documentation which is now a single one.

Closes # 2316
2022-01-21 16:31:05 +01:00
Jens Schauder
ece2cc5d0a Migrate to Jakarta EE 9.
Closes #2305
2022-01-21 16:31:04 +01:00