Skip to content

Commit 7be7154

Browse files
committed
Update relocated artifacts and Singleton from javax to jakarta
1 parent e544340 commit 7be7154

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

013-quarkus-oidc-restclient/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
</dependency>
3131
<dependency>
3232
<groupId>io.quarkus</groupId>
33-
<artifactId>quarkus-oidc-client-filter</artifactId>
33+
<artifactId>quarkus-resteasy-client-oidc-filter</artifactId>
3434
</dependency>
3535
<dependency>
3636
<groupId>io.quarkus</groupId>
37-
<artifactId>quarkus-oidc-token-propagation</artifactId>
37+
<artifactId>quarkus-resteasy-client-oidc-token-propagation</artifactId>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.keycloak</groupId>

013-quarkus-oidc-restclient/src/main/resources/application.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ quarkus.oidc-client.test-user.grant-options.password.password=test-user
2828

2929
# RestClient
3030
io.quarkus.qe.ping.clients.PongClient/mp-rest/url=http://localhost:8081
31-
io.quarkus.qe.ping.clients.PongClient/mp-rest/scope=javax.inject.Singleton
31+
io.quarkus.qe.ping.clients.PongClient/mp-rest/scope=jakarta.inject.Singleton
3232

3333
io.quarkus.qe.ping.clients.ReactivePongClient/mp-rest/url=http://localhost:8081
34-
io.quarkus.qe.ping.clients.ReactivePongClient/mp-rest/scope=javax.inject.Singleton
34+
io.quarkus.qe.ping.clients.ReactivePongClient/mp-rest/scope=jakarta.inject.Singleton
3535

3636
io.quarkus.qe.ping.clients.LookupAuthorizationPongClient/mp-rest/url=http://localhost:8081
37-
io.quarkus.qe.ping.clients.LookupAuthorizationPongClient/mp-rest/scope=javax.inject.Singleton
37+
io.quarkus.qe.ping.clients.LookupAuthorizationPongClient/mp-rest/scope=jakarta.inject.Singleton
3838

3939
io.quarkus.qe.ping.clients.AutoAcquireTokenPongClient/mp-rest/url=http://localhost:8081
4040

0 commit comments

Comments
 (0)