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

servlet profile added, covers javax.servlet only #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rw7
Copy link

@rw7 rw7 commented Jun 28, 2024

The profile TOMCAT does not work for me. For instance it converts javax.mail, which is provided by my web application, not Tomcat. So it is not affected by the upgrade of Tomcat 9 -> 10.1 at all. Migrating javax.mail breaks my application.

Of course I will upgrade javax.mail to jakarta.mail (and other packages) as well. But I'd like to do this step by step.

For my application I'd like to migrate javax.servlet only.
Other packages, such as javax.mail are part of my web application,
thus no affected by the tomcat upgrade.
@rw7
Copy link
Author

rw7 commented Oct 25, 2024

Would be nice if there was any feedback on this issue.

@ChristopherSchultz
Copy link

This looks okay to me. I'll give it a test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants