Java 26 introduces JDBC 4.5; review JDBC 4.5 to identify necessary changes (https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/index5.html).
Identified changes (work in progress):
Still to do:
- Review the javadoc-diff to see if we missed anything based on the spec-diff
- Double check Appendix B Data Type Conversion Tables changes; we should already have the necessary conversions, but verify to be sure
No impact:
AutoCloseable on Blob/Clob/NClob: default implementation calling free() should be sufficient
Java 26 introduces JDBC 4.5; review JDBC 4.5 to identify necessary changes (https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/index5.html).
Identified changes (work in progress):
Still to do:
No impact:
AutoCloseableonBlob/Clob/NClob: default implementation callingfree()should be sufficient