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
The Spring MVC dependency in Spring Data REST's core module is only required as CorsRegistry and downstream types are located in Spring WebMVC. After some discussion with Jürgen, we agreed on changing the configuration model to rather receive a CorsRegistry in RepositoryRestConfigurer.configureRepositoryRestConfiguration(…) as that already lives in the WebMVC module