Closed fvanhovell-ing closed 1 year ago
@fvanhovell-ing On this repo, only jdk8 can be used (and this project seems abandoned). I have created a fork some time ago that was already able to run with jdk11. To make it run with jdk17, it was just a matter of updating the byte-buddy dependency. I have already uploaded a new artifact to maven central (should be shortly available).
<dependency>
<groupId>com.github.giuliopulina</groupId>
<artifactId>swagger-validator-maven-plugin</artifactId>
<version>1.2.6-giuliopulina</version>
</dependency>
You can see here that CI runs with jdk17
Problem solved for JDK 17
Returns following error when run from maven invocation: