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.2.10 (2021-10-14)
5+ ----------------------------------------
6+ - #1671 - Upgrade to Lombok 1.18.22.
7+ - #1670 - Upgrade to Mockk 1.10.6.
8+ - #1668 - Upgrade to Reactor 2020.0.12.
9+ - #1667 - Upgrade Maven Wrapper to 3.8.3.
10+ - #1666 - Upgrade to Spring Framework 5.3.11.
11+ - #1664 - Fix sample of `HalModelBuilder` in documentation.
12+ - #1650 - Irritating log output when pointing to controller methods that return a `Mono`.
13+ - #1646 - `DummyInvocationUtils.methodOn(…)` fails for methods returning `Object` on JDK 17.
14+ - #1645 - Upgrade Lombok to 1.18.20 for JDK 17 support.
15+ - #1644 - Upgrade compatibility builds to JDK 17.
16+
417Changes in version 1.2.9 (2021-09-16)
518----------------------------------------
619- #1617 - Upgrade to Jackson 2.11.4.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 73 ;
41+ private static final int MILESTONE_ID = 78 ;
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