This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Spring Boot 3.0.0 / Jakarta EE 9 (jakarta.* namespace) support #894
Closed
Description
Today Spring Boot 3.0.0 has been released. It uses Jakarta EE 9 under the hood.
The current version of graphql-spring-boot is not API compatible with jakarta.* and it uses the good old javax.* Servlet API for e.g. GraphQLServletContextBuilder
Is there any plan to support Spring Boot 3.0.0 in the near future?