You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been a known limitation of Springfox for over a year. Unfortunately, we can't continue to make compromises in Boot to maintain compatibility with a library that doesn't appear to be maintained any more. As suggested by @hpoettker, I've updated the release notes to mention the compatibility problem and link to the Springfox issue.
wilkinsona
changed the title
Path matching breaks compatibility even spring.mvc.pathmatch.matching-strategy=ant-path-matcher
Note that Springfox is incompatible with PathPattern-based path matching
Nov 22, 2021
Springfox doesn't support
PathPatternParser
, according to https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.6-Release-Notes#pathpattern-based-path-matching-strategy-for-spring-mvc, we can setspring.mvc.pathmatch.matching-strategy=ant-path-matcher
to revert the changes, It works fine.but it fails if
spring-boot-starter-actuator
present, I guess it cause by actuator endpoints do not respectspring.mvc.pathmatch.matching-strategy
:see springfox/springfox#3934
The text was updated successfully, but these errors were encountered: