Skip to content

Commit

Permalink
Replace MP Rest client simple name with FQN
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik authored and rsvoboda committed Oct 25, 2024
1 parent 120cb76 commit 732cc8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ quarkus.swagger-ui.always-include=true
quarkus.health.openapi.included=true
quarkus.http.http2=true
# HttpClient config
HealthClientService/mp-rest/url=http://localhost:${quarkus.http.port}
HealthClientService/mp-rest/scope=jakarta.inject.Singleton
io.quarkus.ts.http.advanced.reactive.HealthClientService/mp-rest/url=http://localhost:${quarkus.http.port}
io.quarkus.ts.http.advanced.reactive.HealthClientService/mp-rest/scope=jakarta.inject.Singleton
# FollowRedirect not supported QUARKUS-781
# HealthClientService/mp-rest/followRedirects=true
# gRPC
Expand Down
4 changes: 2 additions & 2 deletions http/http-advanced/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ quarkus.swagger-ui.always-include=true
quarkus.health.openapi.included=true
quarkus.http.http2=true
# HttpClient config
HealthClientService/mp-rest/url=http://localhost:${quarkus.http.port}
HealthClientService/mp-rest/scope=jakarta.inject.Singleton
io.quarkus.ts.http.advanced.HealthClientService/mp-rest/url=http://localhost:${quarkus.http.port}
io.quarkus.ts.http.advanced.HealthClientService/mp-rest/scope=jakarta.inject.Singleton
# FollowRedirect not supported QUARKUS-781
# HealthClientService/mp-rest/followRedirects=true
# gRPC
Expand Down

0 comments on commit 732cc8b

Please sign in to comment.