artifactory-client-java icon indicating copy to clipboard operation
artifactory-client-java copied to clipboard

Artifactory REST Client Java API bindings

Results 113 artifactory-client-java issues
Sort by recently updated
recently updated
newest added

**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...

bug

Is it possible to add Terraform repositories support in this client ?

feature request

- [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...

bug

**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...

feature request

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...

feature request

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.: ```...

question

**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...

feature request