We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tomcat10は、Servlet 6.0の規格に対応している。
Servlet 4.0から5.0の変更点として、javax.servletパッケージが、jakarta.servletにパッケージ名変更されている。 Tomcat9は、Servlet 4.0なのでパッケージ名の変更はなく、影響はなかった。
The text was updated successfully, but these errors were encountered:
Merge branch 'master' into #938
e1f69ed
ishidamu
No branches or pull requests
Tomcat10は、Servlet 6.0の規格に対応している。
Servlet 4.0から5.0の変更点として、javax.servletパッケージが、jakarta.servletにパッケージ名変更されている。
Tomcat9は、Servlet 4.0なのでパッケージ名の変更はなく、影響はなかった。
The text was updated successfully, but these errors were encountered: