You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2020/12/31 16:47:49 UTC

[GitHub] [tomcat-jakartaee-migration] smarkwal commented on pull request #8: Extend the fix for issue #6 to also include the javax.sql package

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org