Pinned executable-oracle versions and deterministic process settings.
JVM fixtures are authoritative only when produced by the exact Temurin and
Clojure releases in priv/java_oracle_versions.exs. Babashka remains a fast
secondary oracle and never grants exact overload coverage.
Summary
Functions
Returns the accepted English locale labels from pinned Babashka native images.
Returns the deterministic process locale and timezone requested for every oracle.
Returns the pinned Java, JVM Clojure, and Babashka releases.
Functions
@spec babashka_locales() :: [String.t()]
Returns the accepted English locale labels from pinned Babashka native images.
Babashka is a non-authoritative fast oracle. Its platform-specific native images may omit the region from Java's default locale even when the process environment requests en_US; locale-sensitive Java operations are excluded from its fixture subset.
Returns the deterministic process locale and timezone requested for every oracle.
@spec versions() :: map()
Returns the pinned Java, JVM Clojure, and Babashka releases.