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

ben-manes / caffeine / #5603

Builds Branch Commit Type Ran Committer Via Coverage
#5603 v3.dev Fill branch-coverage gaps from the audit changes The recent audit fixes left a few uncovered branches (StripedBuffer's spin lock aside): - Remove the dead recordMiss parameter from handleCompletion. The last caller passing true became false wh... push 07 Jul 2026 09:25AM UTC ben-manes github
100.0
#5602 master Fill branch-coverage gaps from the audit changes The recent audit fixes left a few uncovered branches (StripedBuffer's spin lock aside): - Remove the dead recordMiss parameter from handleCompletion. The last caller passing true became false wh... push 07 Jul 2026 09:24AM UTC ben-manes github
100.0
#5601 master Fill branch-coverage gaps from the audit changes The recent audit fixes left a few uncovered branches (StripedBuffer's spin lock aside): - Remove the dead recordMiss parameter from handleCompletion. The last caller passing true became false wh... push 07 Jul 2026 08:56AM UTC ben-manes github
100.0
#5600 v3.dev Fill branch-coverage gaps from the audit changes The recent audit fixes left a few uncovered branches (StripedBuffer's spin lock aside): - Remove the dead recordMiss parameter from handleCompletion. The last caller passing true became false wh... push 07 Jul 2026 08:09AM UTC ben-manes github
100.0
#5599 v3.dev Fill branch-coverage gaps from the audit changes The recent audit fixes left a few uncovered branches (StripedBuffer's spin lock aside): - Remove the dead recordMiss parameter from handleCompletion. The last caller passing true became false wh... push 07 Jul 2026 07:01AM UTC ben-manes github
99.95
#5598 v3.dev Clarify serialization scope and snapshot javadoc Two javadoc clarifications from the audit's documentation pass: - Caffeine: caches retain configuration when their components are serializable, but the executor/scheduler/stats are runtime state ... push 07 Jul 2026 05:07AM UTC ben-manes github
99.9
#5597 v3.dev Sanitize the JMX quote char and harden cache close An unquoted ObjectName rejects '"', which was missing from the jcache name sanitizer, so createCache with a quote in the name threw after registering and stranded an unclosable proxy. Add '"' to ... push 06 Jul 2026 11:57PM UTC ben-manes github
99.9
#5596 v3.dev Match ConcurrentHashMap for containsAll on the map views keySet()/values().containsAll inherited AbstractCollection's loop, which threw NullPointerException on a null element and iterated even for a self-check. CHM and Guava both skip a null elem... push 06 Jul 2026 08:45PM UTC ben-manes github
99.9
#5595 v3.dev Match ConcurrentHashMap for containsAll on the map views keySet()/values().containsAll inherited AbstractCollection's loop, which threw NullPointerException on a null element and iterated even for a self-check. CHM and Guava both skip a null elem... push 06 Jul 2026 08:20PM UTC ben-manes github
99.9
#5594 v3.dev Match ConcurrentHashMap for containsAll on the map views keySet()/values().containsAll inherited AbstractCollection's loop, which threw NullPointerException on a null element and iterated even for a self-check. CHM and Guava both skip a null elem... push 06 Jul 2026 07:31PM UTC ben-manes github
99.71
#5593 master upgrade errorprone push 05 Jul 2026 09:12PM UTC ben-manes github
99.89
#5592 v3.dev upgrade errorprone push 05 Jul 2026 08:39PM UTC ben-manes github
99.89
#5591 v3.dev Resolve substitutions in URI-loaded jcache configs TypesafeConfigurator's file/jar/classpath branches returned a config stack built on defaultReferenceUnresolved without calling resolve(), so any HOCON substitution (${ref}, or ${caffeine.jcache.d... push 05 Jul 2026 09:10AM UTC ben-manes github
99.9
#5590 v3.dev Resolve substitutions in URI-loaded jcache configs TypesafeConfigurator's file/jar/classpath branches returned a config stack built on defaultReferenceUnresolved without calling resolve(), so any HOCON substitution (${ref}, or ${caffeine.jcache.d... push 05 Jul 2026 07:49AM UTC ben-manes github
99.65
#5589 v3.dev Make the async asMap() view equals reflexive AsyncAsMapView.equals delegated straight to cache().equals(o), so a self-compare skipped the o == this short-circuit its three sibling views have. cache().equals then returns false whenever it iterates... push 05 Jul 2026 06:15AM UTC ben-manes github
99.9
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 308
  • 309
  • Next →
  • Back to Repo
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