smarkwal commented on pull request #8:
URL: 
https://github.com/apache/tomcat-jakartaee-migration/pull/8#issuecomment-753003696


   Hi Ali,
   
   Are you sure that the package `javax.sql` will be migrated to the new 
Jakarta namespace? As far as I know, this package is still shipped with Java 
SE. The package is exported by the Java SE module `java.sql` in Java 15:
   
https://docs.oracle.com/en/java/javase/15/docs/api/java.sql/module-summary.html
   
https://docs.oracle.com/en/java/javase/15/docs/api/java.sql/javax/sql/package-summary.html
   
   `javax.sql` is not listed as package in the Jakarta EE 8 Specification API:
   https://jakarta.ee/specifications/platform/8/apidocs/index.html
   
   And there is also no package `jakarta.sql` in the API of Jakarta EE 9:
   https://jakarta.ee/specifications/platform/9/apidocs/index.html
   
   Maybe this is another `javax` package which will not be migrated, like the 
XML parsers in `javax.xml.parsers`, and many other packages of Java SE?
   
   Happy New Year!
   
   Stephan


----------------------------------------------------------------
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

Reply via email to