Skip to content

Commit 86b58d7

Browse files
author
etienne-sf
committed
Doc update for release 2.0RC1
1 parent 086f1af commit 86b58d7

File tree

2 files changed

+71
-213
lines changed

2 files changed

+71
-213
lines changed

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ Whether the application uses the _graphql_, the _generateClientCode_ or the _gen
99
* skipGenerationIfSchemaHasNotChanged: true _(both client and server mode)_
1010

1111

12+
# 2.0RC1
13+
14+
Release Candidate version for the 2.x versions.
15+
16+
Main changes:
17+
* Based on [spring-graphql](https://spring.io/projects/spring-graphql)
18+
* Upgrade of dependencies, based on [spring-boot 2.7.10](https://docs.spring.io/spring-boot/docs/2.7.10/reference/html/)
19+
* Needs JDK 17 to be build, but the generated artifact is compatible with Java 8
20+
* Compatibility with Spring Boot 3.
21+
* For a sample of this, you can check the [graphql-maven-plugin-samples-Forum-client](https://github.com/graphql-java-generator/graphql-maven-plugin-project/tree/master_2.x/graphql-maven-plugin-samples/graphql-maven-plugin-samples-Forum-client) and the [graphql-maven-plugin-samples-Forum-server](https://github.com/graphql-java-generator/graphql-maven-plugin-project/tree/master_2.x/graphql-maven-plugin-samples/graphql-maven-plugin-samples-Forum-server) samples that are part of the build.
22+
23+
You can check these pages for more information on how to migrate from 1.x versions:
24+
* [[Client migration from 1.x to 2.x|client_migrate_1-x_to_2-x]]
25+
* [[Server migration from 1.x to 2.x|server_migrate_1-x_to_2-x]]
26+
27+
Know issues:
28+
* All builds for servers should be executed with a clean (_mvn clean install_ or _gradlew clean build_), otherwise the GraphQL schema available at runtime becomes invalid. The server won't start.
29+
* For Spring 3, in client mode, copyRuntimeSources should be manually to false, to avoid compilation errors
30+
1231
# 1.18.11
1332

1433
Both modes:

0 commit comments

Comments
 (0)