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========================
3+
4+ Changes in version 1.2.9 (2021-09-16)
5+ ----------------------------------------
6+ - #1617 - Upgrade to Jackson 2.11.4.
7+ - #1616 - Upgrade to Reactor 2020.0.11.
8+ - #1615 - Upgrade to Slf4j 1.7.32.
9+ - #1614 - Upgrade to Kotlin 1.4.32.
10+ - #1613 - Upgrade to Spring Framework 5.3.10.
11+ - #1611 - Avoid superfluous object creation in `Link.valueOf(…)`.
12+ - #1606 - Wrong nullability declarations for properties of `Link`.
13+ - #1604 - `@JsonIdentityInfo` not rendering correctly since Spring HATEOAS 1.1.2.
14+ - #1601 - Receiving duplicate key when bean property accessors collide.
15+
316Changes in version 1.2.8 (2021-07-14)
417----------------------------------------
518- #1578 - Upgrade to Reactor 2020.0.9.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 72 ;
41+ private static final int MILESTONE_ID = 73 ;
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