#1952 - Prepare changelog.

This commit is contained in:
Oliver Drotbohm
2023-03-20 12:13:20 +01:00
parent 2890241dac
commit 89b1e6bf07
2 changed files with 26 additions and 1 deletions

View File

@@ -1,6 +1,31 @@
Spring HATEOAS Changelog
========================
Changes in version 2.1.0-M1 (2023-03-20)
----------------------------------------
- #1938 - Upgrade to Spring Framework 6.0.7.
- #1937 - Upgrade to Mockk 1.13.4.
- #1936 - Upgrade to Slf4j 2.0.6.
- #1935 - Upgrade to Reactor 2022.0.5.
- #1934 - Upgrade to Lombok 1.18.26.
- #1933 - Upgrade to JUnit 5.9.2.
- #1932 - Upgrade to Jackson 2.14.2.
- #1931 - Upgrade to Logback 1.4.6.
- #1929 - Polish nullability and Javadoc.
- #1928 - Upgrade to Spring Asciidoctor Backends 0.0.5.
- #1927 - Upgrade to AssertJ 3.24.2.
- #1925 - Upgrade to AsciidoctorJ 2.5.7.
- #1924 - Upgrade to Spring Asciidoctor backends 0.0.4.
- #1923 - Upgrade to Kotlin 1.8.10.
- #1920 - Property metadata should support JSR-303 @Size.
- #1919 - Upgrade CI build to use latest setup-java task.
- #1905 - Upgrade to Spring Framework 6.0.5.
- #1900 - Polish use of Optional in PropertyUtils.
- #1899 - Link header parsing breaks for multiple links with at least one containing unquoted values.
- #1886 - Trailing slash added for request mappings with empty path.
- #1856 - Add SlicedModel class for representing Slice collections.
- #1778 - Correct typo in JavaDoc of EntityLinks.
Changes in version 2.0.0 (2022-11-16)
----------------------------------------
- #1880 - Upgrade to Spring Plugin 3.0.

View File

@@ -38,7 +38,7 @@ import com.jayway.jsonpath.JsonPath;
*/
class ChangelogCreator {
private static final int MILESTONE_ID = 107;
private static final int MILESTONE_ID = 109;
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) {