Skip to content

Commit

Permalink
Merge branch '2.5.x' into main
Browse files Browse the repository at this point in the history
Closes gh-27140
  • Loading branch information
mbhave committed Jul 1, 2021
2 parents 1f3b32c + 503d50f commit 1dc8fa1
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -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.

0 comments on commit 1dc8fa1

Please sign in to comment.