This PR moves us to the Jakarta Servlet namespace to allow users of Spring boot V3 to consume our SDK.
I used the built in migration tool in IntelliJ to do the bulk of the work.
I also had to bump the jetty servlet version for compatibility in our examples and tests.
This PR moves us to the Jakarta Servlet namespace to allow users of Spring boot V3 to consume our SDK. I used the built in migration tool in IntelliJ to do the bulk of the work. I also had to bump the jetty servlet version for compatibility in our examples and tests.
Fixes #495