File tree 2 files changed +13
-1
lines changed
test/java/org/springframework/hateoas/support
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Spring HATEOAS Changelog
2
2
========================
3
3
4
+ Changes in version 2.0.0 (2022-11-16)
5
+ ----------------------------------------
6
+ - #1880 - Upgrade to Spring Plugin 3.0.
7
+ - #1879 - Upgrade to Reactor 2022.0.0.
8
+ - #1878 - Upgrade Slf4j to 2.0.3.
9
+ - #1877 - Upgrade to Spring Framework 6.0.
10
+ - #1876 - Upgrade Logback to 1.4.4.
11
+ - #1875 - Upgrade to Jakarta Servlet API 6.0.
12
+ - #1874 - Upgrade to Kotlin 1.7.21.
13
+ - #1873 - Upgrade to Mockk 1.13.2.
14
+ - #1863 - Upgrade to Jackson 2.14.
15
+
4
16
Changes in version 2.0.0-RC2 (2022-11-03)
5
17
----------------------------------------
6
18
- #1869 - Upgrade to Spring Framework 6.0 RC3.
Original file line number Diff line number Diff line change 38
38
*/
39
39
class ChangelogCreator {
40
40
41
- private static final int MILESTONE_ID = 108 ;
41
+ private static final int MILESTONE_ID = 107 ;
42
42
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed" ;
43
43
44
44
public static void main (String ... args ) {
You can’t perform that action at this time.
0 commit comments