You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up on #32161 which revises support for binary/character streams, SqlLobValue and the entire LobHandler abstraction is now left without a modern-day purpose anymore. On a related note, the SqlXmlHandler abstraction never even had value object support and is superseded by direct JDBC 4.0+ API usage in the meantime as well. As a consequence, we should deprecate both in 6.2.
The text was updated successfully, but these errors were encountered:
bclozel
changed the title
Deprecate LobHandler and SqlXmlHandler abstractions (including SqlLobValue and related support classes)
Deprecate LobHandler and SqlXmlHandler abstractions (including SqlLobValue and related support classes)
Feb 14, 2024
Following up on #32161 which revises support for binary/character streams,
SqlLobValue
and the entireLobHandler
abstraction is now left without a modern-day purpose anymore. On a related note, theSqlXmlHandler
abstraction never even had value object support and is superseded by direct JDBC 4.0+ API usage in the meantime as well. As a consequence, we should deprecate both in 6.2.The text was updated successfully, but these errors were encountered: