OpenAPITools / OpenAPITools/openapi-generator

[Announcement][Java][RESTEasy][JBoss 6] Fix version incompatibility

Open
#2,276 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Announcement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.