-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Support not supplying a value for name in Spring Web @PathVariable #3992
Comments
@aureamunoz up to you :) |
Same probably goes for |
Ok. I will take a look! |
The change will be in the RESTEasy codebase - let me know when you look into this so I can point you in the right direction |
BTW, I can confirm that |
fixed in part on RESTEasy PR 2177 |
…ames Related to issue quarkusio#3992
…ames Related to issue quarkusio#3992
…iguration Related to issue quarkusio#3992
…ames Related to issue quarkusio#3992
…ames Related to issue quarkusio#3992
…ames Related to issue quarkusio#3992
…ames Related to issue quarkusio#3992
…ames Related to issue quarkusio#3992
…ames Related to issue quarkusio#3992
…iguration Related to issue quarkusio#3992
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. |
This has already been implemented |
…iguration Related to issue quarkusio#3992
In the current Quarkus integration when using Spring Web's
@PathVariable
one needs to supply a value forname
(orvalue
which is an alias) like so:In Spring Web this is not absolutely necessary because Spring can use the method parameter name (if the
-parameter
flag has been supplied during source code compilation).We should try and do the same.
See: quarkusio/quarkusio.github.io#289
The text was updated successfully, but these errors were encountered: