Skip to content

[pull] master from kubernetes-client:master#190

Merged
pull[bot] merged 4 commits intohemanth22:masterfrom
kubernetes-client:master
Apr 2, 2026
Merged

[pull] master from kubernetes-client:master#190
pull[bot] merged 4 commits intohemanth22:masterfrom
kubernetes-client:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Apr 2, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot bot and others added 4 commits April 1, 2026 02:03
Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 2.9.3 to 3.0.0.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](ben-manes/caffeine@v2.9.3...v3.0.0)

---
updated-dependencies:
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…bility

Replace async refresh() with synchronous put() and explicit invalidate()
for keys removed from ConfigMap. This fixes a race condition introduced
in Caffeine 3.x where asMap().get() returns null for expired entries
during an in-flight async refresh, causing KubernetesFromConfigMapTest
to fail intermittently.

Changes:
- Replace LoadingCache with Cache (CacheLoader no longer needed)
- Remove expireAfterWrite (entries managed explicitly by scheduler)
- Use put() to synchronously write ConfigMap data into cache
- Use invalidate() to remove keys no longer present in ConfigMap
- Remove ConfigMapGetterCacheLoader inner class

Agent-Logs-Url: https://github.com/kubernetes-client/java/sessions/07e0048a-55b8-42c1-809c-ff20e3bd4837

Co-authored-by: brendandburns <[email protected]>
…github.ben-manes.caffeine-caffeine-3.0.0

build(deps): bump com.github.ben-manes.caffeine:caffeine from 2.9.3 to 3.0.0
@pull pull bot locked and limited conversation to collaborators Apr 2, 2026
@pull pull bot added the ⤵️ pull label Apr 2, 2026
@pull pull bot merged commit 1ef24dd into hemanth22:master Apr 2, 2026
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants