File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
Spring HATEOAS Changelog
2
2
========================
3
3
4
+ Changes in version 1.4.1 (2022-01-14)
5
+ ----------------------------------------
6
+ - #1746 - Upgrade to Jackson 2.13.1.
7
+ - #1745 - Upgrade to Reactor 2020.0.15.
8
+ - #1744 - Upgrade to Spring Framework 5.3.15.
9
+ - #1731 - UriTemplate throws exception for host variables.
10
+ - #1730 - TypeBasedInputPayloadMetadata missing equals(…)and hashCode().
11
+ - #1723 - Potential memory leak in WebMvcLinkBuilder.
12
+
4
13
Changes in version 1.4 GA (2021-11-11)
5
14
----------------------------------------
6
15
- #1716 - Upgrade to Spring Framework 5.3.13.
Original file line number Diff line number Diff line change 38
38
*/
39
39
class ChangelogCreator {
40
40
41
- private static final int MILESTONE_ID = 84 ;
41
+ private static final int MILESTONE_ID = 87 ;
42
42
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed" ;
43
43
44
44
public static void main (String ... args ) {
You can’t perform that action at this time.
0 commit comments