Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend the fix for issue #6 to also include the javax.sql package #8

Closed
wants to merge 1 commit into from
Closed

Conversation

alitokmen
Copy link
Contributor

No description provided.

@smarkwal
Copy link

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

@rmaucher
Copy link
Contributor

Indeed, you have to verify the EE 9 release here: https://projects.eclipse.org/releases/jakarta-ee-9

@rmaucher rmaucher closed this Dec 31, 2020
@alitokmen
Copy link
Contributor Author

Hi @rmaucher, @smarkwal

Thanks a lot - Indeed, I now double checked and javax.sql is in Java SE. Quite confusing this move :|

Sorry for the noise, and happy new year!

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants