spring-boot/spring-boot-project
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
..
spring-boot Merge branch '3.2.x' 2024-03-04 10:27:45 +00:00
spring-boot-actuator Merge branch '3.2.x' 2024-02-21 15:27:57 -08:00
spring-boot-actuator-autoconfigure Simplify injection points declaration 2024-02-27 13:46:59 -06:00
spring-boot-autoconfigure Use optimized request predicates for GraphQL endpoints 2024-03-11 11:03:39 +01:00
spring-boot-dependencies Refine links in spring-boot-dependencies 2024-03-08 20:00:09 -08:00
spring-boot-devtools Update copyright header of cleaned up code 2024-01-23 10:18:50 -08:00
spring-boot-docker-compose Disable test on AARCH64 2024-02-28 17:59:47 +01:00
spring-boot-docs Merge branch '3.2.x' 2024-02-28 13:00:50 +01:00
spring-boot-parent Make dependency management of jakarta.inject-api public 2024-02-23 09:47:17 +00:00
spring-boot-starters Change dateformat for git-commit-id-maven-plugin 2024-02-28 13:01:44 +01:00
spring-boot-test Upgrade to HttpClient5 5.3.1 2024-02-22 10:10:05 +00:00
spring-boot-test-autoconfigure Merge branch '3.2.x' 2024-02-21 15:27:57 -08:00
spring-boot-testcontainers Merge branch '3.2.x' 2024-02-21 15:27:57 -08:00
spring-boot-tools Fix tests on windows 2024-03-07 14:14:24 +01:00