artifactory-client-java
artifactory-client-java copied to clipboard
Artifactory REST Client Java API bindings
**Describe the bug** XRay identifies all the perl bundles as https://nvd.nist.gov/vuln/detail/CVE-2020-16156 **To Reproduce** Place perl-base:0:5.26 and scan with xray **Expected behavior** This 3pp should not have been reported as vulnerable...
Is it possible to add Terraform repositories support in this client ?
- [x] All [tests](https://github.com/jfrog/artifactory-client-java#building-and-testing-the-sources) passed. If this feature is not already covered by the tests, I added new tests. - [x] This pull request is on the dev branch. -----
Hi, when I operate repository, my process finished with exit. Here is my code ``` Artifactory artifactory = ArtifactoryClientBuilder.create() .setUrl("http://192.168.1.**:8081/artifactory") .setUsername("admin") .setPassword("?????") .build(); DebianRepositorySettingsImpl settings = new DebianRepositorySettingsImpl(); settings.setDebianTrivialLayout(true); Repository...
**Describe the bug** The DockerRepositorySettingsImpl class does *not* include a setter (or getter) for the dockerTagRetention property. This value *can* be set via the UI and is present in the...
**Is your feature request related to a problem? Please describe.** It would be good to be able to retrieve File Statistics for an artifact. There is a rest endpoint for...
Add remoteSearch boolean query param for supporting GAVC search for Virtual and Remote Repositories
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...
I understand JFrog uses libs that use Apache java libs. There is a security issue reported against Log4j. Does jfrog lib has direct/indirect dependency on log4j? Does a jfrog lib...
In the Java API there are two ways to get or set a remote repository's `listRemoteFolderItems` property, one via the `RemoteRepository` class, and one via the `RepositorySettings` class. E.g.: ```...
**Is your feature request related to a problem? Please describe.** Ya Currently I don't see a option to download complete using complete URL, we need to pass repository name as...