-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
Compatibility with new PathMatcher #965
Comments
Hi, We are having the same issue here. The It looks like the code here inserted a For reference WebFlux uses the And many thanks to the author for bringing OpenAPI v3 to spring boot! |
Hello,
We are facing a problem when we try to use
org.springdoc:springdoc-openapi-ui
and enable the new PathMatcher in our webmvc application. The new PathMatcher is available for webmvc since spring-boot 2.4.0 and is intended to replace the AntMatcher.When we add the WebMvcConfigurer that I appended at the end, we get an error that says:
I think this might be related to an incompatibility that the spring-team mentions here: https://spring.io/blog/2020/06/30/url-matching-with-pathpattern-in-spring-mvc
Is springdocs compatible with mvc-applications that want to use the new PathPatter, or is this feature planned?
Kind regards and thank you for your work
Additional context
The text was updated successfully, but these errors were encountered: