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 11Spring HATEOAS Changelog
22========================
33
4+ Changes in version 1.5 M1 (2022-01-14)
5+ ----------------------------------------
6+ - #1739 - Upgrade to Kotlin 1.6.10.
7+ - #1738 - Upgrade to Reactor 2020.0.15.
8+ - #1737 - Upgrade to Spring Framework 5.3.15.
9+ - #1729 - TypeBasedInputPayloadMetadata missing equals(…) and hashCode().
10+ - #1727 - UriTemplate throws exception for host variables.
11+ - #1701 - Potential memory leak in WebMvcLinkBuilder.
12+
413Changes in version 1.4 GA (2021-11-11)
514----------------------------------------
615- #1716 - Upgrade to Spring Framework 5.3.13.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 84 ;
41+ private static final int MILESTONE_ID = 88 ;
4242 private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed" ;
4343
4444 public static void main (String ... args ) {
You can’t perform that action at this time.
0 commit comments