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