jfrog-client-go icon indicating copy to clipboard operation
jfrog-client-go copied to clipboard

fix: pass http.Client to all managers

Open ahippler opened this issue 5 months ago • 1 comments

  • [x] All tests passed. If this feature is not already covered by the tests, I added new tests.
  • [x] All static analysis checks passed.
  • [x] This pull request is on the dev branch.
  • [x] I used gofmt for formatting the code before submitting the pull request.

Before this change only the artifactory manager applied the httpClient of the config builder. Now all JfrogClientBuilder are in sync which caused some moved lines.

ahippler avatar Sep 23 '24 23:09 ahippler