Skip to content

Update dependency com.graphql-java:graphql-java to v19#108

Merged
donbeave merged 1 commit intomainfrom
renovate/major-graphql-java
Dec 2, 2022
Merged

Update dependency com.graphql-java:graphql-java to v19#108
donbeave merged 1 commit intomainfrom
renovate/major-graphql-java

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 27, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.graphql-java:graphql-java 18.3 -> 19.2 age adoption passing confidence

Release Notes

graphql-java/graphql-java

v19.2: 19.2

Compare Source

The 19.2 bug fix release has been created

What's Changed

Full Changelog: graphql-java/graphql-java@v19.1...v19.2

v19.1: 19.1

Compare Source

This bug fix release was made to address a specific NullPointerException problem if consumers are explicitly setting the ExecutionInput to null

See https://github.com/graphql-java/graphql-java/pull/2908 for the code details.

The other fixes are included because they are... well... fixes and where ready at the time.

What's Changed

New Contributors

Full Changelog: graphql-java/graphql-java@v19.0...v19.1

v19.0: 19.0

Compare Source

This is release 19.0 of GraphQL Java. It contains one breaking change.

It contains one security related bugfix hardening GraphQL Java more against malicious requests: #​2892

GraphQL Java now shades Antlr runtime to prevent any further dependency conflicts. Antlr is used internally for parsing and validating of GraphQL requests and SDL. #​2854

It includes some performance improvements (#​2786, #​2769, #​2839) and several bugfixes and general improvements.

Breaking change

#​2769 is an improvement to reduce object allocation. It can contain a breaking change if you would implement your own ChainedInstrumentation.

Change in behaviour

#​2878 introduces i18n for validation error messages, and by default will set locale to the JVM default locale

#​2799 changes the behaviour of the AST printer to use the shortest form available for query operation if possible. While semantically this is not a change, it might affect you.

Bugfixes

#​2892 Security bugfix to prevent DOS attacks

#​2818 Fix silent thread leak for chained instrumentation

#​2825 Fixup Introspection input field deprecation filterting

#​2842 fix runtime exception for deep async queries

#​2856 SchemaPrinter description bugfix

Improvements

#​2786 performance improvements for validation

#​2854 Shade Antlr Runtime

#​2896 Update DataLoader to 3.2.0

#​2878 i18n for validation error messages

#​2881 Improve SchemaPrinter

#​2872 Improve AST compact printing

#​2846 Subscription root field valiation

All changes

all PRs: https://github.com/graphql-java/graphql-java/milestone/38?closed=1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot force-pushed the renovate/major-graphql-java branch 4 times, most recently from f8805e7 to 423bcc6 Compare August 11, 2022 08:58
@renovate renovate Bot force-pushed the renovate/major-graphql-java branch from 423bcc6 to e031be1 Compare August 16, 2022 12:19
@renovate renovate Bot force-pushed the renovate/major-graphql-java branch from e031be1 to f8e881a Compare September 7, 2022 06:10
@renovate renovate Bot force-pushed the renovate/major-graphql-java branch from f8e881a to dcc25e6 Compare September 29, 2022 07:16
@renovate renovate Bot force-pushed the renovate/major-graphql-java branch 3 times, most recently from d751ff5 to 9acaac0 Compare November 26, 2022 20:00
@renovate renovate Bot force-pushed the renovate/major-graphql-java branch from 9acaac0 to 31a7178 Compare December 1, 2022 17:52
@donbeave donbeave merged commit 07eff8b into main Dec 2, 2022
@renovate renovate Bot deleted the renovate/major-graphql-java branch December 2, 2022 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant