The PastureStack maintenance delta intentionally preserves the Hazelcast 5.7.0 API and changes only the Jackson versions shaded into the runtime:
| Component | Upstream 5.7.0 | PastureStack runtime |
|---|---|---|
| Jackson 2 core and databind | 2.21.2 | 2.21.4 |
| Jackson 3 core, databind, and JR | 3.1.2 | 3.1.4 |
These updates address the High-severity findings reported against the original shaded runtime by the Trivy Java vulnerability database on 2026-07-22, including GHSA-r7wm-3cxj-wff9, CVE-2026-54512, and CVE-2026-54513.
A release is acceptable only when all of the following are true:
- The source boundary is the upstream
v5.7.0commit recorded in ORIGIN.md, followed by exactly one PastureStack maintenance commit. - The embedded Maven metadata reports Jackson 2.21.4 and Jackson 3.1.4.
trivy rootfs --scanners vuln --severity CRITICAL,HIGHreports zero Critical and zero High findings for the produced JAR.- The JAR contains the upstream
LICENSEandNOTICEmaterial. - The GHCR artifact package is public and can be fetched anonymously by manifest digest and layer digest.
The runtime image is an artifact carrier for deterministic downstream builds; it is not a standalone Hazelcast server image.