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

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

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 12 Jul 2026 11:17PM 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

12 Jul 2026 10:52PM UTC coverage: 99.988% (-0.01%) from 100.0%
#5619

push

github

ben-manes
Isolate per-key failures in jcache invokeAll

The per-key catch was EntryProcessorException-only, so a non-EPE
failure -- e.g. a non-serializable key's copyOf(key) CacheException,
outside the EPE-wrapping remap -- escaped and aborted the whole batch.
Capture it as that key's result instead, wrapping a non-EPE once in
EntryProcessorException (an existing EPE passes through). Matches the
RI and other adapters which all isolate per-key. Single-key invoke is
unchanged (raw CacheException for a bad key).

4132 of 4142 branches covered (99.76%)

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

1 existing line in 1 file now uncovered.

8412 of 8413 relevant lines covered (99.99%)

1.0 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
99.42
-0.58% jcache/src/main/java/com/github/benmanes/caffeine/jcache/configuration/TypesafeConfigurator.java
Jobs
ID Job ID Ran Files Coverage
1 #5619.1 12 Jul 2026 11:17PM UTC 78
99.99
Source Files on build #5619
  • Tree
  • List 78
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 961b1d54 on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc