ScaCap / spring-auto-restdocs

Spring Auto REST Docs is an extension to Spring REST Docs
https://scacap.github.io/spring-auto-restdocs/
Apache License 2.0
310 stars 86 forks source link

Update test matrix and sample projects for Java 14 #382

Closed fbenz closed 4 years ago

fbenz commented 4 years ago

With this update of our test matrix we make sure that we support all currently supported Java versions: Java 8 and 11 are long term support versions and Java 14 is the current non-LTS version.

JDK 14 reached General Availability on 17 March 2020. Because JDK 13 is no long term support version, it's not supported anymore.

Spring Boot added support for Java 14 in 2.2.6.

Gradle added support for Java 14 in 6.3. compile and testCompile have been deprecated and implementation and testImplementation should be used instead.

fbenz commented 4 years ago

The Travis build was successful but it's not shown by GitHub here at the moment.