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========================
33
4+ Changes in version 1.2.4 (2021-02-16)
5+ ----------------------------------------
6+ - #1469 - AnnotationMappingDiscoverer does not preserve trailing mapping slashes.
7+ - #1467 - Fix setup of Servlet API consumption.
8+ - #1464 - Upgrade to Reactor 2020.0.4.
9+ - #1463 - Upgrade to Spring 5.3.4.
10+ - #1459 - Link.parse(…) should be able to handle unquoted link relations.
11+ - #1454 - Multiple template variables using regular expression break link creation.
12+ - #1449 - API doc says "curieProvider can be null" but it is required.
13+ - #1440 - Memory leak in WebHandler.AFFORDANCES_CACHE.
14+ - #1436 - Curies relation can be added to `_links` without any curie given by the curie provider.
15+ - #1434 - Backport rejection of @JsonValue types in EntityModel.
16+
417Changes in version 1.2.3 (2021-01-13)
518----------------------------------------
619- #1432 - Upgrade to Spring Framework 5.3.3.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 58 ;
41+ private static final int MILESTONE_ID = 60 ;
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