libfailsafe-java 3.3.2-3 source package in Ubuntu
Changelog
libfailsafe-java (3.3.2-3) unstable; urgency=medium * Raising Standards version to 4.7.2 (no change) * Removing the nocheck annotation from all the B-D (Closes: #1116768) -- Pierre Gruet <email address hidden> Sat, 04 Oct 2025 15:14:13 +0200
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Resolute | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| libfailsafe-java_3.3.2-3.dsc | 2.1 KiB | cd62b8880b4bb2a70dd336243fbf4aaef9fe02ba7b67ed76ab428440efefbd6b |
| libfailsafe-java_3.3.2.orig.tar.gz | 121.8 KiB | 3ca1ffb5500131d994c085367bccf07ba6790f1975ea9b7d88ca065cd20c6758 |
| libfailsafe-java_3.3.2-3.debian.tar.xz | 3.9 KiB | 0559e9560e7d11f099005927c39a4345f13109bbfc3bfb4d04169b80234cc5d3 |
Available diffs
- diff from 3.3.2-2 to 3.3.2-3 (610 bytes)
No changes file available.
Binary packages built by this source
- libfailsafe-java: fault tolerance and resilience patterns Java library
Failsafe is a lightweight, zero-dependency library for handling failures in
Java 8+, with a concise API for handling everyday use cases and the
flexibility to handle everything else. It works by wrapping executable logic
with one or more resilience policies, which can be combined and composed as
needed.
.
Policies include Retry, CircuitBreaker, RateLimiter, Timeout, Bulkhead, and
Fallback. Additional modules include OkHttp.
