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

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

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 21 Sep 2026 06:33AM UTC
Jobs 1
Files 79
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

21 Sep 2026 05:02AM UTC coverage: 99.989% (-0.01%) from 100.0%
#5798

push

github

ben-manes
fix jcache audit triage

- jcache.294: LoadingCacheProxy.get/getAll now catch Error and drain the
  pending synchronous listener-failure list before rethrowing. Previously,
  a copier Error thrown after a read-through load's endComputation had run
  left the pending list undrained, so an unrelated subsequent same-thread
  operation could inherit the prior operation's listener failure.

- jcache.115: CacheProxy.processorFailure and
  GuardedCacheEntryEventFilter.evaluate now restore the thread's interrupt
  status on InterruptedException, extending the existing loader/writer/
  expiry-policy convention to the processor and filter boundaries.
  Documented in jcache-adapter.md.

- jcache.229: Documented in jsr107-conformance.md that a listener Error
  skips the statistics-recording leg (accounting-only consequence of the
  existing 'do not broaden to Throwable' rule); no code change.

- jcache.171: TypesafeConfigurator.addMaximum now rejects policy.maximum.size
  and policy.maximum.weight set together with an IllegalArgumentException
  naming the cache, instead of deferring to Caffeine's builder ISE at
  getCache time with no cache-name context.

- jcache.172: resolveConfig's file: branch now catches IllegalArgumentException
  from new File(uri) and rethrows ConfigException.BadPath, mirroring the
  jar: branch's existing MalformedURLException handling. getDurationFor now
  checks for a negative Duration and throws ConfigException.BadValue.
  Both are wrapped into CacheException by TypesafeConfigurator.from, as
  configuration failures already are.

4771 of 4782 branches covered (99.77%)

50 of 51 new or added lines in 8 files covered. (98.04%)

9241 of 9242 relevant lines covered (99.99%)

1.0 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
95.0
-5.0% jcache/src/main/java/com/github/benmanes/caffeine/jcache/event/GuardedCacheEntryEventFilter.java
Jobs
ID Job ID Ran Files Coverage
1 #5798.1 21 Sep 2026 06:33AM UTC 79
99.99
Source Files on build #5798
  • Tree
  • List 79
  • Changed 8
  • Source Changed 8
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • af860110 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