Skip to content

Commit

Permalink
3.x: Makes SecretBundleConfigSource public; improves modification log…
Browse files Browse the repository at this point in the history
…ic (#7468)

* 3.x: Makes SecretBundleConfigSource public; improves modification logic (backport of #7421)

Signed-off-by: Laird Nelson <[email protected]>

* Squashable commit; eliminates spurious lambda

Signed-off-by: Laird Nelson <[email protected]>

---------

Signed-off-by: Laird Nelson <[email protected]>
  • Loading branch information
ljnelson authored Aug 25, 2023
1 parent a742e26 commit 7f0ad54
Show file tree
Hide file tree
Showing 6 changed files with 661 additions and 437 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd">

<Match>
<Class name="io.helidon.integrations.oci.secrets.configsource.OciSecretsConfigSourceProvider$SecretBundleConfigSource"/>
<Class name="io.helidon.integrations.oci.secrets.configsource.SecretBundleConfigSource"/>
<Method name="secretSummaries"/>
<!-- Spotbugs is very, very confused by try-with-resources blocks. -->
<Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE"/>
Expand Down
Loading

0 comments on commit 7f0ad54

Please sign in to comment.