You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: