Skip to content
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

Don't assume context resolvers are always called from REST Client #46413

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Feb 21, 2025

The context resolver resolution could well be happening as part of JAX-RS Client call and not a high
level REST Client call

This comment has been minimized.

The context resolver resolution could well be happening
as part of JAX-RS Client call and not a high
level REST Client call

Fixes: quarkusio#46411
Copy link

quarkus-bot bot commented Feb 21, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit ee4a8f7.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@geoand geoand requested a review from cescoffier February 21, 2025 13:28
@cescoffier cescoffier merged commit 008b688 into quarkusio:main Feb 24, 2025
26 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.21 - main milestone Feb 24, 2025
@geoand geoand deleted the #46411 branch February 24, 2025 06:29
@gsmet gsmet modified the milestones: 3.21 - main, 3.19.1 Feb 24, 2025
@jmartisk jmartisk modified the milestones: 3.19.1, 3.15.4 Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom ContextResolver can not be used anymore for rest client since 3.13
4 participants