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
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.