Upgrade to GraphQL Java 24.0

This commit sets the new GraphQL Java baseline to 24.0 for this Spring
for GraphQL generation.

This also uses the new `DataLoader#getName` property in the batch loader
registry and the observability instrumentation.

Closes gh-1210
Closes gh-1211
This commit is contained in:
Brian Clozel
2025-05-16 09:27:24 +02:00
parent 998ba45fb5
commit 5747def15b
9 changed files with 53 additions and 40 deletions

View File

@@ -96,7 +96,7 @@ By default, the following KeyValues are created:
|===
|Name | Description
|`graphql.error.type` _(required)_|Class name of the data fetching error
|`graphql.loader.type` _(required)_|Class name of the elements being fetched.
|`graphql.loader.name` _(required)_|Name of the DataLoader being used.
|`graphql.outcome` _(required)_|Outcome of the GraphQL data fetching operation, "SUCCESS" or "ERROR".
|===