File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data JPA Changelog
2
2
=========================
3
3
4
+ Changes in version 2.4.10 (2021-06-22)
5
+ --------------------------------------
6
+ * #2234 - Spring Data documentation examples have wrong annotations.
7
+ * #2230 - Error in documentation regarding manually assigned identifiers in "Entity State-detection Strategies" when there is a Version property.
8
+ * #2228 - ExpressionBasedStringQuery does not quote all parameter expressions.
9
+ * #2009 - Document that DTOs don't work with native queries [DATAJPA-1714].
10
+
11
+
4
12
Changes in version 2.5.1 (2021-05-14)
5
13
-------------------------------------
6
14
* #2207 - Improve wording on transactional methods inherited from `SimpleJpaRepository` and repository fragments.
@@ -2289,5 +2297,6 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/
2289
2297
2290
2298
2291
2299
2300
+
2292
2301
2293
2302
You can’t perform that action at this time.
0 commit comments