-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce per invocation override of REST Client's base URL #43331
Conversation
This is done by introducing the @url annotation that can be placed on a method parameter. When this parameter is not null, it will be used as the base URL for the specific invocation Closes: quarkusio#43316
🙈 The PR is closed and the preview is expired. |
Status for workflow
|
Status for workflow
|
This is done by introducing the
@Url
annotation that can be placed on a method parameter.When this parameter is not null, it will be used as the base URL for the specific invocation.