File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11Spring HATEOAS Changelog
22========================
33
4+ Changes in version 1.3 M3 (2021-03-16)
5+ ----------------------------------------
6+ - #1497 - Upgrade to Spring 5.3.5.
7+ - #1494 - Improve HAL Link deserialization.
8+ - #1493 - Upgrade to JaCoCo 0.8.6.
9+ - #1492 - Upgrade to Jackson 2.12.
10+ - #1491 - Upgrade to Kotlin Coroutines 1.4.3.
11+ - #1490 - Upgrade to Reactor 2020.0.5.
12+ - #1489 - Release 1.3 M3.
13+ - #1484 - Significant performance regression in WebHandler.
14+ - #1483 - Add support for HAL-FORMS options element.
15+ - #1482 - Properly find project version number for CI jobs.
16+ - #1477 - DelegatingEntityLinks does not override linkForItermResource(Class<?>, Object).
17+ - #1474 - Migrate to new Sonatype infrastructure.
18+ - #1421 - Use JDK 15 for CI testing.
19+
420Changes in version 1.3 M2 (2021-02-16)
521----------------------------------------
622- #1468 - AnnotationMappingDiscoverer does not preserve trailing mapping slashes.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 59 ;
41+ private static final int MILESTONE_ID = 62 ;
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