File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11Spring HATEOAS Changelog
22========================
33
4+ Changes in version 2.0 M4 (2022-07-14)
5+ ----------------------------------------
6+ - #1813 - Upgrade to Spring Framework 6.0 M5.
7+ - #1812 - Upgrade to Slf4j 1.7.36.
8+ - #1811 - Upgrade to Lombok 1.18.24.
9+ - #1810 - Upgrade to AssertJ 3.23.1.
10+ - #1809 - Upgrade to Reactor 2022.0.0 M4.
11+ - #1808 - Upgrade to Kotlin 1.7.
12+ - #1800 - UriTemplate can't recognize variable names that contain a dot.
13+ - #1796 - Change signature of ReactiveRepresentationModelAssembler.
14+ - #1793 - Path segment capturing {*…} not correctly expanded.
15+ - #1790 - Upgrade to Reactor 2022.0.0 M2.
16+ - #1775 - Optimization around constructing UriTemplate with multiple template variables of the same type.
17+ - #1722 - LinkBuilderSupport.toUri() double-encodes request parameters.
18+
419Changes in version 2.0 M3 (2022-05-12)
520----------------------------------------
621- #1788 - Upgrade to Reactor 2020.0.19.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 94 ;
41+ private static final int MILESTONE_ID = 99 ;
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