Skip to content

Jakarta Servlet 6.x specific features used in GraphQL Java Servlet #508

Closed Answered by federicorispo
ideas-into-software asked this question in Q&A
Discussion options

You must be logged in to vote

@ideas-into-software In the last release the version of springframework-* dependencies were bumped to 6.0.5 and all the codebase was migrated from javax to jakarta. Unfortunately spring version 6.x requires jakarta 6.x (see here) so the jakarta downgrade is not feasable. However the graphql-java-servlet uses the springframework dependencies only for the unit tests and I think it could be useful to have a branch of this project that does not necessarily depend on the springframework ecosystem.

I'm already working to get more flavors of this library supporting jdk11 and javax (see this thread) and I'm happy to help maintaing also this flavor removing the spring dependencies but I'm stuck be…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ideas-into-software
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants