Any Plans to Migrate from javax (Java EE 8) to Jakarta namespace (Java EE 9+). The javax packages are now renamed to Jakarta.
We are upgrading our java services to Spring Boot 3 and this is not fully compatible anymore.
To get around it I have had to use custom versions of io.castle.client.Castle and io.castle.client.internal.utils.CastleContextBuilder and either replace imports of javax.servlet.http.* with jakarta.servlet.http.*. or remove references to javax namespace.
See
https://spring.io/blog/2022/05/24/preparing-for-spring-boot-3-0
Also see that you have an open PR to upgrade to Spring 6.
#122