OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.69k stars 6.55k forks source link

Question: do you accept contributions to 6.x? #16698

Open dejj opened 1 year ago

dejj commented 1 year ago

I have discovered a bug in version 6.6.0, generating Java code. I am bound to Java 8. I cannot upgrade to openapi-generator 7.x, because 7.x requires Java 11. Do you still accept contributions to the 6.x line?

wing328 commented 1 year ago

you can use docker for development for example (which means you don't even need JDK installed).

can you please open an issue to track the bug?

dejj commented 1 year ago

I am bound to Java 8 for the target environment. If 6.x is not maintained, then I shall not develop a fix I can never use.

wing328 commented 1 year ago

openapi-generator 7.x can still generate code (e.g. Java clients) that work with JDK8.

Just that the project itself needs JDK11 to build and run

dejj commented 1 year ago

Unfortunately, I am bound to Java 8 for the build environment (TeamCity agents) as well. It's because of compliance :/