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
odrotbohm
changed the title
Make WebMVC-specific EntityLink beans conditional
Make sure that EntityLinks bean is only activated for Spring MVC
Jul 17, 2019
…n Spring WebMVC.
We now clearly separate the beans registered by configuration backing @EnableEntityLinks into the ones that depend on Spring MVC being used and commonly shared ones. Tweaked the setup of @EnableHypermediaSupport to rather include the individual configuration classes instead of using @EnableEntityLinks directly as that would always pull WebMVC specific components.
Related issue: spring-projects/spring-boot#16020
The text was updated successfully, but these errors were encountered: