This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
commit a45261b90c114802bbfa357bb873e797cd4f9589 Author: Gary Gregory <[email protected]> AuthorDate: Wed Apr 1 07:32:43 2026 -0400 Javadoc --- src/main/java/org/apache/commons/codec/digest/DigestUtils.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/codec/digest/DigestUtils.java b/src/main/java/org/apache/commons/codec/digest/DigestUtils.java index 165aa56a..7c84b0b0 100644 --- a/src/main/java/org/apache/commons/codec/digest/DigestUtils.java +++ b/src/main/java/org/apache/commons/codec/digest/DigestUtils.java @@ -62,7 +62,10 @@ import org.apache.commons.codec.binary.StringUtils; * See <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA">Appendix A in the Java Cryptography Architecture * Reference Guide</a> for information about standard algorithm names. * </p> - * + * <p> + * The use of SHA3-512 requires Java 9 or higher. + * </p> + * * @see MessageDigestAlgorithms */ public class DigestUtils {
