Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

5.0.3

Compare
Choose a tag to compare
@oliemansm oliemansm released this 30 Sep 08:57
· 1093 commits to master since this release

Changed organization

Starting with this release the project has moved out of the graphql-java organization into graphql-java-kickstart. This because they are in fact separate projects where maintainers of the one actually weren't involved in maintenance of the other. This resulted in it becoming quite unclear what is actually graphql-java and what was a library on top. This confusion was clearly visible in the Gitter channel as well. That's why we split the projects and the Gitter channels.

Maven

<dependency>
    <groupId>com.graphql-java-kickstart</groupId>
    <artifactId>graphql-spring-boot</artifactId>
    <version>5.0.3</version>
</dependency>

Gradle

compile 'com.graphql-java-kickstart:graphql-spring-boot:5.0.3'