Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump com.graphql-java:graphql-java from 21.1 to 21.2 #2488

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

yeikel
Copy link
Contributor

@yeikel yeikel commented Oct 17, 2023

Summary :

This is a release with new features and bugfixes. There are no breaking changes.

Full release notes :

https://github.com/graphql-java/graphql-java/releases/tag/v21.2

@OneOf directive
We've implemented the @OneOf directive for input objects. From the graphql/graphql-spec#825:

OneOf Input Objects are a special variant of Input Objects where the type system asserts that exactly one of the fields must be set and non-null, all others being omitted

This will soon be a new built-in directive in the GraphQL specification.

The directive is currently labelled as experimental inside graphql-java while we wait for the RFC to be formally approved. The final step before the RFC is approved is your feedback! If you're using @OneOf, please share your thoughts on the graphql/graphql-spec#825 on the GraphQL Working Group repository.

DataLoader version 3.2.1 released
We've released a new version of java-dataloader including a new ticker mode and predicates per dataloader. See the release notes for more details.

What's Changed
Add max depth option to ExecutableNormalizedOperationFactory by @gnawf in graphql-java/graphql-java#3268
Handle repeated query directives by @gnawf in graphql-java/graphql-java#3270
Update readme by @dondonz in graphql-java/graphql-java#3273
Wrap NumberFormatException by @arthurscchan in graphql-java/graphql-java#3282
Bump org.openjdk.jmh:jmh-core from 1.36 to 1.37 by https://github.com/dependabot in graphql-java/graphql-java#3289
Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre by https://github.com/dependabot in graphql-java/graphql-java#3284
Bump org.openjdk.jmh:jmh-generator-annprocess from 1.36 to 1.37 by https://github.com/dependabot in graphql-java/graphql-java#3290
deprecated default value method produces bad results by @bbakerman in graphql-java/graphql-java#3286
write query directives from ENF to AST by @russellyou in graphql-java/graphql-java#3295
Add SchemaPrinter AST comments support by @vadimofd in graphql-java/graphql-java#3287
Bug 3276 - default values not being used correctly during validation by @bbakerman in graphql-java/graphql-java#3278
Experimental - oneOf directive support by @bbakerman in graphql-java/graphql-java#3275
add directiveName as property to AppliedDirectiveLocationDetail by @faizan-siddiqui in graphql-java/graphql-java#3297
Schema Printer - add deprecation reason printing and fix missing deprecated directive on argument by @vadimofd in graphql-java/graphql-java#3298
Added support for async create state in instrumentmentations by @bbakerman in graphql-java/graphql-java#3302
The last Java unit test by @bbakerman in graphql-java/graphql-java#3305
Permit parent restricted nodes to map to isolated nodes by @gnawf in graphql-java/graphql-java#3304
Bump org.codehaus.groovy:groovy from 3.0.18 to 3.0.19 by https://github.com/dependabot in graphql-java/graphql-java#3307
Use the non deprecated method in InstrumentationExamples.java by @appreciated in graphql-java/graphql-java#3265
Update security policy by @dondonz in graphql-java/graphql-java#3316
guava version fix for master by @bbakerman in graphql-java/graphql-java#3321
Bump actions/checkout from 3 to 4 by https://github.com/dependabot in graphql-java/graphql-java#3325
ES errors test to lock in current behavior by @bbakerman in graphql-java/graphql-java#3327
Fix OSGi bundle manifest by @geichelberger in graphql-java/graphql-java#3313
Allow schema diff to use SDL document to enforce directives by @ndejaco2 in graphql-java/graphql-java#3344
The ability to get the source location of a schema element by @bbakerman in graphql-java/graphql-java#3340
Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3 by https://github.com/dependabot in graphql-java/graphql-java#3350
Build cache fixes by @Duhemm in graphql-java/graphql-java#3335
Issue 3332 - overlapping aliases should be prevented by @bbakerman in graphql-java/graphql-java#3334
graphql-java/graphql-java#3267 clear directives schema usage bug fix by @bbakerman in graphql-java/graphql-java#3272
removed synchronised from code base as much as possible for VT by @bbakerman in graphql-java/graphql-java#3317
Update DataLoader to 3.2.1 by @dondonz in graphql-java/graphql-java#3351

@yeikel
Copy link
Contributor Author

yeikel commented Oct 17, 2023

@tsegismont CI happy but let me know if I should update any other project

Thanks!

Copy link
Contributor

@tsegismont tsegismont left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you !

@tsegismont tsegismont merged commit 5d1d272 into vert-x3:master Oct 18, 2023
@yeikel yeikel deleted the patch-2 branch October 18, 2023 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants