opensearch-project / opensearch-project/opensearch-java
[FEATURE] Pull dependency versions from OpenSearch
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 165
- Forks
- 250
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 26
Description
Is your feature request related to a problem?
Coming from: https://github.com/opensearch-project/opensearch-java/pull/160#discussion_r886210113
All dependencies java client needs are manually updated but not fetched from centralized location.
This causes pain to update dependencies in all repositories.
What solution would you like?
One solution we could use a centralized version catalog by gradle[1]. (Suggested by @reta)
[1] https://docs.gradle.org/current/userguide/platforms.html
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 reading the linked discussion in opensearch-java#160 and the Gradle version catalog documentation. Inspect how dependency versions are currently declared in this repository and identify the centralized location and repositories that would need to consume it. Done means dependency versions are pulled from the agreed OpenSearch catalog rather than maintained manually.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100