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

Add configuration option for resuming on 404 #38852

Merged
merged 2 commits into from
Feb 19, 2024
Merged

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Feb 19, 2024

This is a useful (albeit advanced) option for users
that want to use custom routes to handle
cases where RESTEasy Reactive does not match the
URL path.

This is a useful (albeit advanced) option for users
that want to use custom routes to handle
cases where RESTEasy Reactive does not match the
URL path.

Closes: quarkusio#38840
Copy link
Contributor

@ia3andy ia3andy left a comment

Choose a reason for hiding this comment

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

LGTM thanks!

@geoand geoand added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Feb 19, 2024
Copy link

quarkus-bot bot commented Feb 19, 2024

Status for workflow Quarkus CI

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

✅ 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 6e85aca into quarkusio:main Feb 19, 2024
42 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.9 - main milestone Feb 19, 2024
@quarkus-bot quarkus-bot bot added kind/bugfix and removed triage/waiting-for-ci Ready to merge when CI successfully finishes labels Feb 19, 2024
@geoand geoand deleted the #38840 branch February 19, 2024 12:25
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.

Default reactive route returns 404
2 participants