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

Add ability to pass in HttpClient into ArtifactoryClient factory method(s)

Open btiernay opened this issue 9 years ago • 2 comments

This is to avoid single connection issues in concurrent environments:

java.lang.IllegalStateException: Invalid use of BasicClientConnManager: connection still allocated.

by using a pooling connection manager implementation, as an example.

btiernay avatar Aug 20 '16 13:08 btiernay

Hey, I ran into the same issue, did you figure out a workaround to upload files in parallel? Stuck on this issue since past 2 days, ironically a relief that I am not alone. Thought I could use your experience on this. Any tips?

bhuvneshj avatar Sep 08 '16 18:09 bhuvneshj

@btiernay and @bhuvneshj, Thanks for sharing this need. We will soon start working on implementing this.

eyalbe4 avatar Sep 10 '16 10:09 eyalbe4