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

fix: Add support for multiple paths #2122

Merged

Conversation

geniegeist
Copy link
Contributor

@geniegeist geniegeist commented Dec 27, 2024

Issue #2118

@geniegeist geniegeist force-pushed the fix-multiple-paths-in-requestmapping branch from cf3a78e to f5c4f89 Compare December 27, 2024 13:55
@geniegeist geniegeist changed the title Add support for multiple paths fix: Add support for multiple paths Dec 27, 2024
@geniegeist geniegeist marked this pull request as ready for review December 27, 2024 14:03
@geniegeist geniegeist force-pushed the fix-multiple-paths-in-requestmapping branch from f5c4f89 to 7c9194a Compare December 27, 2024 14:15
@MikeEdgar MikeEdgar added this to the 4.0.6 milestone Jan 1, 2025
Copy link
Member

@MikeEdgar MikeEdgar left a comment

Choose a reason for hiding this comment

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

This is looking good, thanks @geniegeist . Could you have a look at my comment about the distinct path names? I think without that it has the potential to add duplicates in some cases.

@MikeEdgar MikeEdgar removed this from the 4.0.6 milestone Jan 7, 2025
@geniegeist geniegeist force-pushed the fix-multiple-paths-in-requestmapping branch from bc70118 to 0603753 Compare January 7, 2025 12:34
@MikeEdgar MikeEdgar added this to the 4.0.6 milestone Jan 7, 2025
@MikeEdgar MikeEdgar enabled auto-merge (squash) January 7, 2025 13:55
@MikeEdgar MikeEdgar disabled auto-merge January 7, 2025 16:39
@MikeEdgar MikeEdgar merged commit 189b019 into smallrye:main Jan 7, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

smallrye-open-api implements @RequestMapping wrong. Multiple paths are not supported.
2 participants