Skip to content

Investigate Java 9+ support #263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jmini opened this issue Jun 9, 2018 · 3 comments
Closed

Investigate Java 9+ support #263

jmini opened this issue Jun 9, 2018 · 3 comments

Comments

@jmini
Copy link
Member

jmini commented Jun 9, 2018

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).

@wing328
Copy link
Member

wing328 commented Oct 9, 2018

The project is now buildable with JDK9 via #1188

@wing328
Copy link
Member

wing328 commented Oct 9, 2018

For JDK10, the test (project build) passed via https://app.shippable.com/github/OpenAPITools/openapi-generator/runs/3433/summary/

@wing328
Copy link
Member

wing328 commented Jan 16, 2019

I think this can be closed.

@wing328 wing328 closed this as completed Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants