-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
Description
This issue tracks effort around Java 9+ (current java version is Java 10).
OpenAPI generator should run on Java 9+ on the classpath (modulepath could also be investigated, but It probably requires more work).
Keeping Java 8 minimal java version seems to be a good idea for the moment.
CI: Some CI Jobs should run on Java 9+.
For generated java code (jaxrs, spring, java clients, ...) we should ensure that the generated code also run on Java 9+. Generated code is probably impacted by java ee modules removal from Java SE in java 9+ (see Dependencies on JavaEE modules).