OpenAPITools / OpenAPITools/openapi-generator
[REQ] openapi-generator-cli-unshaded
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Is your feature request related to a problem? Please describe.
We use openapi-generator-cli in our java codebase, and when we open our project in IntelliJ the classes of the transitive dependencies of openapi-generator-cli-4.0.0.jar uber jar appear in the classpath.
Describe the solution you'd like
We would like an unshaded version of the jar to be available so we can depend on it without including duplicate dependencies in our class path. See https://github.com/google/closure-compiler for an example of a CLI tool that provides an unshaded jar.
Describe alternatives you've considered
Another alternative would be to relocate the shaded classes so they don't conflict with the unshaded ones.
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 by reviewing how the openapi-generator-cli-4.0.0.jar artifact is packaged and how its dependencies are included. Provide an unshaded CLI jar that can be used without duplicate transitive dependencies, and verify that the published artifact meets that requirement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100