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

Make rest-client invocation context implement ArcInvocationContext #36123

Merged
merged 2 commits into from
Sep 26, 2023

Conversation

manovotn
Copy link
Contributor

Related to #36118

Introduced a copy of rest-client custom invocation context into Quarkus.
On top of that, we want this class to implement ArcInvocationContext instead of just InvocationContext so that it works with our own interceptors which can have the former type as a non-standard method param.

@brunobat
Copy link
Contributor

Added a test to the PR @manovotn

@geoand
Copy link
Contributor

geoand commented Sep 25, 2023

So it this ready to go?

@manovotn
Copy link
Contributor Author

So it this ready to go?

My understanding is that this should be a valid solution for #36118.
Though I am not sure if there is anything else needed for #36138

@manovotn manovotn marked this pull request as ready for review September 25, 2023 14:36
@manovotn manovotn linked an issue Sep 25, 2023 that may be closed by this pull request
@manovotn manovotn requested a review from brunobat September 25, 2023 14:40
@quarkus-bot

This comment has been minimized.

@geoand
Copy link
Contributor

geoand commented Sep 26, 2023

I rebased this so CI can hopefully pass now

@quarkus-bot
Copy link

quarkus-bot bot commented Sep 26, 2023

✔️ 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.

@geoand geoand merged commit aaa5689 into quarkusio:main Sep 26, 2023
28 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.5 - main milestone Sep 26, 2023
@manovotn manovotn deleted the issue36118_2 branch September 26, 2023 10:10
@gsmet gsmet modified the milestones: 3.5 - main, 3.4.2 Oct 3, 2023
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.

Restclient @WithSpan throws in java.lang.ClassCastException
4 participants