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
Can you release a variant of the SDK compatible with Jakarta Servlet 5.0?
This mostly means switching from javax.servlet:javax.servlet-api:3.0.1 to jakarta.servlet:jakarta.servlet-api:5.0.0 and changing all javax.servlet imports to jakarta.servlet.
The text was updated successfully, but these errors were encountered:
Can you release a variant of the SDK compatible with Jakarta Servlet 5.0?
This mostly means switching from
javax.servlet:javax.servlet-api:3.0.1
tojakarta.servlet:jakarta.servlet-api:5.0.0
and changing alljavax.servlet
imports tojakarta.servlet
.The text was updated successfully, but these errors were encountered: