File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11Spring HATEOAS Changelog
22========================
33
4+ Changes in version 2.2.0 (2023-11-16)
5+ ----------------------------------------
6+ - #2056 - Enable compatibility builds for all 2.x branches.
7+ - #2053 - Upgrade to Spring Framework 6.1.
8+ - #2052 - Upgrade to Mockk 1.13.7.
9+ - #2051 - Upgrade to Slf4j 2.0.9.
10+ - #2050 - Upgrade to Reactor 2023.0.0.
11+ - #2049 - Upgrade to Lombok 1.8.30.
12+ - #2048 - Upgrade to JUnit 5.10.1.
13+ - #2047 - Upgrade to Logback 1.4.11.
14+ - #2046 - Upgrade to Kotlin 1.9.20.
15+ - #2045 - Upgrade to Jackson 2.15.3.
16+ - #2044 - Enable CI builds for 2.1.x branch.
17+ - #2036 - UriTemplate.with(…) should not only append variables at the end.
18+ - #2035 - Allow selective customization of media type configuration.
19+
420Changes in version 2.2.0-RC1 (2023-10-12)
521----------------------------------------
622- #2033 - Upgrade to Spring Framework 6.1 RC1.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 128 ;
41+ private static final int MILESTONE_ID = 129 ;
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