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

Replace testing against Java 15 with Java 17 #458

Closed fbenz closed 9 months ago

fbenz commented 2 years ago

JDK 15 is not supported anymore and JDK 17 is a new LTS version. Thus, we should test with JDK 17 in the test step. Compiling with Java 17 leads to test failures that still need to be analyzed.

fbenz commented 9 months ago

Archiving the project