Update dependency com.netflix.graphql.dgs:graphql-dgs-platform-dependencies to v12#301
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency com.netflix.graphql.dgs:graphql-dgs-platform-dependencies to v12#301renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.1.0→12.0.0Release Notes
Netflix/dgs-framework (com.netflix.graphql.dgs:graphql-dgs-platform-dependencies)
v12.0.0Jackson 3 support
DGS now supports Jackson 3 (
tools.jackson.*) alongside the existing Jackson 2 (com.fasterxml.jackson.*) integration. Jackson 3 is the auto-configured default while Jackson 2 remains supported as an opt-in.Core Changes (autoconfigured)
DgsJsonMapper(com.netflix.graphql.dgs.json.DgsJsonMapper) — a Jackson-agnostic abstraction the framework uses internally for serialization, deserialization, and JSON-Path configuration.DgsSpringGraphQLAutoConfigurationregisters aJackson3DgsJsonMapperbean by default whentools.jackson.databind.json.JsonMapperis on the classpath.dgs.graphql.preferred-json-mapper(jackson3|jackson2) lets you force a mapper when both versions are available on the classpath.graphql-dgs-jackson2opt-in module — pull this in to restore Jackson-2-based auto-configuration on apps not ready to move.DgsJsonMapperMissingException+DgsMapperFailureAnalyzergraphql-dgs-client(new client classes)A parallel set of
Dgs*client classes/interfaces that program againstDgsJsonMapperinstead of a Jackson 2ObjectMapper.The existing
GraphQLClient/MonoGraphQLClient/ReactiveGraphQLClientandCustomGraphQLClient/WebClientGraphQLClient/RestClientGraphQLClienttypes are deprecated but kept for binary compatibility — they now extend the new interfaces via bridge defaults so libraries compiled against older versions continue to link.New surface:
DgsGraphQLClient,DgsMonoGraphQLClient,DgsReactiveGraphQLClient.DgsGraphQLResponse,DefaultDgsGraphQLResponse.DgsCustomGraphQLClient,DgsCustomMonoGraphQLClient,DgsWebClientGraphQLClient,DgsRestClientGraphQLClient,DgsGraphqlSSESubscriptionGraphQLClient.DgsGraphQLRequestOptions(Jackson-agnostic; replacesGraphQLRequestOptions.createCustomObjectMapper).Jackson3DgsJsonMapperAdapter(default) andJackson2DgsJsonMapperAdapterfor callers still on Jackson 2.Migration
Dgs*interfaces and pass aDgsJsonMapperinstead of anObjectMapper.graphql-dgs-jackson2to their classpath.What's Changed
Full Changelog: Netflix/dgs-framework@v11.1.0...v12.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.