From 4ede5245eb4710aa81b75b763f8a0e08552299e1 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 5 Sep 2019 10:15:32 -0500 Subject: [PATCH] #1070 - Update changelogs. --- src/main/resources/changelog.txt | 21 +++++++++++++++++-- .../hateoas/support/ChangelogCreator.java | 2 +- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 0b6829d3..00788cfa 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,23 @@ Spring HATEOAS Changelog ======================== +Changes in version 1.0.0.RC2 (2019-09-05) +---------------------------------------- +- #1072 - Expose null handling configuration of HalFormsTemplate.title. +- #1070 - Release 1.0.0.RC2. +- #1069 - Upgrade to Reactor Dyprosium-RC1. +- #1067 - Remove @EnableEntityLinks. +- #1066 - Upgrade to Spring Framework 5.2.0.RC2. +- #1064 - #1061 - Reenable default codecs for WebFlux configuration. +- #1063 - Documentation describes using @EnableEntityLinks but it is deprecated and no longer necessary. +- #1062 - @EnableHypermediaSupport does not provide a ContollerEntityLinks bean when using WebFlux. +- #1061 - Enabling hypermedia disables all of WebFlux's default codecs. +- #1059 - Code cleanup. +- #1058 - Migrate off deprecated Spring APIs. +- #1054 - Fix unresolved directive for Traverson section of ref docs. +- #1047 - WebFlux configuration must properly handle application/json. +- #1044 - Properly deprecate UriTemplate's constructors. + Changes in version 1.0.0.RC1 (2019-08-05) ---------------------------------------- - #1042 - Upgrade to AssertJ 3.13.2. @@ -45,7 +62,7 @@ Changes in version 1.0.0.RC1 (2019-08-05) Changes in version 1.0.0.M3 (2019-06-14) ---------------------------------------- -- #1002 - Release 1.0 M3. +- #1002 - Release 1.0 M3. - #1001 - Upgrade to Reactor Dysprosium M2. - #1000 - Upgrade to Spring Framework 5.0 M3. - #999 - Introduce Jenkins CI. @@ -488,4 +505,4 @@ Changes in version 0.1.0.RELEASE (2012-07-19) - Initial release with basic support - Common abstractions like Link, Identifiable, ResourceSupport (JAXB marshable) - ControllerLinkBuilder to easily create Link instances to point to Spring MVC controllers -- ResourceAssemblerSupport base class to easily create resource (DTO) instances \ No newline at end of file +- ResourceAssemblerSupport base class to easily create resource (DTO) instances diff --git a/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java b/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java index 076ad9e7..b00d7b97 100644 --- a/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java +++ b/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java @@ -37,7 +37,7 @@ import com.jayway.jsonpath.JsonPath; */ class ChangelogCreator { - private static final int MILESTONE_ID = 33; + private static final int MILESTONE_ID = 34; 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) {