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

V0.5.0 Changing license to MIT, and moving groupId to the same as graphql-java.

github.com/graphql-java/graphql-java-type-generator - 26b321f8940b358f149351eeb8aba379da7b3098 authored over 8 years ago by Daniel Winsor <[email protected]>
Merge pull request #129 from danielkwinsor/master

Union types must have at least 1 member, and members can be only objects.

Closes #128

github.com/graphql-java/graphql-java - f25977217436b69a562d54fda741d6308089357d authored over 8 years ago by Yurii Rashkovskii <[email protected]>
Merge pull request #131 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

github.com/graphql-java/graphql-java - 1f79e62c1148ceac1d452d0468ff22a1b605a121 authored over 8 years ago by Andreas Marek <[email protected]>
Add Gitter badge

github.com/graphql-java/graphql-java - e2d628bc01f5e9fa30d0109f87135d2652299460 authored over 8 years ago by The Gitter Badger <[email protected]>
V0.4.6 DefaultBuildContext gets a creator method and static rename, and Generators get final fields.

github.com/graphql-java/graphql-java-type-generator - 82cfa2ab37a50aa0c78b7eb7aa1427b25de16b42 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.4.5 DefaultBuildContext gets its own class

github.com/graphql-java/graphql-java-type-generator - 19c3299d59714ec4d24ef131026ea01f276966d8 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.4.4 Javadoc and import cleanup

github.com/graphql-java/graphql-java-type-generator - 319864d4a93b2c22c9917b91a0cda7243bd333bb authored over 8 years ago by Daniel Winsor <[email protected]>
V0.4.3b Bugfix for incorrect usage of Field.isAccessible, now using Modifiers.isPublic

github.com/graphql-java/graphql-java-type-generator - a62a7b4ac736fb7e0ea2d7fc3727a25a501fd42f authored over 8 years ago by Daniel Winsor <[email protected]>
V0.4.3 Java Fields are treated case-insensitively when used with java Methods. Also disregarding non-accessible fields; if you need this, you can customize your Strategy as it was before.

github.com/graphql-java/graphql-java-type-generator - 3730445476bf5fe278e4c8e4f4b4903f1cfbe4bb authored over 8 years ago by Daniel Winsor <[email protected]>
V0.4.2 Arguments now work with generics. Slight description changes to make source clearer.

github.com/graphql-java/graphql-java-type-generator - 44f6e199f56b5c3129c09eeb0d55cf033ae004a7 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.4.1 Generics are working, but only with bounds. Unbounded parameters are treated like Objects.

github.com/graphql-java/graphql-java-type-generator - df31d15de986d400a975964d0dcb61d126d74134 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.4.0 WrappingTypeGenerator and default wrapping strategy are implemented.

github.com/graphql-java/graphql-java-type-generator - 77106017b656434daf8ca50a3e08f0da6240f63e authored over 8 years ago by Daniel Winsor <[email protected]>
V0.3.13 Separated TypeGenerator into the unchanging impl-contract, and the changeable parts, in preparation for WrappingTypeGenerator.

github.com/graphql-java/graphql-java-type-generator - 75ceb38d88740eca3f58bd18c4d027dbbb6b6463 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.3.12 Moving all Strategy interfaces to a new package for easier work.

github.com/graphql-java/graphql-java-type-generator - ae54491c2a849b8ec7a3047494d7c2f039e75724 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.3.11 TypeResolverStrategy_Caching now caches.

github.com/graphql-java/graphql-java-type-generator - 1314ebc82ee206703a73275af181c042524b3c66 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.3.10 More API condensation, and fixing TypeResolver to be non-reflection based.

github.com/graphql-java/graphql-java-type-generator - 03cbedb79a890aa1174b2ba6e49d133beeb40c61 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.3.9 TypeWrapperStrategy added. Some rework of the API as needed.

github.com/graphql-java/graphql-java-type-generator - 2715e2cba3c96b8a57f68c1313d1c3d6a9540ae8 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.3.8 Strategy Builders now come with defaults, which makes for less repetition.

github.com/graphql-java/graphql-java-type-generator - c5fbcd43faddcf87ffda0c0b825a290e46f8d8f4 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.3.7 Refactoring TypeKinds to make better reuse of code.

github.com/graphql-java/graphql-java-type-generator - 2a67beebf86e869fec6c8c389351a1014d5b33e1 authored over 8 years ago by Daniel Winsor <[email protected]>
Union types must have at least 1 member, and members can be only of Object types, not scalars etc.

github.com/graphql-java/graphql-java - c3fbc2d594766b445f975a63154ce2867d03c93d authored over 8 years ago by Winsor, Daniel <[email protected]>
V0.3.6 TypeRepository is now injectable. BuildContexts must not share their strategies, so making that clearer.

github.com/graphql-java/graphql-java-type-generator - 512879b897b267a30bf9ffbf447e852993ca038e authored over 8 years ago by Daniel Winsor <[email protected]>
Update ExecutionContextBuilder.java

From [2.2](http://facebook.github.io/graphql/#sec-Language.Query-Document)

> if a GraphQL que...

github.com/graphql-java/graphql-java - b5e0092f99eb7bee6c8c614c1242ea8dfc8f8c80 authored over 8 years ago by Dmitry Minkovsky <[email protected]>
V0.3.5 Adding BigDecimal as a scalar and java.lang.Object as an empty GraphQLObjectType.

github.com/graphql-java/graphql-java-type-generator - d4555e1a6654467b25dee2abfcbe28f585155b0a authored over 8 years ago by Daniel Winsor <[email protected]>
V0.3.4 Strategy changes, implementing an interface and changing the Strategies Container. Setting up for Chainable strategies or something of the like. Also a benchmark test.

github.com/graphql-java/graphql-java-type-generator - c0c484cf44d339558873676ae4dbdf2edd3cef71 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.3.3.1 Adding a test case. Proves arrays work, but would like to investigate it some more.

github.com/graphql-java/graphql-java-type-generator - 01a950dc1ff7a31f7b0d10904a29d3ca33839cb7 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.3.3 Creating BigInteger scalar, because it is not well serialized. Should probably do the same for BigDecimal, etc.

github.com/graphql-java/graphql-java-type-generator - 12a147d85f6a7ff6071f67b2cabd9b91cdb47601 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.3.2 Fixing why interfaces didn't work with impls. Adding some features around DataFetchers.

github.com/graphql-java/graphql-java-type-generator - 24a184b29a7948562ac2b6bbcd36896461b32e2a authored over 8 years ago by Daniel Winsor <[email protected]>
V0.3.1 Some changes to DataFetchers, including new API Chainable. Somehow missed out on some previous changes, and fixing an untested bug.

github.com/graphql-java/graphql-java-type-generator - 6c034ed82ff448018706493aa80485790bcb4326 authored over 8 years ago by Daniel Winsor <[email protected]>
Removal of unnecessary method

github.com/graphql-java/graphql-java - f490a67dfe777a7a96ff5e3aebe61ec62f877361 authored over 8 years ago by Alex Krebiehl <[email protected]>
Fixes recursive types not being resolved. If we already have a type resolved on the typemap, our resolved type should point to the same instance.

github.com/graphql-java/graphql-java - f4c96868096df8032a597ba316d6fd391b4225b8 authored over 8 years ago by Alex Krebiehl <[email protected]>
V0.3.0 Added paranamer to extract parameter names, if possible. Slight interface change to Arguments

github.com/graphql-java/graphql-java-type-generator - e34271679da9ca84de4604343a076a8fdcb0afb7 authored over 8 years ago by Daniel Winsor <[email protected]>
Merge pull request #99 from okorz001/throwable

Throwable cause instead of Exception

github.com/graphql-java/graphql-java - 50a42257b90e46d67077a9cad85cf1ec68e7f3ae authored over 8 years ago by Andreas Marek <[email protected]>
Merge pull request #120 from dminkovsky/patch-1

Update Execution.java

github.com/graphql-java/graphql-java - 1c1be6e3ed1cc2ccef3799caed492ad58bf41582 authored over 8 years ago by Andreas Marek <[email protected]>
Merge pull request #121 from dminkovsky/patch-2

Update ExecutionStrategy.java

github.com/graphql-java/graphql-java - 4fff309beefa02d95ee3915072612ff81a363914 authored over 8 years ago by Andreas Marek <[email protected]>
Merge pull request #119 from yrashk/patch-1

Mention graphql-java-servlet project

github.com/graphql-java/graphql-java - a901f1cfe18556ea7efd3eebaf8b604cac140fc7 authored over 8 years ago by Andreas Marek <[email protected]>
V0.2.9 More work on interfaces: now obtainable as GraphQLInterfaceType, upon special request. Tests still show not everything is working. Also fixed some null bugs.

github.com/graphql-java/graphql-java-type-generator - 6acd113d69796bb04d66bb8af665055c387a4d46 authored over 8 years ago by Daniel Winsor <[email protected]>
The GraphQLInputExtractingDataFetcher was doing 2 things rather than just 1, so it has been renamed GraphQLInputAwareDataFetcher.

github.com/graphql-java/graphql-java-type-generator - dfc4024094931e0261269954079651a4222a3713 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.2.7 Interfaces are implemented, and show up in classes. TypeResolvers are implemented but untested.

github.com/graphql-java/graphql-java-type-generator - 0d728548699af213a6a5c4dc74d363f4346851e8 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.2.6 Rounding out the strategies by adding DefaultValue and Deprecation

github.com/graphql-java/graphql-java-type-generator - ffb52ae857274d6183549c8c1e381809e2addb60 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.2.5 Arguments are read from a method, auto-extracted from the environment, then passed back in to the method invokation. All that is needed is a good way to name arguments. Also Stragies are now obtainable from Generators.

github.com/graphql-java/graphql-java-type-generator - dbb649e9be4bf9eeb9c99c6c58ad2bc042781327 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.2.4 Arguments logic removed from fields and put into its own generator. Still have not wired up the argument with the data fetcher.

github.com/graphql-java/graphql-java-type-generator - 5df4aac37ec768d95bdcd0b30c104c26c908fde3 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.2.3 Changing BuildContext again, after much back and forth. Now, anyone who needs to can implement BuildContextAware, resulting in much less argument passing and greater future extension.

github.com/graphql-java/graphql-java-type-generator - 814fdec41d66f0ef85662533860f5dbf00f36c1e authored over 8 years ago by Daniel Winsor <[email protected]>
V0.2.2 Implemented some argument aware DataFetchers, but not yet used.

github.com/graphql-java/graphql-java-type-generator - 9ead8dbecc9376ec77622b88ad0c27a33f23491b authored over 8 years ago by Daniel Winsor <[email protected]>
V0.2.1 Arguments are autogenerated based upon the method's signature. However, argument values are not yet transfered into invoking the autogenned DataFetcher

github.com/graphql-java/graphql-java-type-generator - 8e00c2139ce3d3f9c0d2bc4a48cf9fe821de71bc authored over 8 years ago by Daniel Winsor <[email protected]>
V0.2.0 Input types are now created. They are not yet wired up as Arguments. Full certification will come later.

github.com/graphql-java/graphql-java-type-generator - 8c7935ac9edaeae9ca0cf78a32a22d641600302f authored over 8 years ago by Daniel Winsor <[email protected]>
V0.1.8.1 Interfaces are now certified as working -- only a test class change and javadoc

github.com/graphql-java/graphql-java-type-generator - 43266f96c997d06d3b82ae2cd80d521a0e0708f9 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.1.8 Finally cleaning up the BuildContext, so it can the the sole entry point into the generators, yet at the same time the generators are context-independent and context-driven.

github.com/graphql-java/graphql-java-type-generator - 49359a08a1e5c7d46c5ed8e4e70b22b173d65853 authored over 8 years ago by Daniel Winsor <[email protected]>
V0.1.7 now produces field descriptions, with a default impl based upon reflection

github.com/graphql-java/graphql-java-type-generator - 2f95d8d3fee3e723cd85b0118e1a31eead6f4d65 authored over 8 years ago by Daniel Winsor <[email protected]>
Java_Methods and Java_Fields now merged when creating GraphQL_Fields. Standardized all impl class names

github.com/graphql-java/graphql-java-type-generator - f150cf2dab084da2b9490fa381032eed454f8c18 authored over 8 years ago by Daniel Winsor <[email protected]>
Fixing Method impl. Unifying some logic blocks between fields/methods -- more to come. Enhanced test cases.

github.com/graphql-java/graphql-java-type-generator - 9972d0dd89d78d8ebdcf0935f24dd48b0b573758 authored over 8 years ago by Daniel Winsor <[email protected]>
Update ExecutionStrategy.java

I think this will never happen. `getFieldDef()` throws if `fieldDef` is null.

github.com/graphql-java/graphql-java - 5880b9bcc65c82445f1ee898cfbea0ad46a9752f authored over 8 years ago by Dmitry Minkovsky <[email protected]>
Update Execution.java

github.com/graphql-java/graphql-java - 7762c10e0e2204f74a77f53c0a440cf23509b70a authored over 8 years ago by Dmitry Minkovsky <[email protected]>
V0.1.4 Adding java Methods as additional way of generating Fields

github.com/graphql-java/graphql-java-type-generator - e80d833d868900f1aedf5094a1770279ae0e6153 authored over 8 years ago by Daniel Winsor <[email protected]>
Mention graphql-java-servlet project

It is a servlet that automatically exposes a schema dynamically built from
GraphQL queries and ...

github.com/graphql-java/graphql-java - 8b9aa5c8272d6a70b5233d69c01a6c986d798800 authored over 8 years ago by Yurii Rashkovskii <[email protected]>
Merge pull request #103 from tuukka/fetch-field-as-property

add fetching fields to PropertyDataFetcher

github.com/graphql-java/graphql-java - 27add860fd3945c14193504a8e8c229372a862ba authored over 8 years ago by Andreas Marek <[email protected]>
add fetching fields to PropertyDataFetcher

github.com/graphql-java/graphql-java - dc08016960721dc6a1eb6f818fc8a319ea419796 authored over 8 years ago by Tuukka Hastrup <[email protected]>
add related projects section

github.com/graphql-java/graphql-java - 5ae3a876b4ffc8391e077057f91df362c6d2acf7 authored over 8 years ago by andimarek <[email protected]>
Merge pull request #117 from Jimexist/patch-1

Update GraphQLObjectType.java

github.com/graphql-java/graphql-java - b4e3c8adbcd2ffc30ddcd0c9b3372de8c372336c authored over 8 years ago by Andreas Marek <[email protected]>
Merge pull request #113 from Macroz/floatfix

Support parsing IntValue literals into GraphQLFloat

github.com/graphql-java/graphql-java - 018bd2eb34a71471054a4f62e88fee139950201c authored over 8 years ago by Andreas Marek <[email protected]>
Update GraphQLObjectType.java

some minor error messages change

github.com/graphql-java/graphql-java - dc92186635064f59419c785ee1caac3c30886504 authored over 8 years ago by Jiayu Liu <[email protected]>
Support parsing IntValue literals into GraphQLFloat

github.com/graphql-java/graphql-java - f5a5fe44163cfdbf5363c296711e343bde1275d7 authored almost 9 years ago by Markku Rontu <[email protected]>
fix an errant newline

github.com/graphql-java/graphql-java - b638274ab6f413a67e6e7ac4b1978c299fcfd735 authored almost 9 years ago by dalenavi <[email protected]>
Check for invalid list indices on client-provided cursor

github.com/graphql-java/graphql-java - 6c0a1387a23f475c4b59d9b8d1568643648951b8 authored almost 9 years ago by dalenavi <[email protected]>
Merge pull request #102 from tuukka/fail-on-redefinitions

assert that fields are not re-defined

github.com/graphql-java/graphql-java - 4a908db412b7a8277cd7c6d3e21981488ee5a6c0 authored almost 9 years ago by Andreas Marek <[email protected]>
throw error when int literal is too big or too small

github.com/graphql-java/graphql-java - aabed3ae8f08550740f58b1f83c727ed24630437 authored almost 9 years ago by andimarek <[email protected]>
Merge branch 'okorz001-allow-longs'

github.com/graphql-java/graphql-java - 644dcce532d844e6fd0c65e2e2e673b73e6ce4e0 authored almost 9 years ago by andimarek <[email protected]>
remove comment/dead code

github.com/graphql-java/graphql-java - 9e59bda427bd36ee2706ff514aa9ae06acd4bdeb authored almost 9 years ago by andimarek <[email protected]>
use BigInteger explicitly

github.com/graphql-java/graphql-java - d01a07443a56c6fd8824ef33978b532514b0593e authored almost 9 years ago by andimarek <[email protected]>
assert that fields are not re-defined

github.com/graphql-java/graphql-java - 4c2e6918541f934e8152c18d9848bbe8ac0c4716 authored almost 9 years ago by Tuukka Hastrup <[email protected]>
Throwable cause instead of Exception

Some JDK APIs such as CompletableFutures generate Throwables instead of
Exceptions.

github.com/graphql-java/graphql-java - 63c3723911ddd56c2e95000bedb1872057b44a01 authored almost 9 years ago by Oscar Korz <[email protected]>
Java 6 compatibility

github.com/graphql-java/graphql-java - 71db2b3a12b88dfbe62d4f6e437c2bc8097704e8 authored almost 9 years ago by Oscar Korz <[email protected]>
Allow GraphQLLong parsing from large numeric literals

IntValue now stores BigInteger instead of int. GraphQLInt and
GraphQLLong parseLiteral will thro...

github.com/graphql-java/graphql-java - 4542c357d183c3aececacd42b40f189c766804e8 authored almost 9 years ago by Oscar Korz <[email protected]>
fix doc: Implementation is in Java 6

github.com/graphql-java/graphql-java - a5e011d18147ab77de46907c8561b183e657cd20 authored almost 9 years ago by andimarek <[email protected]>
v0.1.3b changes only the test files to be compatible with java 6, and some javadoc.

github.com/graphql-java/graphql-java-type-generator - 8d98c37723d31ad8bb2fb326c4346ceb833d66eb authored almost 9 years ago by Daniel Winsor <[email protected]>
v0.1.2 Again fixing the messed up file system, keeping version 0.1.2

github.com/graphql-java/graphql-java-type-generator - 1ea695ede1732f7f28e4300b8e54cda0114439a4 authored almost 9 years ago by Daniel Winsor <[email protected]>
v0.1.2 Not sure why some files got moved to src/main\360java, moving them back

github.com/graphql-java/graphql-java-type-generator - 6774a454a09ee892c1b7954c40c69a6969851e28 authored almost 9 years ago by Daniel Winsor <[email protected]>
V0.1.2 Description added to types. Increased javadoc.

github.com/graphql-java/graphql-java-type-generator - 88bf2f9c90e432e718714950ac69317b78977b19 authored almost 9 years ago by Daniel Winsor <[email protected]>
V0.1.1 uses builders for the strategies and provides a default context. Not sure how I want to tie these loose ends.

github.com/graphql-java/graphql-java-type-generator - 00bc6c281f515c62fbdaf0f814937e4e41d2f2f6 authored almost 9 years ago by Daniel Winsor <[email protected]>
Version 0.1.0: FieldsGenerator now fully strategized

github.com/graphql-java/graphql-java-type-generator - b6c97330df803c6a02c1fdc84911ab181c0bd6e7 authored almost 9 years ago by Daniel Winsor <[email protected]>
Version 0.0.3 gets rid of the notion of interchangeable TypeGenerators (though you can still extend) and goes full strategy on Type generation. Next is field generator.

github.com/graphql-java/graphql-java-type-generator - d4b4d42e032bf938a282d68a233ac607f0a72bcc authored almost 9 years ago by Daniel Winsor <[email protected]>
Split FieldsGenerator up into strategies, moved the package of some type strategies. Next up is that the Generators no longer need to be interfaces.

github.com/graphql-java/graphql-java-type-generator - 5583777af3261834b7206e2d8461cca50f465a59 authored almost 9 years ago by Daniel Winsor <[email protected]>
version 0.0.2 has split fields from types, and continues with the strategy pattern

github.com/graphql-java/graphql-java-type-generator - eac90a109385ac6d85db4c568051e42aa38bbc9d authored almost 9 years ago by Daniel Winsor <[email protected]>
Initial version 0.0.1, basic output types generated by reflection, with only 1 strategy implemented, and many TODOs.

github.com/graphql-java/graphql-java-type-generator - faba9abb3a62fd8b5f15030282656b385b35577c authored almost 9 years ago by Daniel Winsor <[email protected]>
cleanup Readme

github.com/graphql-java/graphql-java - aee44bb61c9bded89dbba11e2bba50fef8c01817 authored almost 9 years ago by andimarek <[email protected]>
Update info to version 2.0.0

github.com/graphql-java/graphql-java - 72766529df5d37891f79a1f5b12f4864dfb6e989 authored almost 9 years ago by andimarek <[email protected]>
cleanup: reformat code and optimize imports

github.com/graphql-java/graphql-java - 5dfffe800c95c9df67c2caa2eabbb5e8b9a7ad35 authored almost 9 years ago by andimarek <[email protected]>
bugfix: Validate variable input fields for NonNull

github.com/graphql-java/graphql-java - f56171f47a050bd1f35ce7d28109c7ff685a3ccf authored almost 9 years ago by andimarek <[email protected]>
add test for input object fields with default values

github.com/graphql-java/graphql-java - 2aad8bad488518ff113de73858defea16f77913e authored almost 9 years ago by andimarek <[email protected]>
fix: parseLiteral for GraphQLFloat should also return double, not float

github.com/graphql-java/graphql-java - 113a9d01891084649f144c6fc5980c5d5d55feb6 authored almost 9 years ago by andimarek <[email protected]>
change travis jdk again to 7, because 6 is no longer supported

github.com/graphql-java/graphql-java - 2d8051b70472a9a1ee67934fe6e94ac3d80d2eb3 authored almost 9 years ago by andimarek <[email protected]>
update to gradle 2.11

github.com/graphql-java/graphql-java - 305847c7a54abc3684df46b7a118317f355cb44d authored almost 9 years ago by andimarek <[email protected]>
change travis jdk to 1.6

github.com/graphql-java/graphql-java - bed30901238bbd64e1b0d91fa87c35b54fb06d9a authored almost 9 years ago by andimarek <[email protected]>
set target also to 1.6

github.com/graphql-java/graphql-java - a729a1376b704c606ad209e7274614129cd433a0 authored almost 9 years ago by andimarek <[email protected]>
Merge branch 'pt-achang-feature/java-1.6-source-compatibility'

github.com/graphql-java/graphql-java - 3a022e48e9d9da14d2374def2f7cbfd633c5d144 authored almost 9 years ago by andimarek <[email protected]>
Merge branch 'feature/java-1.6-source-compatibility' of https://github.com/pt-achang/graphql-java into pt-achang-feature/java-1.6-source-compatibility

github.com/graphql-java/graphql-java - 4cfd6281dafe275dd8d84b2d00496625a4adf536 authored almost 9 years ago by andimarek <[email protected]>
Merge pull request #84 from loganlinn/ll/fix-BatchedExecutionStrategy-javadoc

Fix invalid javadoc in BatchedExecutionStrategy

github.com/graphql-java/graphql-java - 68a157aa7b9d3b2c4dc6e6f5a82874b815cabcda authored almost 9 years ago by Andreas Marek <[email protected]>
Fix invalid javadoc in BatchedExecutionStrategy

Some erroneous HTML tags were added in b603ffa that cause the Gradle javadoc
task to fail with e...

github.com/graphql-java/graphql-java - cd3a7bfaf05262fcbf445b342776aab779755940 authored almost 9 years ago by loganlinn <[email protected]>
Change sourceCompatibility to 1.6.

github.com/graphql-java/graphql-java - 07199a34fb3455f9046d83ffd9cb39fd197fa8f5 authored almost 9 years ago by Allen Chang <[email protected]>