OpenAPITools / OpenAPITools/openapi-generator
[Announcement][Java][RESTEasy][JBoss 6] Fix version incompatibility
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Hello, I have a question about openapi-maven-plugin-generator : by generating resteasy client, I saw generated version was > 3.0.0 so to use on JBoss version > 6. My question is : is there a way to specify resteasy version < 3 to run on JBoss 6, overriding <resteasy-version>3.1.3.Final</resteasy-version> property in maven (/modules/openapi-generator/src/main/resources/Java/libraries/resteasy/pom.mustache) ?
Thank you,
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with modules/openapi-generator/src/main/resources/Java/libraries/resteasy/pom.mustache and inspect how the resteasy-version property is used in the generated Maven client. Check whether the template allows a version below 3 for JBoss 6, and verify that the generated pom uses the requested version when the change is complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100