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
Use jakarta.servlet.* instead of import javax.servlet.* . For example AbstractQueryCountLoggingServletFilter uses the old import. The dependency should be updated.
Use jakarta.servlet.* instead of import javax.servlet.* . For example
AbstractQueryCountLoggingServletFilteruses the old import. The dependency should be updated.