You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/changelog.txt
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
Spring Data REST Changelog
2
2
==========================
3
3
4
+
Changes in version 3.4.4 (2021-02-17)
5
+
-------------------------------------
6
+
* #1965 - Avoid late registration of PathPatternParser on DelegatingHandlerMapping.
7
+
* #1955 - Duplicate calls of a custom HandlerInterceptor's methods after updating to Spring Data REST 3.4.
8
+
* #1926 - Using @JsonValue in embedded collection values causes an exception [DATAREST-1564].
9
+
* #1921 - 2.4.0/2.4.1 sprint-boot Rest Repositories initializr project reports lots of Beans is not eligible for getting processed by all BeanPostProcessors [DATAREST-1590].
10
+
* #424 - Update repository after GitHub issues migration.
11
+
12
+
4
13
Changes in version 3.3.7.RELEASE (2021-02-17)
5
14
---------------------------------------------
6
15
* DATAREST-1587 - Remove Solr integration tests.
@@ -1767,5 +1776,6 @@ Changes in version 2.0.0 M1 (2013-11-21)
0 commit comments