We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Trying to access a chain of sub resources results in a 405 method not allowed. This works perfectly on normal resteasy.
Expected behavior The sub resources should be located and called
Actual behavior a 405 is returned
To Reproduce git clone https://github.com/bcluap/quarkus-examples.git cd quarkus-examples/resteasy-reactive mvn clean test
Configuration Nothing abnormal
Screenshots Run the reproducer to see failures. Change the pom to non-reactive mode and all tests pass
Environment (please complete the following information): This is not environment-specific 999-SNAPSHOT and before
Additional context The project also includes another unrelated bug - uriinfo.getRequestUri.tostring has the query params duplicated
The text was updated successfully, but these errors were encountered:
/cc @FroMage, @geoand, @stuartwdouglas
Sorry, something went wrong.
Fix sub resource locators with no method annotations
01284d3
Fixes quarkusio#15357
@stuartwdouglas is this still an issue even with you #15363 in?
Thanks Stuart & Georgios. Working great
af1c4ce
Fixes quarkusio#15357 (cherry picked from commit 01284d3)
Successfully merging a pull request may close this issue.
Describe the bug
Trying to access a chain of sub resources results in a 405 method not allowed. This works perfectly on normal resteasy.
Expected behavior
The sub resources should be located and called
Actual behavior
a 405 is returned
To Reproduce
git clone https://github.com/bcluap/quarkus-examples.git
cd quarkus-examples/resteasy-reactive
mvn clean test
Configuration
Nothing abnormal
Screenshots
Run the reproducer to see failures. Change the pom to non-reactive mode and all tests pass
Environment (please complete the following information):
This is not environment-specific
999-SNAPSHOT and before
Additional context
The project also includes another unrelated bug - uriinfo.getRequestUri.tostring has the query params duplicated
The text was updated successfully, but these errors were encountered: