Replies: 3 comments 3 replies
-
@oliemansm I am late for the voting 😢 but I have an idea. First some facts:
I am working on some (non spring) projects where I am forced to use the openjdk 11/13 and with the last release of graphql-java-servlet I am (and I will be) stucked forever with the previous version (14.0.0) that will not be updated with the newer versions of graphql-java and I cannot migrate from javax to jakarta. So I have a suggestion (like graphql-java does):
These branches could be aligned with the main branch every time a new release is made so the effort of cherry-picking the new commits is low. I am happy to help maintaining these branches if you agree to try this solution. (I already have a commit on my fork for the second branch and I will create another one for the first one) |
Beta Was this translation helpful? Give feedback.
-
@oliemansm Sorry to bother you again, did you have time to think how to approach the proposed solution and if the flow using the PR to the two branches is feasable to maintain the two different versions of graphql-java-servlet? |
Beta Was this translation helpful? Give feedback.
-
@oliemansm I have a spring boot 2.7 application using com.graphql-java-kickstart:graphql-spring-boot-starter V11.1.0, I want to migrate it to spring boot 3.0.7 using com.graphql-java-kickstart:graphql-spring-boot-starter V15.0.0, what are the steps that I need to follow to get the compatibility, (I tried to upgrade the spring boot and GraphQL to 15.0.0 but I got null data response) |
Beta Was this translation helpful? Give feedback.
-
Java 17 has been released quite some time ago and is the latest stable release replacing Java 8 as LTS. Although Java 8 in practice is still heavily used, it's unclear what the usage is of applications relying on this library. The latest version of Spring Boot v3.0.0 has changed it's support and now requires at least Java 17.
Supporting older versions of Java becomes more and more challenging and ideally we can increase the minimum JDK version to support, ideally even to v17.
29 votes ·
Beta Was this translation helpful? Give feedback.
All reactions