You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/17 18:31:27 UTC

[commons-codec] branch master updated: Add Java 17 LTS reference

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


The following commit(s) were added to refs/heads/master by this push:
     new 8b40e506 Add Java 17 LTS reference
8b40e506 is described below

commit 8b40e506d6b76032a975ecca9714a56a4c6ecbe9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 17 14:31:23 2023 -0400

    Add Java 17 LTS reference
---
 src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java b/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java
index fcf3b21e..5d124555 100644
--- a/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java
+++ b/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java
@@ -30,6 +30,10 @@ package org.apache.commons.codec.digest;
  * @see <a href=
  *      "https://docs.oracle.com/en/java/javase/11/security/oracle-providers.html#GUID-A47B1249-593C-4C38-A0D0-68FA7681E0A7">
  *      Java 11 Cryptography Architecture Sun Providers Documentation</a>
+ * @see <a href=
+ *      "https://docs.oracle.com/en/java/javase/17/security/oracle-providers.html#GUID-A47B1249-593C-4C38-A0D0-68FA7681E0A7">
+ *      Java 17 Cryptography Architecture Sun Providers Documentation</a>
+ *      
  * @since 1.10
  */
 public enum HmacAlgorithms {