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

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

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 10 May 2026 05:18PM UTC
Jobs 1
Files 78
Run time 1min
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

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%)

1 of 1 new or added line in 1 file covered. (100.0%)

8191 of 8199 relevant lines covered (99.9%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5447.1 10 May 2026 05:18PM UTC 78
99.9
Source Files on build #5447
  • 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 Repo
  • 153e624f on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
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