-
Notifications
You must be signed in to change notification settings - Fork 563
Spring Data Rest is not compatible with Spring Framework 5.3.4 #1966
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
Comments
Framework is being more defensive (see spring-projects/spring-framework#26427) |
This could be a dupe of #1965 |
philwebb
added a commit
to philwebb/spring-data-rest
that referenced
this issue
Jan 26, 2021
Update `RepositoryRestMvcConfiguration` so that it attempts to find the `PathPatternParser` before calling `afterPropertiesSet` on the mappings. With Spring Framework 5.3.4 we can obtain the pattern parser as a bean. On earlier versions we trigger the `configurePathMatch` callback by obtaining the `mvcUrlPathHelper` bean. Fixes spring-projectsgh-1966
I've made some progress in this branch but unfortunately the build still fails due to #1959. I've reopened spring-projects/spring-framework#26428. |
Closing as duplicate of #1965. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: