This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 3_0_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/3_0_x-fixes by this push:
     new 34eb5684e Version fixup
34eb5684e is described below

commit 34eb5684e14308eceeeb18eacfa9165dff016960
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Sep 22 10:11:28 2026 +0100

    Version fixup
---
 .../main/java/org/apache/wss4j/common/crypto/BouncyCastleUtils.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/ws-security-common/src/main/java/org/apache/wss4j/common/crypto/BouncyCastleUtils.java
 
b/ws-security-common/src/main/java/org/apache/wss4j/common/crypto/BouncyCastleUtils.java
index f7966328d..dff8d53c8 100644
--- 
a/ws-security-common/src/main/java/org/apache/wss4j/common/crypto/BouncyCastleUtils.java
+++ 
b/ws-security-common/src/main/java/org/apache/wss4j/common/crypto/BouncyCastleUtils.java
@@ -29,7 +29,7 @@ import java.security.cert.X509Certificate;
  *             4.0.1 and earlier, and delegates to the new class. Use
  *             {@link X509KeyIdentifierUtil} instead.
  */
-@Deprecated(since = "4.0.2", forRemoval = true)
+@Deprecated(since = "3.0.6", forRemoval = true)
 public final class BouncyCastleUtils {
 
     private BouncyCastleUtils() {
@@ -46,7 +46,7 @@ public final class BouncyCastleUtils {
      * @throws IllegalArgumentException if the extension is present but is not 
valid DER.
      * @deprecated use {@link 
X509KeyIdentifierUtil#getAuthorityKeyIdentifierBytes(X509Certificate)}
      */
-    @Deprecated(since = "4.0.2", forRemoval = true)
+    @Deprecated(since = "3.0.6", forRemoval = true)
     public static byte[] getAuthorityKeyIdentifierBytes(X509Certificate cert) {
         return X509KeyIdentifierUtil.getAuthorityKeyIdentifierBytes(cert);
     }
@@ -60,7 +60,7 @@ public final class BouncyCastleUtils {
      * @throws IllegalArgumentException if the extension is present but is not 
valid DER.
      * @deprecated use {@link 
X509KeyIdentifierUtil#getSubjectKeyIdentifierBytes(X509Certificate)}
      */
-    @Deprecated(since = "4.0.2", forRemoval = true)
+    @Deprecated(since = "3.0.6", forRemoval = true)
     public static byte[] getSubjectKeyIdentifierBytes(X509Certificate cert) {
         return X509KeyIdentifierUtil.getSubjectKeyIdentifierBytes(cert);
     }

Reply via email to