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

Vert.x routes are paused when RESTEasy is in the classpath #4564

Closed
lburgazzoli opened this issue Oct 15, 2019 · 7 comments
Closed

Vert.x routes are paused when RESTEasy is in the classpath #4564

lburgazzoli opened this issue Oct 15, 2019 · 7 comments
Labels
kind/bug Something isn't working triage/out-of-date This issue/PR is no longer valid or relevant
Milestone

Comments

@lburgazzoli
Copy link
Contributor

Describe the bug
After switching to quarkus 0.24.0 in camel-quarkus, the platform http component is unable to handle request because the vert.x route is paused when resteasy is added to the classpath.

A workaround is top resume routes, like we do here:
https://github.com/lburgazzoli/apache-camel-quarkus/blob/quarkus-0.24.0/extensions/platform-http/runtime/src/main/java/org/apache/camel/quarkus/component/platform/http/runtime/QuarkusPlatformHttpConsumer.java#L109-L114

Expected behavior
We should not need to explicit resume routes

@lburgazzoli lburgazzoli added the kind/bug Something isn't working label Oct 15, 2019
@lburgazzoli
Copy link
Contributor Author

//cc: @stuartwdouglas

@stale
Copy link

stale bot commented Nov 13, 2019

This issue/pullrequest has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Nov 13, 2019
@maxandersen maxandersen removed the stale label Nov 13, 2019
@gsmet
Copy link
Member

gsmet commented Nov 18, 2019

@lburgazzoli @stuartwdouglas is it still an issue? I know we fixed several similar issues recently.

@stuartwdouglas
Copy link
Member

@lburgazzoli I believe this is fixed?

@lburgazzoli
Copy link
Contributor Author

need to test it, will do it tomorrow

lburgazzoli added a commit to lburgazzoli/apache-camel-quarkus that referenced this issue Nov 20, 2019
@lburgazzoli
Copy link
Contributor Author

I confirm it is fixed.
Do you have any commit I can use on my side as a reference ?

lburgazzoli added a commit to lburgazzoli/apache-camel-quarkus that referenced this issue Nov 20, 2019
lburgazzoli added a commit to apache/camel-quarkus that referenced this issue Nov 20, 2019
@stuartwdouglas
Copy link
Member

I think it was 86a790a

@stuartwdouglas stuartwdouglas added the triage/out-of-date This issue/PR is no longer valid or relevant label Nov 20, 2019
@gsmet gsmet added this to the 0.27.0 milestone Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working triage/out-of-date This issue/PR is no longer valid or relevant
Projects
None yet
Development

No branches or pull requests

4 participants