OpenLiberty / OpenLiberty/liberty-tools-eclipse
Add ability to suggest adding Liberty/Jakarta/API dependencies to pom.xml/build.gradle from Java code
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 16
- Forks
- 20
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 16
Description
If I copy/paste an API into my Java source, it would be nice to get assistance suggesting what dependencies to add to my app.
Especially something that's not already covered by the aggregate Jakarta/MicroProfile platform dependencies, like com.ibm.websphere.security.jwt.JwtConsumer.
What does the dev mode generateFeatures already do here?
Investiagte.
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 investigating what dev mode's generateFeatures already does for APIs copied into Java source. Compare the requested dependency suggestions for Liberty/Jakarta/MicroProfile APIs with pom.xml and build.gradle, including com.ibm.websphere.security.jwt.JwtConsumer. Done means determining the existing coverage and defining the dependency-suggestion behavior needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, developer-experience
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100