Merge branch '2.5.x' into main

Closes gh-27140
This commit is contained in:
Madhura Bhave 2021-07-01 16:02:35 -07:00
commit 1dc8fa14c9
1 changed files with 2 additions and 1 deletions

View File

@ -7,4 +7,5 @@ The `ObjectMapper` is customized by setting the various `spring.jackson.*` prope
You can take control of Spring HATEOAS's configuration by using `@EnableHypermediaSupport`.
Note that doing so disables the `ObjectMapper` customization described earlier.
NOTE: Spring HATEOAS support is not available for Spring Webflux applications yet.
NOTE: Spring Boot only supports Spring HATEOAS with Spring MVC.
Adding Spring HATEOAS to a Spring Boot application with Spring WebFlux can cause the application to fail.