File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11Spring HATEOAS Changelog
22========================
33
4+ Changes in version 1.3.5 (2021-10-14)
5+ ----------------------------------------
6+ - #1675 - Upgrade to Reactor 2020.0.12.
7+ - #1674 - Upgrade to Spring Framework 5.3.11.
8+ - #1673 - Upgrade to Lombok 1.18.22.
9+ - #1663 - Fix sample of HalModelBuilder in documentation.
10+ - #1661 - IndexOutOfBoundException if no media type configurations registered.
11+ - #1653 - Better exception in case of wrong parameter array length in MethodLinkBuilderFactory.linkTo(…) methods.
12+ - #1649 - Irritating log output when pointing to controller methods that return a Mono.
13+ - #1643 - Upgrade Lombok to 1.18.20 for JDK 17 support.
14+ - #1642 - Upgrade compatibility builds to JDK 17.
15+ - #1641 - DummyInvocationUtils.methodOn(…) fails for methods returning Object on JDK 17.
16+
417Changes in version 1.3.4 (2021-09-16)
518----------------------------------------
619- #1622 - Upgrade to Jackson 2.12.5.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 74 ;
41+ private static final int MILESTONE_ID = 79 ;
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