File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +18
-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-M6 (2022-09-15)
5+ ----------------------------------------
6+ - #1819 - Add build time initialization hint for native compilation for MediaTypes.
7+ - #1822 - Add required runtime hints for native compilation.
8+ - #1827 - Switch to Spring Asciidoctor backends for reference documentation.
9+ - #1828 - Upgrade to Reactor 2022.0.0 M6.
10+ - #1830 - DummyInvocationUtils's ThreadLocal cache causes classloader leak.
11+ - #1846 - Upgrade to Spring Plugin 3.0 M2.
12+ - #1847 - Upgrade to Spring Framework 6.0 M6.
13+ - #1848 - Upgrade to Mockk 1.12.7.
14+ - #1849 - Upgrade to JUnit 5.9.
15+ - #1850 - Upgrade to JSONPath 2.7.0.
16+ - #1851 - Upgrade to Jackson 2.13.4.
17+ - #1852 - Upgrade to JaCoCo 0.8.8.
18+ - #1853 - Upgrade to Logback 1.4.1.
19+ - #1854 - Upgrade to Artifactory Maven Plugin 3.4.0.
20+
421Changes in version 2.0 M5 (2022-07-15)
522----------------------------------------
623- #1817 - Improve JavaConfig for AOT use cases.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 102 ;
41+ private static final int MILESTONE_ID = 103 ;
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