#2022 - Update changelog.

This commit is contained in:
Oliver Drotbohm
2023-07-14 10:14:59 +02:00
parent c69d420e18
commit 779dcd823e
2 changed files with 16 additions and 1 deletions

View File

@@ -1,6 +1,21 @@
Spring HATEOAS Changelog
========================
Changes in version 2.2.0-M1 (2023-07-14)
----------------------------------------
- #2023 - Switch to UriComponentsBuilder.fromUri(…).
- #2022 - Release 2.2 M1.
- #2011 - Upgrade to Spring Framework 6.1 M1.
- #2010 - Upgrade to Slf4j 2.0.7.
- #2005 - Upgrade to Reactor 2022.0.9.
- #1998 - Upgrade to JUnit 5.9.3.
- #1997 - Upgrade to JSON Path 2.8.0.
- #1994 - Upgrade to Jackson 2.15.2.
- #1993 - Upgrade to Logback 1.4.8.
- #1988 - Upgrade to Kotlin 1.9.0 and Kotlin Coroutines 1.7.2.
- #1981 - AOT reflection metadata missing for EntityModel.MapSuppressingUnwrappingSerializer.
- #1980 - Changing JsonPathProvider to Jackson breaks the JsonPathLinkDiscoverer.
Changes in version 2.1.0 (2023-05-11)
----------------------------------------
- #1973 - Upgrade to Reactor 2022.0.7.

View File

@@ -38,7 +38,7 @@ import com.jayway.jsonpath.JsonPath;
*/
class ChangelogCreator {
private static final int MILESTONE_ID = 116;
private static final int MILESTONE_ID = 121;
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
public static void main(String... args) {