Commit Graph

45 Commits

Author SHA1 Message Date
Mark Paluch
d929c3edef Prepare next development iteration.
See #3033
2023-07-14 13:57:57 +02:00
Mark Paluch
6a355ebe9d Release version 3.1.2 (2023.0.2).
See #3033
2023-07-14 13:54:07 +02:00
John Blum
bb1fcd7974 Prepare next development iteration.
See #2949
2023-06-16 08:13:28 -07:00
John Blum
35fd2995a2 Release version 3.1.1 (2023.0.1).
See #2949
2023-06-16 08:05:36 -07:00
Christoph Strobl
a692e844d6 Prepare next development iteration.
See #2919
2023-05-12 14:19:09 +02:00
Christoph Strobl
0ef008ad4f Release version 3.1 GA (2023.0.0).
See #2919
2023-05-12 14:14:38 +02:00
Jens Schauder
1bcdbc27e7 Pagination now supports sorting by property.
Closes https://github.com/spring-projects/spring-data-envers/issues/379
Original Pull Request https://github.com/spring-projects/spring-data-envers/pull/381
2023-04-18 09:20:07 -05:00
Greg L. Turnquist
699b18f307 Prepare next development iteration.
See #2873
2023-04-14 11:59:55 -05:00
Greg L. Turnquist
01a0e5b156 Release version 3.1 RC1 (2023.0.0).
See #2873
2023-04-14 11:53:58 -05:00
Christoph Strobl
6e8f11433f Prepare next development iteration.
See #2807
2023-03-20 15:05:33 +01:00
Christoph Strobl
f60c8a6643 Release version 3.1 M3 (2023.0.0).
See #2807
2023-03-20 15:01:47 +01:00
Christoph Strobl
af16b08bfd Prepare next development iteration.
See #2806
2023-02-17 14:25:46 +01:00
Christoph Strobl
0b51bdd1cd Release version 3.1 M2 (2023.0.0).
See #2806
2023-02-17 14:22:30 +01:00
Christoph Strobl
a3022c56cb Prepare next development iteration.
See #2707
2023-02-17 13:31:52 +01:00
Christoph Strobl
2cab87e75e Release version 3.1 M1 (2023.0.0).
See #2707
2023-02-17 13:27:49 +01:00
Greg L. Turnquist
e917cbf02c Polishing.
Related: #2746.
2023-01-24 09:50:39 -06:00
Krzysztof Krason
c510e28fa9 Refactored AssertJ assertions into more readable ones.
Resolves #2746.
2023-01-23 16:16:15 -06:00
Mark Paluch
864c7c454d Extend license header copyright years to 2023.
See #2749
2023-01-02 09:53:31 +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
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
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
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
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
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
John Blum
b57eb85a23 Remove punctuation in Exception messages.
Closes #2566.
2022-06-08 12:46:50 -07:00
Greg L. Turnquist
48790adebb Align Spring Data JPA annotations with Spring Framework annotations.
Remove @Inherited from Spring Data JPA annotations to align with Spring Framework ones.

Closes #803.
2022-06-08 10:23:30 -05: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
Greg L. Turnquist
9049594908 Bump h2 from 1.4.200 to 2.1.212 in /spring-data-envers.
See #2501.
2022-05-05 11:57:15 -05: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
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
Jens Schauder
a105a1e7e9 Fix lazy loading problem with custom revision entities.
We now unproxy the revision data before trying to access its data.

Closes spring-projects/spring-data-envers/issues/313
2022-03-11 14:34:48 +01:00
Christoph Strobl
57b9b2198b Update copyright year to 2022.
See: #2443
2022-02-17 13:44:01 +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
Jens Schauder
d803ff7ede Remove Eclipse Non-Javadoc comments.
Closes #2397
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