• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ben-manes / caffeine / #5447 / 1
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 10 May 2026 05:18PM UTC
Files 78
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 May 2026 05:07PM UTC coverage: 99.902%. Remained the same
#5447.1

push

github

ben-manes
Apply creation expiry, not access, to loader-created entries on get()

LoadingCacheProxy.getOrLoad() called setAccessExpireTime on every result,
overwriting the creation expiry that JCacheLoaderAdapter had just set on
the freshly loaded entry. Move the call into the hit-only branch so a
loader-created entry retains its creation expiry, matching the JSR-107
RI's mutually-exclusive if/else and Hazelcast's miss path. Existing
fixtures used CreatedExpiryPolicy (access=null) or AccessedExpiryPolicy
(creation=access) and could not distinguish the two; new regressions in
JCacheCreationExpiryTest pin the contract with distinct durations.

issue found by detail.dev

3988 of 3996 branches covered (99.8%)

8191 of 8199 relevant lines covered (99.9%)

1.0 hits per line

Source Files on job #5447.1
  • Tree
  • List 78
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 5447
  • 153e624f on github
  • Prev Job for on v3.dev (##5446.1)
  • Next Job for on v3.dev (##5448.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc