Ecosyste.ms: OpenCollective

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

GraphQL Java

GraphQL Implementation for Java
Collective - Host: opensource - https://opencollective.com/graphql-java - Website: https://graphql-java.com - Code: https://github.com/graphql-java

Merge pull request #3132 from graphql-java/lint-dependencies

Remove unused dependencies

github.com/graphql-java/graphql-java - 419ec6ce4579d8c03d9793ceac431a05c8514191 authored almost 2 years ago
Remove unused dependencies

github.com/graphql-java/graphql-java - bd92b1e228588ebc61d7039402f87bb87de1f18d authored almost 2 years ago
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

github.com/graphql-java/graphql-java - ec7d9459f7c3999bf9cbfa2c31765a29f29c0f68 authored almost 2 years ago
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 ...

github.com/graphql-java/graphql-java - 1bb13e1e37459fd3aab99bf45958c30d2a936f2a authored almost 2 years ago
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...

github.com/graphql-java/graphql-java - cbc5bbedfcd513a8d876d54829efe9a306610f42 authored almost 2 years ago
Bump actions/checkout from 1 to 3

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

github.com/graphql-java/graphql-java - 8a9fd7d172c583623a2949d016140d1ed69787d0 authored almost 2 years ago
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 ...

github.com/graphql-java/graphql-java - 4cebe33696d84251e6d7310690a78d524e66caa5 authored almost 2 years ago
Merge pull request #3115 from yeikel/patch-1

Add dependabot configuration

github.com/graphql-java/graphql-java - 11cddb804c884ef1bb1aafe429bf110cb5b9cbb8 authored almost 2 years ago
Update .github/dependabot.yml

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

github.com/graphql-java/graphql-java - 04baf78c21b811d87099a3fcce349486471af63b authored almost 2 years ago
Allow DataFetcherResult to set extension values during execution

github.com/graphql-java/graphql-java - 1bbaeeae155ac492722957dc9d450b3c3cdbe3bc authored almost 2 years ago
Merge pull request #3122 from ahmadizm/typeErrorHandling

Gracefully returning null in cases of UnresolvedTypeException

github.com/graphql-java/graphql-java - 7f0e4de23a731aadea9a8f71302826d6a6872df4 authored almost 2 years ago
Merge pull request #3095 from graphql-java/negative_lambda_support

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

github.com/graphql-java/graphql-java - 2839545c7766d5d1d06c8828b8daa5d2b0cf8f67 authored almost 2 years ago
Merge pull request #3085 from graphql-java/extensions_builder_on_by_default

Adding ExtensionsBuilder in the graphql context by default

github.com/graphql-java/graphql-java - 469ab0d2d3bde129dc096bf1e5a4d6d2cc69277b authored almost 2 years ago
Gracefully returning null in cases of UnresolvedTypeException

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

github.com/graphql-java/graphql-java - 3cc0a1c86dc3ba64dd14c816f4578b1b630dd1fa authored almost 2 years ago
Remove check on Thread.interrupted

github.com/graphql-java/graphql-java - 53e84169b2ed9e8f6afb146704b09ec21ddb3b38 authored almost 2 years ago
Remove unused import

github.com/graphql-java/graphql-java - 005d521130c00536328cc859de33b7767f28b067 authored almost 2 years ago
Add manual stop on algorithm

github.com/graphql-java/graphql-java - bc0e805fb149a753b95852f23c6c9b22cf1ea141 authored almost 2 years ago
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

github.com/graphql-java/graphql-java - 09984d7c8b4b4a173a6f51df86634b1a70419046 authored almost 2 years ago
Add clarification on security releases

github.com/graphql-java/graphql-java-page - 98dd82d17c59ad4e2ea6d2b87ccef4e5c0e455cb authored almost 2 years ago
Add dependabot configuration

github.com/graphql-java/graphql-java - 11cb9cccd0a13461374e37a67179e5fb721071ce authored almost 2 years ago
Bump webpack from 5.61.0 to 5.76.1

Bumps [webpack](https://github.com/webpack/webpack) from 5.61.0 to 5.76.1.
- [Release notes](htt...

github.com/graphql-java/graphql-java-page - 99c60f51706ed54939b30e0cdbe53660a8ad7577 authored almost 2 years ago
Add schema is printed with the correct schema definition block

github.com/graphql-java/graphql-java - 80dad981b57c2618579b516d57f6364b59004cfb authored almost 2 years ago
Add fix and tests

github.com/graphql-java/graphql-java - 07b00fa5ad423b026a1ee400dbafd451b4e2c7a6 authored almost 2 years ago
Preventing stack overflow exceptions via limiting the depth of the parser rules - moving to 500 deep as a starting point

github.com/graphql-java/graphql-java - dcd9cf98e24e0297b61331cc812577c8793565a4 authored almost 2 years ago
Preventing stack overflow exceptions via limiting the depth of the parser rules

github.com/graphql-java/graphql-java - 8a1c884c81c0b656db201cfd95881feb0f430a55 authored almost 2 years ago
Revert "update links to open in new tab"

This reverts commit b5b6921838f5b81e9f5c3752606367352019293f.

github.com/graphql-java/graphql-java-extended-scalars - c9ee1185f186d18fcf1ed709b8351ba2c1c67309 authored almost 2 years ago
update links to open in new tab

github.com/graphql-java/graphql-java-extended-scalars - b5b6921838f5b81e9f5c3752606367352019293f authored almost 2 years ago
replace backticks with code tag

github.com/graphql-java/graphql-java-extended-scalars - fa81996bc40029861b8ffc86c7adb8257a159bfc authored almost 2 years ago
remove table columns to help with md rendering in github

github.com/graphql-java/graphql-java-extended-scalars - 3727cfa043eb9c75eaad373d796c66aba32df81d authored almost 2 years ago
remove table columns to help with md rendering in github

github.com/graphql-java/graphql-java-extended-scalars - a8f6c4593ca1e49c5625997f562fb161d91c58ce authored almost 2 years ago
remove table columns to help with md rendering in github

github.com/graphql-java/graphql-java-extended-scalars - 4383b21fb6da4e0f0fa73a6b46a4add7b0a25454 authored almost 2 years ago
replace md tables with html, so we can control the code blocks

github.com/graphql-java/graphql-java-extended-scalars - 6aa5d8ed44f8d5fde85c6a75206e50bdd96a06f6 authored almost 2 years ago
replace md tables with html, so we can control the code blocks

github.com/graphql-java/graphql-java-extended-scalars - 233c670cb6551f01da45e0b8ba6df87fb28aa5f8 authored almost 2 years ago
docs: overhaul readme format to include Scalar Definition fragments and use @specifiedBy

github.com/graphql-java/graphql-java-extended-scalars - 6ecc3e389dc3b3e13b9065fc1dd89f33a8f365da authored almost 2 years ago
Merge pull request #93 from setchy/docs/readme-graphql-scalars-spec

docs: update to reference scalars.graphql.org specification for DateTime

github.com/graphql-java/graphql-java-extended-scalars - 6a38e826938bad5bd78586caf14c69a584a7e768 authored almost 2 years ago
docs: update to reference graphql-scalars.com WIP specification for DateTime

github.com/graphql-java/graphql-java-extended-scalars - a01bec16a196c8fcf402843e3209e1ee46f6b613 authored almost 2 years ago
Merge branch 'master' into schema-block-check

github.com/graphql-java/graphql-java - efe661acc845865115628ae54a8a8beaa443b9df authored almost 2 years ago
Merge pull request #3110 from graphql-java/downgrade-to-Java-8

Downgrade to Java 8 ahead of release

github.com/graphql-java/graphql-java - 4c66935b22ed49b2aedf8d4cfcdc263f8f5994e5 authored almost 2 years ago
Downgrade German strings to pre UTF-8

github.com/graphql-java/graphql-java - c07d10a7b215774793313be65af1666732db8c14 authored almost 2 years ago
Downgrade to Java 8 for non-breaking release

github.com/graphql-java/graphql-java - a855e2e00a72cf782963a6f8a7570b2f0f050c0c authored almost 2 years ago
Merge pull request #126 from graphql-java/update-master-build-version

Prepend 0.0.0 to build version

github.com/graphql-java/java-dataloader - db61b14df5227cd07cdc6050dbf66f4b68ff4bc8 authored almost 2 years ago
Prepend 0.0.0 to build version

github.com/graphql-java/java-dataloader - 50886585d902d45234a58a4f2050898afa0835a0 authored almost 2 years ago
Merge pull request #86 from graphql-java/update-master-build-versioning

Prepend 0.0.0 to master build versions

github.com/graphql-java/graphql-java-extended-validation - 256530b034d5072a9c82b081d492ed999d26b0d6 authored almost 2 years ago
Prepend 0.0.0 to master build versions

github.com/graphql-java/graphql-java-extended-validation - 4ea1731b355107ea74138136a6c0ae634492c30e authored almost 2 years ago
Merge pull request #92 from graphql-java/fix-master-build-version

Prepend 0.0.0 to master build versions

github.com/graphql-java/graphql-java-extended-scalars - 5eea2c32e2687cc90c3626b57173048c880a1919 authored almost 2 years ago
Prepend 0.0.0 so master builds do not appear first on Maven when sorted in descending order

github.com/graphql-java/graphql-java-extended-scalars - fa7d259b5592433cdabf1f25c25bfd54d0b36a1e authored almost 2 years ago
Made class public

github.com/graphql-java/graphql-java - 1e28acc3be4c360d3d211cf90de696a9dc51cf84 authored almost 2 years ago
Fixed SchemaTraverser so it can QUIT

github.com/graphql-java/graphql-java - 9f00d250e160677bd09c13ef18f518031e530c5b authored almost 2 years ago
Added a new control type so we can know when thigns have changed

github.com/graphql-java/graphql-java - 792f1cb8023bb005a4b09397f9c70dd0aa33558a authored almost 2 years ago
Merge pull request #3103 from gnawf/handle-enum-value-rename

Handle enum value rename

github.com/graphql-java/graphql-java - 17e7bd260a8daff121300594a0a0acb538d917ba authored almost 2 years ago
Handle enum value rename

github.com/graphql-java/graphql-java - cf9c2084dd0b0d40bf8ad1925643f15edbe6ce42 authored almost 2 years ago
Merge pull request #3102 from gnawf/diffing-fixes

Fix type change and directive deletion problems in schema diffing

github.com/graphql-java/graphql-java - 4580388ec816612867b87ae23674447f85053cb8 authored almost 2 years ago
Add helper to check whether edge is a type

github.com/graphql-java/graphql-java - fb695efb018dbee37fa78196f9ae789cbeaf30f1 authored almost 2 years ago
Remove redundant check

github.com/graphql-java/graphql-java - c3a54979fedff796aa5979059a1d2dab8fdd8768 authored almost 2 years ago
Fix type change and directive deletion problems in schema diffing

github.com/graphql-java/graphql-java - c6d08f96e2fd746864e985048439703342b99834 authored almost 2 years ago
Test for changing schema

github.com/graphql-java/graphql-java - 18bf953dd58cb36fa61a0ca60331986202a2eec4 authored almost 2 years ago
Added schema to root vars

github.com/graphql-java/graphql-java - 33cea4a01b0dc4107a20333bcef44e54682ce552 authored almost 2 years ago
Merge pull request #3097 from schaefa/issue/manifest-mf.order

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

github.com/graphql-java/graphql-java - 94f924f7ba79a4521091da5b2f80427860da6ede authored almost 2 years ago
More work on smarter schema visitors

github.com/graphql-java/graphql-java - 07def3998fb14e238ad9f2434450ac5508032c29 authored almost 2 years ago
No longer checking if access is possible fist - too hard to know

github.com/graphql-java/graphql-java - 8c0110b2753f968730b429de3c29802db5918b70 authored almost 2 years ago
Support for checking if access is possible fist - now with log

github.com/graphql-java/graphql-java - 4437aafaa14cbbea13b5330060ecee10224863f5 authored almost 2 years ago
Support for checking if access is possible fist

github.com/graphql-java/graphql-java - e1765126a73756338e5d6a2df45051e71a8929ce authored almost 2 years ago
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...

github.com/graphql-java/graphql-java - de2f8b4aee64f05c4790f7f369278f4cd0b9fb5d authored almost 2 years ago
MAJOR WIP - investigating Meta Lambda failures

github.com/graphql-java/graphql-java - 485bfd03cf31d824f014a08fd2e54ec5ef83f25a authored almost 2 years ago
UniqueObjectFieldName validation rule (#1806)

github.com/graphql-java/graphql-java - 59b2cc4c764e92271e74fd06ed90ede90b329e48 authored almost 2 years ago
Merge pull request #3093 from graphql-java/fix-javax-annotations

Replace javax nullable annotations with JetBrains equivalent

github.com/graphql-java/graphql-java - 20dd35b5f6a6ec8439010bd2a27a9f307052214e authored almost 2 years ago
Replace javax nullable annotations with JetBrains equivalent

github.com/graphql-java/graphql-java - 3f3b017e51f3b1c1bd241e37a883083a76c9bb04 authored almost 2 years ago
Now with control methods in the env

github.com/graphql-java/graphql-java - b869dcea7f045f67ae50c8638b3ae76f97c657db authored almost 2 years ago
Merge pull request #3091 from graphql-java/remove-sun-misc-from-manifest-mf

Remove sun.misc.* from MANIFEST.MF

github.com/graphql-java/graphql-java - 34226139b7b1adbb7fff8139cb1dca5e04599989 authored almost 2 years ago
Remove sun.misc from manifest.mf

github.com/graphql-java/graphql-java - 6dee6bf4897dc2e571c16050ffddd139376e7dde authored almost 2 years ago
Remove deprecated method

github.com/graphql-java/graphql-java - ea5be3fe013a73e7e465e83ad51332219dfda79d authored almost 2 years ago
Remove long deprecated method

github.com/graphql-java/graphql-java - a49473f620d56877889fe37db2cb1c6b04517c69 authored almost 2 years ago
Renamed a few things and added per callback envs

github.com/graphql-java/graphql-java - c92b102f51f2463ddcd50f73023690aa75fa2956 authored almost 2 years ago
Merge pull request #3054 from kaqqao/3053-applied-directive-type-ref

Resolve TypeReferences in schema applied directives

github.com/graphql-java/graphql-java - a9cf6e6678e3980800923deac2437edf0fb25a0b authored almost 2 years ago
Use ImmutableList.builderWithExpectedSize in ImmutableKit.mapAndDropNulls too (#3081)

github.com/graphql-java/graphql-java - f9ee42e45ec926fb99eba99c0070c1d9f1ac6184 authored almost 2 years ago
Fixed tests when builder is empty and the ER is null

github.com/graphql-java/graphql-java - 8e185e1ac5b666be71357047401b552dab58dfb3 authored almost 2 years ago
WIP - Smarter type visitor

github.com/graphql-java/graphql-java - f9ce2b3aa47b0ee9418e9e3c51a60236e808d318 authored almost 2 years ago
Adding ExtensionsBuilder in the graphql context by default and using it if its present

github.com/graphql-java/graphql-java - 4494ad3de63cf4d8ef98f0d7c1c225ea1ffd0b7c authored almost 2 years ago
Bump http-cache-semantics from 4.1.0 to 4.1.1 (#119)

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4....

github.com/graphql-java/graphql-java-page - 50584191c12e3e72acfb17584e33a56913c4a149 authored almost 2 years ago
An Extensions Builder (#3049)

* Extensions Builder

* Extensions Builder - more work - javadoc and more tests

* Extension...

github.com/graphql-java/graphql-java - 4cc473106ccf7ec5252a0b327ec8ac3370ae973b authored almost 2 years ago
Updating the JavaDoc http links (#3083)

* Updating the JavaDoc http links

* Update src/main/java/graphql/Scalars.java

Co-authored-...

github.com/graphql-java/graphql-java - 322c5c2b4dc63765b9b2fe3c636dab40bae23b8e authored almost 2 years ago
Merge pull request #42 from dondonz/spring

Add Spring for GraphQL

github.com/graphql-java/awesome-graphql-java - b2feb2a058a79dcd867be107c166a16f1c18f388 authored almost 2 years ago