Skip to content

Commit 2e1f1a4

Browse files
committed
Updated changelog.
See #2201
1 parent 0215782 commit 2e1f1a4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Spring Data JPA Changelog
22
=========================
33

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+
425
Changes in version 2.4.11 (2021-07-16)
526
--------------------------------------
627
* #2245 - Drop serialVersionUID from AbstractPersistable.
@@ -2313,5 +2334,6 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/
23132334

23142335

23152336

2337+
23162338

23172339

0 commit comments

Comments
 (0)