-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: graphql-java/graphql-java
base: v18.0
head repository: graphql-java/graphql-java
compare: v18.1
- 17 commits
- 37 files changed
- 9 contributors
Commits on Mar 24, 2022
-
Make public static fields immutable in ScalarInfo (#2770)
Public static fields in ScalarInfo were exposing mutable collections that are obviously not intended to be modified. Switch to immutable collection types to avoid accidental mutation.
Configuration menu - View commit details
-
Copy full SHA for a5b1383 - Browse repository at this point
Copy the full SHA a5b1383View commit details
Commits on Mar 27, 2022
-
Improve NonNullableValueCoercedAsNullException message (#2774)
* Add full error message for NonNullableValueCoercedAsNullException * Add tests for improved NonNullableValueCoercedAsNullException * Remove empty path and improve grammar
Configuration menu - View commit details
-
Copy full SHA for e6c95b8 - Browse repository at this point
Copy the full SHA e6c95b8View commit details
Commits on Apr 3, 2022
-
Make public static fields immutable in DirectiveInfo (#2781)
Public static fields in DirectiveInfo were exposing mutable collections that are obviously not intended to be modified. Switch to immutable collection types to avoid accidental mutation.
Configuration menu - View commit details
-
Copy full SHA for 66fcb3d - Browse repository at this point
Copy the full SHA 66fcb3dView commit details -
Replace usage of Stack with Deque / ArrayDeque (#2780)
Replace Stack with ArrayDeque in TypeInfo.
Configuration menu - View commit details
-
Copy full SHA for aeac9ca - Browse repository at this point
Copy the full SHA aeac9caView commit details -
Fix argument / format string mismatches (#2779)
Fix instances where too many or too few arguments were supplied to String.format.
Configuration menu - View commit details
-
Copy full SHA for 7691ee9 - Browse repository at this point
Copy the full SHA 7691ee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ffff7 - Browse repository at this point
Copy the full SHA 29ffff7View commit details
Commits on Apr 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f0d3036 - Browse repository at this point
Copy the full SHA f0d3036View commit details -
GraphQL Specification link updated (#2785)
* GraphQL Specification link updated * http to https
Configuration menu - View commit details
-
Copy full SHA for e95283f - Browse repository at this point
Copy the full SHA e95283fView commit details
Commits on Apr 13, 2022
-
Variable document compilation now handles enums properly AND also tha…
…t some values can be null (#2784)
Configuration menu - View commit details
-
Copy full SHA for 2148cdf - Browse repository at this point
Copy the full SHA 2148cdfView commit details
Commits on Apr 16, 2022
-
Add ParserOption to ignore single-line comments (#2788)
This commit adds the ability to ignore single-line comments during AST conversion. Fixes #2767
Configuration menu - View commit details
-
Copy full SHA for 66595fa - Browse repository at this point
Copy the full SHA 66595faView commit details
Commits on Apr 17, 2022
-
Add missing annotations in DelegatingDataFetchingEnvironment (#2797)
DelegatingDataFetchingEnvironment was missing Deprecated and Override annotations.
Configuration menu - View commit details
-
Copy full SHA for 2c39728 - Browse repository at this point
Copy the full SHA 2c39728View commit details -
Fix instances of incorrectly sized Maps and Sets (#2798)
Fix a few occurrences where a Map or Set was initialized with an initial capacity value N, and then immediately filled with N items, which would always trigger a resize.
Configuration menu - View commit details
-
Copy full SHA for 9bf8487 - Browse repository at this point
Copy the full SHA 9bf8487View commit details
Commits on Apr 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 12c7c4e - Browse repository at this point
Copy the full SHA 12c7c4eView commit details
Commits on Apr 26, 2022
-
Make some inner classes static (#2804)
There were a few instances where inner classes were used unnecessarily over static inner classes.
Configuration menu - View commit details
-
Copy full SHA for a9a8a29 - Browse repository at this point
Copy the full SHA a9a8a29View commit details
Commits on Apr 27, 2022
-
Fix
AstPrinterto print field descriptions (#2808)* Fix AstPrinter to print field descriptions * consider compact mode * fix autoformatted lines * fix autoformatted imports * fix `IntrospectionResultToSchemaTest.groovy` test * fix `IntrospectionResultToSchemaTest.groovy` test
Configuration menu - View commit details
-
Copy full SHA for 5e7d856 - Browse repository at this point
Copy the full SHA 5e7d856View commit details
Commits on Apr 29, 2022
-
Make some static fields final (#2803)
Make some static fields final, and avoid unnecessary boxing in UnicodeUtils.
Configuration menu - View commit details
-
Copy full SHA for 7086a3e - Browse repository at this point
Copy the full SHA 7086a3eView commit details -
Max query depth called later in beginExecuteOperation (#2773)
* Investigation of NonNullableValueCoercedAsNullException is being thrown in MaxQueryDepthInstrumentation * MaxQueryDepthInstrumentation and MaxQueryComplexityInstrumentation now are called at execution time not after validation * use atomic ref
Configuration menu - View commit details
-
Copy full SHA for b424f98 - Browse repository at this point
Copy the full SHA b424f98View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v18.0...v18.1