alitokmen opened a new issue #6: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/6
Currently, the Jakarta EE migration tool seems to be leaving definitions in `web.xml` such as the below untouched: ``` <resource-ref> <description>The test JMS queue</description> <res-ref-name>jms/MyQueue</res-ref-name> <res-type>javax.jms.Queue</res-type> <res-auth>Container</res-auth> </resource-ref> ``` These also need to be adapted, to use the Jakarta EE equivalents. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org