Skip to content

Remove deprecated PreparedStatementCache and other long-deprecated API #1594

@bschoening

Description

@bschoening

CachedPreparedStatementCreator, MapPreparedStatementCache, and PreparedStatementCache were deprecated on December 7, 2020 in DATACASS-833 and should be removed.

Class comments mention "Deprecated since 2.0. This class uses an unsafe, static held cache."

We agree these classes are unsafe and are seeing code which calls these functions sometimes fail on writes. Since these classes were deprecated in Dec 2020 it seems appropriate to entirely remove them now.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions