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

Register the StorkClientRequestFilter when we detect a URI starting with stork:// or storks:// #28296

Merged

Conversation

cescoffier
Copy link
Member

Fix #28292

@quarkus-bot
Copy link

quarkus-bot bot commented Sep 29, 2022

Thanks for your pull request!

The title of your pull request does not follow our editorial rules. Could you have a look?

  • title should not end up with dot

This message is automatically generated by a bot.

@cescoffier cescoffier added kind/bug Something isn't working triage/backport-2.13 labels Sep 29, 2022
@cescoffier cescoffier changed the title Register the StorkClientRequestFilter when we detect a URI starting with stork:// or storks://. Register the StorkClientRequestFilter when we detect a URI starting with stork:// or storks:// Sep 29, 2022
Copy link
Contributor

@geoand geoand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably move this logic to build time as a next step, but it's fine for now to overcome the original issue

Copy link
Contributor

@Sgitario Sgitario left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@aureamunoz aureamunoz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know very well this part about filters so this LGTM.
Shouldn't we add a test also?

Looking to the CI fails

@quarkus-bot

This comment has been minimized.

@cescoffier
Copy link
Member Author

Sorry got caught up by another urgent matter. I will have a look at the issues tomorrow morning.

(And here goes my blog post...)

@quarkus-bot

This comment has been minimized.

Registers the StorkClientRequestFilter when we detect a URI starting with stork:// or storks://.
@cescoffier cescoffier force-pushed the stork-registration-when-using-client-builder branch from 69ae399 to 1563b88 Compare September 30, 2022 07:30
@cescoffier
Copy link
Member Author

@Sgitario I added some tests.

Copy link
Contributor

@Sgitario Sgitario left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@quarkus-bot
Copy link

quarkus-bot bot commented Sep 30, 2022

Failing Jobs - Building 1563b88

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
✔️ JVM Tests - JDK 17
JVM Tests - JDK 17 MacOS M1 Set up runner ⚠️ Check → Logs Raw logs
✔️ JVM Tests - JDK 18

@gsmet gsmet merged commit 7814165 into quarkusio:main Sep 30, 2022
@quarkus-bot quarkus-bot bot added this to the 2.14 - main milestone Sep 30, 2022
@cescoffier cescoffier deleted the stork-registration-when-using-client-builder branch September 30, 2022 08:48
@gsmet gsmet modified the milestones: 2.14 - main, 2.13.1.Final Sep 30, 2022
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.

StorkClientRequestFilter not registered when using ClientBuilder to build a jax-rs client
5 participants