This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git
The following commit(s) were added to refs/heads/main by this push:
new 2734d6c document the SHA3 "problem"
2734d6c is described below
commit 2734d6c11e9cd18425daa0ac8fc0d3ddd9d49993
Author: Stefan Bodewig <[email protected]>
AuthorDate: Fri Jun 12 09:51:10 2026 +0200
document the SHA3 "problem"
https://github.com/CycloneDX/cyclonedx-core-java/issues/848
---
docs/index.html | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/docs/index.html b/docs/index.html
index 978342f..1b94a69 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -77,10 +77,11 @@ <h2>Tasks and Types provided by this Ant Library</h2>
<h2>Requirements and Dependencies of this Ant Library</h2>
- <p>This Ant Library requires Java 8 at a minimum to build and at
- runtime. It is meant to be compatible with Ant 1.10.x but there
- is no guarantee it will work with any version prior to
- 1.10.17.</p>
+ <p>This Ant Library requires Java 8 at a minimum to build - at
+ runtime at least Java 9 is required as CycloneDX Java Core wants
+ to create SHA3 hashes not sipported by Java prior to Java 9. It
+ is meant to be compatible with Ant 1.10.x but there is no
+ guarantee it will work with any version prior to 1.10.17.</p>
<p>The only direct dependency
is <a href="https://github.com/CycloneDX/cyclonedx-core-java">CycloneDX