spring-boot/spring-boot-project/spring-boot-autoconfigure
Brian Clozel 65ef899400 Use optimized request predicates for GraphQL endpoints
Prior to this commit, Spring Boot auto-configurations for GraphQL web
endpoint were implementing their own `RequestPredicate` instances for
HTTP endpoints. Those were composing predicates with the provided DSL.
While this is functionnally right, Spring for GraphQL now provides
predicates in order to:

* host the implementation in spring-graphql directly
* provide optimized predicates for faster matching and lower overhead

This commit switches the auto-configurations to using these new
predicates.

Closes gh-39652
2024-03-11 11:03:39 +01:00
..
src Use optimized request predicates for GraphQL endpoints 2024-03-11 11:03:39 +01:00
build.gradle Merge branch '3.1.x' 2023-12-05 11:51:03 +01:00