|
1 | 1 | Spring Data JPA Changelog
|
2 | 2 | =========================
|
3 | 3 |
|
| 4 | +Changes in version 2.6.0-M1 (2021-07-16) |
| 5 | +---------------------------------------- |
| 6 | +* #2257 - Upgrade to Hibernate 5.5.3.Final. |
| 7 | +* #2254 - Adapt to consolidated PersistentEntity API. |
| 8 | +* #2251 - Small mistake in Documentation. |
| 9 | +* #2247 - Remove explicit version for Mockito, so we use the one of Spring Data Build. |
| 10 | +* #2245 - Drop serialVersionUID from AbstractPersistable. |
| 11 | +* #2239 - Use Spring nullability annotations instead of JSR305. |
| 12 | +* #2234 - Spring Data documentation examples have wrong annotations. |
| 13 | +* #2231 - Fix build failures with Java 16. |
| 14 | +* #2230 - Error in documentation regarding manually assigned identifiers in "Entity State-detection Strategies" when there is a Version property. |
| 15 | +* #2228 - ExpressionBasedStringQuery does not quote all parameter expressions. |
| 16 | +* #2218 - Unused org.aspectj:aspectjrt compile time dependency. |
| 17 | +* #2207 - Improve wording on transactional methods inherited from `SimpleJpaRepository` and repository fragments. |
| 18 | +* #2202 - Introduce template method for easier customization of fragments. |
| 19 | +* #2184 - Update CI to Java 16. |
| 20 | +* #2129 - Missing anchor on "Custom Namespace Attributes" causes TOC to break. |
| 21 | +* #2009 - Document that DTOs don't work with native queries [DATAJPA-1714]. |
| 22 | +* #1959 - @Procedure annotation doesn't work with cursors (NULL when using REF_CURSOR) and ResultSets that don't come from cursors [DATAJPA-1657]. |
| 23 | + |
| 24 | + |
4 | 25 | Changes in version 2.4.11 (2021-07-16)
|
5 | 26 | --------------------------------------
|
6 | 27 | * #2245 - Drop serialVersionUID from AbstractPersistable.
|
@@ -2313,5 +2334,6 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/
|
2313 | 2334 |
|
2314 | 2335 |
|
2315 | 2336 |
|
| 2337 | + |
2316 | 2338 |
|
2317 | 2339 |
|
0 commit comments