File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11Spring HATEOAS Changelog
22========================
33
4+ Changes in version 1.4.4 (2022-06-20)
5+ ----------------------------------------
6+ - #1802 - UriTemplate can't recognize variable names that contain a dot.
7+ - #1798 - Optimization around constructing UriTemplate with multiple template variables of the same type.
8+ - #1795 - Path segment capturing {*…} not correctly expanded.
9+ - #1792 - LinkBuilderSupport.toUri() double-encodes request parameters.
10+
411Changes in version 1.4.3 (2022-05-12)
512----------------------------------------
613- #1784 - 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 = 96 ;
41+ private static final int MILESTONE_ID = 97 ;
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