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 2.0.0-RC2 (2022-11-03)
5+ ----------------------------------------
6+ - #1869 - Upgrade to Spring Framework 6.0 RC3.
7+ - #1867 - Extract domain types from controller methods returning (Entity|Collection)Model instances for reflection.
8+ - #1866 - Extract types for AOT reflection from RepresentationModelAssemblers.
9+ - #1865 - Upgrade to Jackson 2.14 RC3.
10+
411Changes in version 2.0.0-RC1 (2022-10-12)
512----------------------------------------
613- #1861 - Upgrade to Reactor 2022.0 RC1.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 106 ;
41+ private static final int MILESTONE_ID = 108 ;
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