The Wayback Machine - https://web.archive.org/web/20210809014950/https://github.com/apache/skywalking/issues/7420
Skip to content
New issue

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

Add plugin for Tomcat 10(Jakarta) #7420

Open
wu-sheng opened this issue Aug 9, 2021 · 0 comments
Open

Add plugin for Tomcat 10(Jakarta) #7420

wu-sheng opened this issue Aug 9, 2021 · 0 comments

Comments

@wu-sheng
Copy link
Member

@wu-sheng wu-sheng commented Aug 9, 2021

Background of Tomcat 10

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.

Because this chaos in the J2EE ecosystem, we need a separate plugin for Tomcat 10 and ecosystem round it. Potentially need new plugin for SpringMVC as it had embed Tomcat in the future. Be careful when someone does this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment