From a7afb9d56ec83743479600fa78af90b08325bb88 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Mon, 25 Nov 2024 14:47:50 -0800 Subject: [PATCH 1/4] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index ebecc273f..74c3c8235 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,21 @@ Features include: Follow the [getting started guide](https://netflix.github.io/dgs/getting-started/)! +# Upcoming major 10.0 rease +The DGS Framework was deeply integrated with Spring GraphQL earlier this year. +Details can be found herehttps://netflix.github.io/dgs/spring-graphql-integration. + +As announced previously, we will remove the "legacy" code (which doesn't leverage Spring GraphQL) by the end of 2024. +Release 9.2.1 will likely be the final release before this happens. + +The next release will be 10.0, where all legacy code is removed. The existing starter will be updated to switch to the new behavior. For the majority of applications, this is an invisible change. +At Netflix we have completed migrating all our applications to the new implementation. Some issues were found and fixed on the way, but we see no blockers to proceed as planned. + +There is a Pull Request that already includes most of the work to delete the legacy code. + +*Action: Please manually switch to the new `com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter` starter to ensure your app runs without problems so that you won't be surprised by the 10.0 version!* + + # Contributing, asking questions and reporting issues. Please read our [contributor guide](CONTRIBUTING.md)! From 4e0f58127c80148678730d280c3912f0512526ec Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Tue, 26 Nov 2024 10:09:28 -0800 Subject: [PATCH 2/4] Update README.md Co-authored-by: Iuliia Sobolevska --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74c3c8235..d72b43ca8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Follow the [getting started guide](https://netflix.github.io/dgs/getting-started # Upcoming major 10.0 rease The DGS Framework was deeply integrated with Spring GraphQL earlier this year. -Details can be found herehttps://netflix.github.io/dgs/spring-graphql-integration. +Details can be found [here](https://netflix.github.io/dgs/spring-graphql-integration). As announced previously, we will remove the "legacy" code (which doesn't leverage Spring GraphQL) by the end of 2024. Release 9.2.1 will likely be the final release before this happens. From 52ee157c7314d083d8bf6ae9ef105c1220a469ac Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Tue, 26 Nov 2024 10:09:47 -0800 Subject: [PATCH 3/4] Update README.md Co-authored-by: Iuliia Sobolevska --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d72b43ca8..1d56b160b 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,11 @@ Details can be found [here](https://netflix.github.io/dgs/spring-graphql-integra As announced previously, we will remove the "legacy" code (which doesn't leverage Spring GraphQL) by the end of 2024. Release 9.2.1 will likely be the final release before this happens. -The next release will be 10.0, where all legacy code is removed. The existing starter will be updated to switch to the new behavior. For the majority of applications, this is an invisible change. -At Netflix we have completed migrating all our applications to the new implementation. Some issues were found and fixed on the way, but we see no blockers to proceed as planned. +The next release will be 10.0, where all legacy code is removed. +The existing starter will be updated to switch to the new behavior. +For the majority of applications, this is an invisible change. +At Netflix, we have completed migrating all our applications to the new implementation. +Some issues were found and fixed on the way, but we see no blockers to proceed as planned. There is a Pull Request that already includes most of the work to delete the legacy code. From 56ca94ff090ae52da32e203e020365bfef7ef640 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Tue, 26 Nov 2024 10:11:00 -0800 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d56b160b..2b3b3092c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ For the majority of applications, this is an invisible change. At Netflix, we have completed migrating all our applications to the new implementation. Some issues were found and fixed on the way, but we see no blockers to proceed as planned. -There is a Pull Request that already includes most of the work to delete the legacy code. +A [Pull Request](https://github.com/Netflix/dgs-framework/pull/1995) already includes most of the work to delete the legacy code. *Action: Please manually switch to the new `com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter` starter to ensure your app runs without problems so that you won't be surprised by the 10.0 version!*