Re: Build failed in Jenkins: Ant » Ivy #86

Stefan Bodewig <[email protected]> Fri, 12 Jun 2026 09:20:13 +0200
Newsgroups gmane.comp.jakarta.ant.devel
Message-ID <[email protected]>
On 2026-06-12, Apache Jenkins Server wrote:

> Caused by: java.security.NoSuchAlgorithmException: SHA3-256 MessageDigest not available
> 	at sun.security.jca.GetInstance.getInstance(GetInstance.java:159)

Great. CylconeDX Core (Java) says it would work on Java8 but requires
hash algorithms that are not present wthout additional JCE magic. I'll
configure Jenkins to use a more recent version of Java as well.

Stefan