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
A Spring WebFlux application that uses Spring HATEOAS and has properly excluded Spring MVC will blow up due to HypermediaAutoConfiguration pulling in WebMvcAutoConfiguration.
Can we somehow further constrain this autoconfiguration to not kick in the there is no Spring MVC on the classpath?
Right now, I have to set spring.hateoas.use-hal-as-default-json-media-type=false to manually turn off HateosConfiguration.