You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?