lprimak commented on code in PR #2461: URL: https://github.com/apache/shiro/pull/2461#discussion_r2708913491
########## web/src/main/java/org/apache/shiro/web/filter/authc/NoAccessFilter.java: ########## @@ -23,8 +23,8 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import javax.servlet.ServletRequest; -import javax.servlet.ServletResponse; +import jakarta.servlet.ServletRequest; +import jakarta.servlet.ServletResponse; Review Comment: 3.x will no longer support javax at all I bet karaf and pax will support it by the time 3.x is released if they don't already. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
