confluentinc / csid-secrets-providers

Enables use of external third-party systems for storing/retrieving key/value pairs with Confluent clusters.
https://confluentinc.github.io/csid-secrets-providers/
Other
6 stars 19 forks source link

chore: Adding autocloseable to AbstractConfigProvider #314

Closed eddyv closed 4 months ago

eddyv commented 4 months ago

Description

Adds AutoCloseable interface to AbstractConfigProvider

Motivation and Context

Depending on how this library is used, it would be nice to auto cleanup resources when using try-with-resources block

How Has This Been Tested?

N/A.

Types of changes

Checklist:

cla-assistant[bot] commented 4 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

cla-assistant[bot] commented 4 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

eddyv commented 4 months ago

duh - closeable extends autocloseable now. whoops.