Integrated: 8369432: Add Support for JDBC 4.5 MR

Lance Andersen lancea at openjdk.org
Sun Nov 30 12:56:00 UTC 2025


On Wed, 8 Oct 2025 14:49:07 GMT, Lance Andersen <lancea at openjdk.org> wrote:

> This PR adds support for the upcoming JDBC 4.5 MR which provides the following  updates to the JDBC specification:
> 
> - Deprecate SQLPermission for removal
> - Enhance the Blob/Clob/Array/SQLXML/NClob interfaces to extend/support AutoClosable
> - Add the SQL types DECFLOAT, JSON to Types.Java and JDBCType.java
> - Add the quoted identifier methods that **were added previously to the Statement interface in JDK 9** to the Connection interface
>   - It is the exact same verbiage & default methods used when these methods were added to the Statement interface
> - Clarify the Timestamp::hashCode method which incorrectly indicates that nanos are not used when calculating the hash
> 
> Tiers 1-3 have been run

This pull request has now been integrated.

Changeset: 282f3394
Author:    Lance Andersen <lancea at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/282f339406d67d189e06c0bf8c7ca8d8cf5774e0
Stats:     2693 lines in 27 files changed: 2336 ins; 233 del; 124 mod

8369432: Add Support for JDBC 4.5 MR

Reviewed-by: alanb, rriggs

-------------

PR: https://git.openjdk.org/jdk/pull/27693


More information about the core-libs-dev mailing list