Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate our old static jdbc caches for future removal #2745

Merged
merged 1 commit into from
Sep 8, 2021
Merged

Conversation

lmsurpre
Copy link
Member

@lmsurpre lmsurpre commented Sep 8, 2021

These were largely replaced by JDBCIdentityCache and the JDBCIdentityCacheImpl.

A couple of the older caches are still used by live code, so we should only
deprecate them if we know that they aren't really needed.

For example, the ParameterNamesCache is used (transitively) from
JDBCIdentityCacheImpl.getParameterNameId.

Signed-off-by: Lee Surprenant lmsurpre@us.ibm.com

A couple of these are still used in a few places, so we should only
deprecate them if we know that they aren't really needed.

For example, the ParameterNamesCache is used (transitively) from
JDBCIdentityCacheImpl.getParameterNameId.


Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
@lmsurpre lmsurpre changed the title Deprecate our older caches for future removal Deprecate our old static jdbc caches for future removal Sep 8, 2021
Copy link
Contributor

@michaelwschroeder michaelwschroeder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lmsurpre lmsurpre merged commit ad00a02 into main Sep 8, 2021
@lmsurpre lmsurpre deleted the lee-main branch September 8, 2021 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants