ChristopherSchultz commented on issue #24: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/24#issuecomment-1006739580
> So also the dependencies in a WAR are updated? I mean the JARS in WEB-INF/lib. Of course they are. If you have a library that reads data from `HttpServletRequest` and `HttpServletRequest` has moved from the `javax.servlet.http` package to the `jakarta.servlet.http`, then the library had better be updated along with your code. Otherwise, your application wouldn't work. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
