File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11Spring HATEOAS Changelog
22========================
3+
4+ Changes in version 1.4 M3 (2021-09-16)
5+ ----------------------------------------
6+ - #1634 - Upgrade to AssertJ 3.20.2.
7+ - #1633 - Upgrade to EvoInflector 1.3.
8+ - #1632 - Upgrade to Logback 1.2.6.
9+ - #1631 - Upgrade to JaCoCo 0.8.7.
10+ - #1630 - Upgrade to Jackson 2.12.5.
11+ - #1629 - Upgrade to JUnit 5.8.
12+ - #1628 - Upgrade to Slf4j 1.7.32.
13+ - #1627 - Upgrade to Mockk 1.12.0.
14+ - #1626 - Upgrade to Kotlin 1.5.30 and Coroutines 1.5.3.
15+ - #1625 - Upgrade to Reactor 2020.0.11.
16+ - #1624 - Upgrade to Spring Framework 5.3.10.
17+ - #1609 - Avoid superfluous object creation in Link.valueOf(…).
18+ - #1608 - HAL-FORMS affordance method is in lowercase instead of uppercase.
19+ - #1607 - Remove deprecations in Affordances.
20+ - #1602 - Wrong nullability declarations for properties of Link.
21+ - #1599 - @JsonIdentityInfo not rendering correctly since Spring HATEOAS 1.1.2.
22+ - #1598 - Custom converter is not used for enum list query parameter.
23+
324Changes in version 1.4 M2 (2021-08-12)
425----------------------------------------
526- #1591 - Allow to register custom media type for HAL FORMS.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 75 ;
41+ private static final int MILESTONE_ID = 76 ;
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