tutufool opened a new issue, #47:
URL: https://github.com/apache/tomcat-jakartaee-migration/issues/47

   Hi, 
   
   I'd like to know when a specific package is replaced (like javax.xml.bind 
replaced by jakarta.xml.bind), shall we need introduce some 3rd party 
dependency?
   like:
   <dependency>
       <groupId>jakarta.xml.bind</groupId>
       <artifactId>jakarta.xml.bind-api</artifactId>
       <version>4.0.0</version>
   </dependency>
   
   (our legacy code relies on jaxb-api)
   
   I'm not sure what happened to the final output, like jaxb-api jar is removed 
and jakarta.xml.bind-api auto added?
   
   
   
   


-- 
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: dev-unsubscr...@tomcat.apache.org.apache.org

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

Reply via email to