You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Problem
Support for Apache HttpClient has been removed in Spring Framework 6.0, immediately replaced by org.apache.httpcomponents.client5:httpclient5 (note: this dependency has a different groupId), and so for Spring-Boot-3.
artifactory-client-java with version 2.13.1 seems still only to support the old apache client version: org.apache.http
For example while creating an ArtifactoryClient with the ArtifactoryClientBuilder.create() method, the method .addInterceptor()accepts an HttpRequestInterceptor which is org.apache.http and would newly be org.apache.hc.core5.http
Thank you for looking into this.
The text was updated successfully, but these errors were encountered:
Hi together
The Problem
Support for Apache HttpClient has been removed in Spring Framework 6.0, immediately replaced by
org.apache.httpcomponents.client5:httpclient5
(note: this dependency has a different groupId), and so for Spring-Boot-3.artifactory-client-java with version 2.13.1 seems still only to support the old apache client version:
org.apache.http
For example while creating an
ArtifactoryClient
with theArtifactoryClientBuilder.create()
method, the method.addInterceptor()
accepts an HttpRequestInterceptor which is org.apache.http and would newly beorg.apache.hc.core5.http
Thank you for looking into this.
The text was updated successfully, but these errors were encountered: