jfrog / jfrog/artifactory-client-java
Add remoteSearch boolean query param for supporting GAVC search for Virtual and Remote Repositories
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 331
- Forks
- 163
- Avg merge
- 20h 9m
- Merged PRs (30d)
- 1
Description
Add a support of the new query param for GAVC search for Virtual and Remote Repositories.
remoteSearch is a Boolean param that indicates if the GAVC search goes to virtual/remote repositories.
there is already support of searching by groupId, artifactId, version and classifier and now remoteSearch also should be added.
Contributor guide
No contributing guide indexed for this repository
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
Locate the existing GAVC search methods that support groupId, artifactId, version, and classifier, then trace how their query parameters are assembled. Add support for the remoteSearch Boolean parameter for virtual and remote repositories, and verify that the generated request includes it when supplied.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100