Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/graphql-java/graphql-java

GraphQL Java implementation
https://github.com/graphql-java/graphql-java

Merge pull request #3135 from graphql-java/dependabot/gradle/biz.aQute.bnd.builder-6.4.0

Bump biz.aQute.bnd.builder from 6.3.1 to 6.4.0

40c380ac6f41c25087a9ba05d959d1ffcb46404a authored over 1 year ago by dondonz <[email protected]>
Merge pull request #3134 from graphql-java/dependabot/gradle/com.google.guava-guava-31.1-jre

Bump com.google.guava:guava from 31.0.1-jre to 31.1-jre

66d5d0477b90699338e9cbbe4e916fe130a0136b authored over 1 year ago by dondonz <[email protected]>
Merge pull request #3157 from gnawf/check-for-default-value-changes

Check for default value changes

c8fe10070abf2890b570f0e92971f7c77af0c7a9 authored over 1 year ago by dondonz <[email protected]>
Check for default value changes when argument type changes

532042ef4966c766761777631f24945808c2e62d authored over 1 year ago by Franklin Wang <[email protected]>
Merge pull request #3156 from gnawf/fix-diff-on-argument-move

Correct diff when argument is "moved" and the type is changed

8bb6464eecd3f82e1141e08444129bb30f63a985 authored over 1 year ago by Andreas Marek <[email protected]>
Fix edge case for argument type modification on renamed container

ae2dd1078eb27d00fe9dfc7c59a72797ec3104e5 authored over 1 year ago by Franklin Wang <[email protected]>
Fix cases where argument was already added or deleted

3210fbc58f7da5e84e378d078cfce8eda65ccffb authored over 1 year ago by Franklin Wang <[email protected]>
Correct diff when argument is "moved" and the type is changed

e0303dcecc537d5692efad2e83af885c3b2a0b4b authored over 1 year ago by Franklin Wang <[email protected]>
Merge pull request #3148 from graphql-java/limit-characters-to-parse

Have a limit on how many characters are presented to the Parser

fabc3e0c54ac8a06b0dee15d1d127784f0aee25d authored over 1 year ago by Brad Baker <[email protected]>
Merge pull request #3154 from gnawf/fix-applied-argument-deleted-on-field

Fix applied argument deleted on field

85765bf5bee2f2c913bef76b14ebf5f3cecf4951 authored over 1 year ago by Andreas Marek <[email protected]>
Fix applied argument deleted on field

836b54b1fe28db8c050eb1ce39630d0b32f63fe1 authored over 1 year ago by Franklin Wang <[email protected]>
Merge pull request #3151 from graphql-java/show_test_failures_in_builds

Show test failures in builds

6a4744d1da023436dd572578782e81e406416a26 authored over 1 year ago by Brad Baker <[email protected]>
This has a listener to show what tests failed - better types

0a8ef5379960cd3d7c5ba7895ede0938034b0bc3 authored over 1 year ago by Brad Baker <[email protected]>
This has a listener to show what tests failed - @ignored

3d1a2082112a5b3d1212af5da6fe0b35f06362e4 authored over 1 year ago by Brad Baker <[email protected]>
This has a listener to show what tests failed

d89882f043bdf6f0a21b13ee521151f2f1553382 authored over 1 year ago by Brad Baker <[email protected]>
Merge pull request #3150 from gnawf/fix-argument-added

Fix argument added to new type

042f3a2522ca51b5b74fe88e5192e3d704c4095f authored over 1 year ago by Andreas Marek <[email protected]>
Fix argument added to new type

df576421d533c4dce48c8fedfe5b8ae5b6c4b723 authored over 1 year ago by Franklin Wang <[email protected]>
Have a limit on how many characters are presented to the Parser- tweaked test and doco

ceb63c7a3ca35d6b2ea713e5b5f895957f88af1e authored over 1 year ago by Brad Baker <[email protected]>
Have a limit on how many characters are presented to the Parser- java 8

30c1e6c3b26fec177e274663f0f7cc5d60618cfa authored over 1 year ago by Brad Baker <[email protected]>
Have a limit on how many characters are presented to the Parser

5f204f280d2776291d1f3a680a21d7e64cf6f6f7 authored over 1 year ago by Brad Baker <[email protected]>
Merge pull request #3146 from gnawf/diffing-fixes-2

Diffing fixes 2

dbdfb4a873784f560ba419b049a6da72e13038dd authored almost 2 years ago by Andreas Marek <[email protected]>
Fix argument deletion when type is deleted

24de5c70338027111ea883547117c1c3ad0765b2 authored almost 2 years ago by Franklin Wang <[email protected]>
Fix field rename on description change

34064419e1b105391eddc2ac7b1296627005d044 authored almost 2 years ago by Franklin Wang <[email protected]>
Add more running checks in some loops

6b32c1eab409fbbbacb787f1f5d2ab509b8f55cb authored almost 2 years ago by Franklin Wang <[email protected]>
Merge pull request #3094 from ashatch/1806-unique-object-field-name

UniqueObjectFieldName validation rule (#1806)

4aedac72787167699dfc3798676c297cb85b79df authored almost 2 years ago by Andreas Marek <[email protected]>
Bump biz.aQute.bnd.builder from 6.3.1 to 6.4.0

Bumps [biz.aQute.bnd.builder](https://github.com/bndtools/bnd) from 6.3.1 to 6.4.0.
- [Release n...

5ab4a6e8d36e232834b1927971c0f2d8763c079d authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump com.google.guava:guava from 31.0.1-jre to 31.1-jre

Bumps [com.google.guava:guava](https://github.com/google/guava) from 31.0.1-jre to 31.1-jre.
- [...

858d4e2c77fb2ad6b7d2aa0bf6facbcb367d30cb authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3112 from graphql-java/prevent-stackoverflow-in-parser

Preventing stack overflow exceptions via limiting the depth of the parser rules

80e313597d0d9b03f9d28f4de4dbfa118705360f authored almost 2 years ago by Brad Baker <[email protected]>
Merge pull request #3119 from gnawf/add-diffing-stopper

Add manual stop on algorithm

4b4c0e720a1ba180fb864e70fbdeda8dd56cdd4d authored almost 2 years ago by Andreas Marek <[email protected]>
Tweaks to doco and also to allowing empty changes

9b77d48e790008f85881b3f6f054650a921e3ea2 authored almost 2 years ago by Brad Baker <[email protected]>
Bump actions/setup-java from 1 to 3

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
- [Release notes]...

08e2624358e90ace3c5ae213d68d7e6b3c3404ad authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3131 from graphql-java/dependabot/gradle/org.codehaus.groovy-groovy-3.0.16

Bump org.codehaus.groovy:groovy from 3.0.9 to 3.0.16

aa46bc21fd81b4ed1e7c4b44680ec8b7af647eb8 authored almost 2 years ago by Brad Baker <[email protected]>
Merge pull request #3129 from graphql-java/dependabot/github_actions/google-github-actions/auth-1.0.0

Bump google-github-actions/auth from 0.4.0 to 1.0.0

70f681efa0fc394f357cce838f99a72842f006cc authored almost 2 years ago by Brad Baker <[email protected]>
Merge pull request #3126 from graphql-java/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 1 to 3

cfae014bd0b72ec03c0405d60c97a2ffb720b5eb authored almost 2 years ago by Brad Baker <[email protected]>
Bump org.codehaus.groovy:groovy from 3.0.9 to 3.0.16

Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 3.0.9 to 3.0.16.
- [Re...

79b26681974d0510791b7bdaf0b0d81c51984848 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3132 from graphql-java/lint-dependencies

Remove unused dependencies

419ec6ce4579d8c03d9793ceac431a05c8514191 authored almost 2 years ago by dondonz <[email protected]>
Remove unused dependencies

bd92b1e228588ebc61d7039402f87bb87de1f18d authored almost 2 years ago by dondonz <[email protected]>
Merge pull request #3125 from graphql-java/dependabot/gradle/org.jetbrains-annotations-24.0.1

Bump org.jetbrains:annotations from 23.0.0 to 24.0.1

ec7d9459f7c3999bf9cbfa2c31765a29f29c0f68 authored almost 2 years ago by dondonz <[email protected]>
Bump google-github-actions/auth from 0.4.0 to 1.0.0

Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0.4.0 to ...

1bb13e1e37459fd3aab99bf45958c30d2a936f2a authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump org.testng:testng from 6.1.1 to 7.7.1

Bumps [org.testng:testng](https://github.com/cbeust/testng) from 6.1.1 to 7.7.1.
- [Release note...

cbc5bbedfcd513a8d876d54829efe9a306610f42 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/checkout from 1 to 3

Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3.
- [Release notes](htt...

8a9fd7d172c583623a2949d016140d1ed69787d0 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump org.jetbrains:annotations from 23.0.0 to 24.0.1

Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 23.0.0 to ...

4cebe33696d84251e6d7310690a78d524e66caa5 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3115 from yeikel/patch-1

Add dependabot configuration

11cddb804c884ef1bb1aafe429bf110cb5b9cbb8 authored almost 2 years ago by dondonz <[email protected]>
Update .github/dependabot.yml

Co-authored-by: dondonz <[email protected]>

04baf78c21b811d87099a3fcce349486471af63b authored almost 2 years ago by Yeikel <[email protected]>
Allow DataFetcherResult to set extension values during execution

1bbaeeae155ac492722957dc9d450b3c3cdbe3bc authored almost 2 years ago by Brad Baker <[email protected]>
Merge pull request #3122 from ahmadizm/typeErrorHandling

Gracefully returning null in cases of UnresolvedTypeException

7f0e4de23a731aadea9a8f71302826d6a6872df4 authored almost 2 years ago by Brad Baker <[email protected]>
Merge pull request #3095 from graphql-java/negative_lambda_support

Meta Lambda failures - make the code more resilient to class loader challenges

2839545c7766d5d1d06c8828b8daa5d2b0cf8f67 authored almost 2 years ago by Brad Baker <[email protected]>
Merge pull request #3085 from graphql-java/extensions_builder_on_by_default

Adding ExtensionsBuilder in the graphql context by default

469ab0d2d3bde129dc096bf1e5a4d6d2cc69277b authored almost 2 years ago by Brad Baker <[email protected]>
Gracefully returning null in cases of UnresolvedTypeException

The different code path that existed prior to this change would omit the calls to `onFieldValues...

3cc0a1c86dc3ba64dd14c816f4578b1b630dd1fa authored almost 2 years ago by Mehdi A <[email protected]>
Remove check on Thread.interrupted

53e84169b2ed9e8f6afb146704b09ec21ddb3b38 authored almost 2 years ago by Franklin Wang <[email protected]>
Mark as internal

8fb6ffadd51da835f314aa0b55f90ba51e219cd1 authored almost 2 years ago by Franklin Wang <[email protected]>
Remove unused import

005d521130c00536328cc859de33b7767f28b067 authored almost 2 years ago by Franklin Wang <[email protected]>
Fix doco

1ec477b7c1f2e913eb4848de4d44da7788697c3b authored almost 2 years ago by Franklin Wang <[email protected]>
Add manual stop on algorithm

bc0e805fb149a753b95852f23c6c9b22cf1ea141 authored almost 2 years ago by Franklin Wang <[email protected]>
Merge pull request #3088 from graphql-java/schema-block-check

Bugfix: do not use default operation name types if not included in schema definition block

09984d7c8b4b4a173a6f51df86634b1a70419046 authored almost 2 years ago by dondonz <[email protected]>
Add dependabot configuration

11cb9cccd0a13461374e37a67179e5fb721071ce authored almost 2 years ago by Yeikel <[email protected]>
Add schema is printed with the correct schema definition block

80dad981b57c2618579b516d57f6364b59004cfb authored almost 2 years ago by dondonz <[email protected]>
Add fix and tests

07b00fa5ad423b026a1ee400dbafd451b4e2c7a6 authored almost 2 years ago by dondonz <[email protected]>
Preventing stack overflow exceptions via limiting the depth of the parser rules - moving to 500 deep as a starting point

dcd9cf98e24e0297b61331cc812577c8793565a4 authored almost 2 years ago by Brad Baker <[email protected]>
Preventing stack overflow exceptions via limiting the depth of the parser rules

8a1c884c81c0b656db201cfd95881feb0f430a55 authored almost 2 years ago by Brad Baker <[email protected]>
Merge branch 'master' into schema-block-check

efe661acc845865115628ae54a8a8beaa443b9df authored almost 2 years ago by dondonz <[email protected]>
Merge pull request #3110 from graphql-java/downgrade-to-Java-8

Downgrade to Java 8 ahead of release

4c66935b22ed49b2aedf8d4cfcdc263f8f5994e5 authored almost 2 years ago by dondonz <[email protected]>
Fix list

73999f902957655da9480f5bee7446ccbf1d5108 authored almost 2 years ago by dondonz <[email protected]>
Downgrade German strings to pre UTF-8

c07d10a7b215774793313be65af1666732db8c14 authored almost 2 years ago by dondonz <[email protected]>
Downgrade ANTLR

a04dfa08719bb5e6c741ca193ae9c513fcf8d07b authored almost 2 years ago by dondonz <[email protected]>
Downgrade to Java 8 for non-breaking release

a855e2e00a72cf782963a6f8a7570b2f0f050c0c authored almost 2 years ago by dondonz <[email protected]>
Made class public

1e28acc3be4c360d3d211cf90de696a9dc51cf84 authored almost 2 years ago by Brad Baker <[email protected]>
Fixed SchemaTraverser so it can QUIT

9f00d250e160677bd09c13ef18f518031e530c5b authored almost 2 years ago by Brad Baker <[email protected]>
Added a new control type so we can know when thigns have changed

792f1cb8023bb005a4b09397f9c70dd0aa33558a authored almost 2 years ago by Brad Baker <[email protected]>
Merge pull request #3103 from gnawf/handle-enum-value-rename

Handle enum value rename

17e7bd260a8daff121300594a0a0acb538d917ba authored almost 2 years ago by Andreas Marek <[email protected]>
Handle enum value rename

cf9c2084dd0b0d40bf8ad1925643f15edbe6ce42 authored almost 2 years ago by Franklin Wang <[email protected]>
Merge pull request #3102 from gnawf/diffing-fixes

Fix type change and directive deletion problems in schema diffing

4580388ec816612867b87ae23674447f85053cb8 authored almost 2 years ago by Andreas Marek <[email protected]>
Add helper to check whether edge is a type

fb695efb018dbee37fa78196f9ae789cbeaf30f1 authored almost 2 years ago by Franklin Wang <[email protected]>
Remove redundant check

c3a54979fedff796aa5979059a1d2dab8fdd8768 authored almost 2 years ago by Franklin Wang <[email protected]>
Fix type change and directive deletion problems in schema diffing

c6d08f96e2fd746864e985048439703342b99834 authored almost 2 years ago by Franklin Wang <[email protected]>
Test for changing schema

18bf953dd58cb36fa61a0ca60331986202a2eec4 authored almost 2 years ago by Brad Baker <[email protected]>
Added schema to root vars

33cea4a01b0dc4107a20333bcef44e54682ce552 authored almost 2 years ago by Brad Baker <[email protected]>
Merge pull request #3097 from schaefa/issue/manifest-mf.order

Ensured that the MANIFEST.MF files is the first entry in the JAR File

94f924f7ba79a4521091da5b2f80427860da6ede authored almost 2 years ago by dondonz <[email protected]>
More work on smarter schema visitors

07def3998fb14e238ad9f2434450ac5508032c29 authored almost 2 years ago by Brad Baker <[email protected]>
No longer checking if access is possible fist - too hard to know

8c0110b2753f968730b429de3c29802db5918b70 authored almost 2 years ago by Brad Baker <[email protected]>
Support for checking if access is possible fist - now with log

4437aafaa14cbbea13b5330060ecee10224863f5 authored almost 2 years ago by Brad Baker <[email protected]>
Support for checking if access is possible fist

e1765126a73756338e5d6a2df45051e71a8929ce authored almost 2 years ago by Brad Baker <[email protected]>
Ensured that the MANIFEST.MF files is the

first entry in the JAR file as it is required for java.util.jar.JarFile to obtain the manfiest e...

de2f8b4aee64f05c4790f7f369278f4cd0b9fb5d authored almost 2 years ago by Andreas Schaefer <[email protected]>
MAJOR WIP - investigating Meta Lambda failures

485bfd03cf31d824f014a08fd2e54ec5ef83f25a authored almost 2 years ago by Brad Baker <[email protected]>
UniqueObjectFieldName validation rule (#1806)

59b2cc4c764e92271e74fd06ed90ede90b329e48 authored almost 2 years ago by Andrew Hatch <[email protected]>
Merge pull request #3093 from graphql-java/fix-javax-annotations

Replace javax nullable annotations with JetBrains equivalent

20dd35b5f6a6ec8439010bd2a27a9f307052214e authored almost 2 years ago by dondonz <[email protected]>
Replace javax nullable annotations with JetBrains equivalent

3f3b017e51f3b1c1bd241e37a883083a76c9bb04 authored almost 2 years ago by dondonz <[email protected]>
Now with control methods in the env

b869dcea7f045f67ae50c8638b3ae76f97c657db authored almost 2 years ago by Brad Baker <[email protected]>
Merge pull request #3091 from graphql-java/remove-sun-misc-from-manifest-mf

Remove sun.misc.* from MANIFEST.MF

34226139b7b1adbb7fff8139cb1dca5e04599989 authored almost 2 years ago by dondonz <[email protected]>
Remove sun.misc from manifest.mf

6dee6bf4897dc2e571c16050ffddd139376e7dde authored almost 2 years ago by dondonz <[email protected]>
Remove deprecated method

ea5be3fe013a73e7e465e83ad51332219dfda79d authored almost 2 years ago by dondonz <[email protected]>
Remove long deprecated method

a49473f620d56877889fe37db2cb1c6b04517c69 authored almost 2 years ago by dondonz <[email protected]>
Renamed a few things and added per callback envs

c92b102f51f2463ddcd50f73023690aa75fa2956 authored almost 2 years ago by Brad Baker <[email protected]>
Merge pull request #3054 from kaqqao/3053-applied-directive-type-ref

Resolve TypeReferences in schema applied directives

a9cf6e6678e3980800923deac2437edf0fb25a0b authored almost 2 years ago by Andreas Marek <[email protected]>
Use ImmutableList.builderWithExpectedSize in ImmutableKit.mapAndDropNulls too (#3081)

f9ee42e45ec926fb99eba99c0070c1d9f1ac6184 authored almost 2 years ago by Davide Angelocola <[email protected]>
Fixed tests when builder is empty and the ER is null

8e185e1ac5b666be71357047401b552dab58dfb3 authored almost 2 years ago by Brad Baker <[email protected]>
Add failing test

5287835dd1602116c6cfb0b2664729816e4cfe96 authored almost 2 years ago by dondonz <[email protected]>
WIP - Smarter type visitor

f9ce2b3aa47b0ee9418e9e3c51a60236e808d318 authored almost 2 years ago by Brad Baker <[email protected]>
Adding ExtensionsBuilder in the graphql context by default and using it if its present

4494ad3de63cf4d8ef98f0d7c1c225ea1ffd0b7c authored almost 2 years ago by Brad Baker <[email protected]>
An Extensions Builder (#3049)

* Extensions Builder

* Extensions Builder - more work - javadoc and more tests

* Extension...

4cc473106ccf7ec5252a0b327ec8ac3370ae973b authored almost 2 years ago by Brad Baker <[email protected]>