Can't use jakarta.ws.rs.client.ClientBuilder #37305
nicolasduminil
started this conversation in
Community
Replies: 1 comment 2 replies
-
From what I can see, you are using RESTEasy Classic so you would need |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In a Quarkus 3.3.3 REST service, I need to call another external REST service using
jakarta.ws.rs.client.ClientBuilder
. For some reason that I won't detail here, I can't use Microprofile REST Client API. After build, in thetarget/quarkus-app/lib/main/
I have the filejakarta.ws.rs.jakarta.ws.rs-api.3.1.0.jar
which contains the classjakarta.ws.rs.client.ClientBuilder
, as shown in the attached screen copy.However, at the runtime I get the following exception:
What is the provider for
jakarta.ws.rs.client.ClientBuilder
that I need to include in my dependencies ?Many thanks in advance.
Kind regards,
Nicolas
Beta Was this translation helpful? Give feedback.
All reactions