File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11Spring HATEOAS Changelog
22========================
33
4+ Changes in version 1.2.11 (2021-11-11)
5+ ----------------------------------------
6+ - #1709 - Upgrade to Spring Framework 5.3.13.
7+ - #1708 - Upgrade to Reactor 2020.0.13.
8+ - #1694 - Error serializing `EntityModel` when content is an empty bean and the ObjectMapper is configured to not to fail on those.
9+ - #1692 - Use `Links.collector()` in `JsonPathLinksDiscoverer`.
10+ - #1690 - Fix Javadoc in `LinkDiscoverer.findLinkWithRel(…)`.
11+
412Changes in version 1.2.10 (2021-10-14)
513----------------------------------------
614- #1671 - Upgrade to Lombok 1.18.22.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 78 ;
41+ private static final int MILESTONE_ID = 82 ;
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