回答編集履歴

1

追記

2022/02/08 14:19

投稿

shiketa
shiketa

スコア3971

test CHANGED
@@ -15,3 +15,12 @@
15
15
  + import jakarta.servlet.*;
16
16
  + import jakarta.servlet.http.*;
17
17
  ```
18
+
19
+
20
+ .
21
+
22
+
23
+
24
+ 書いてありますね。 https://tomcat.apache.org/download-10.cgi
25
+
26
+ > Users of Tomcat 10 onwards should be aware that, as a result of the move from Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse Foundation, the primary package for all implemented APIs has changed from javax.* to jakarta.*. This will almost certainly require code changes to enable applications to migrate from Tomcat 9 and earlier to Tomcat 10 and later. A migration tool has been developed to aid this process.