You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2022/05/16 02:25:56 UTC

[juddi] branch master updated: JUDDI-1022 deprecating DES based code

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

alexoree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juddi.git


The following commit(s) were added to refs/heads/master by this push:
     new 5555dd57b JUDDI-1022 deprecating DES based code
5555dd57b is described below

commit 5555dd57b3707e79e8fc729346d160fd4d82c076
Author: Alex O'Ree <al...@apache.org>
AuthorDate: Sun May 15 22:25:51 2022 -0400

    JUDDI-1022 deprecating DES based code
---
 .../org.apache.juddi.v3.client.cryptor/CryptorFactory.cs                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.cryptor/CryptorFactory.cs b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.cryptor/CryptorFactory.cs
index 7fa0afa49..81ab2a46f 100644
--- a/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.cryptor/CryptorFactory.cs
+++ b/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.cryptor/CryptorFactory.cs
@@ -32,7 +32,7 @@ namespace org.apache.juddi.v3.client.cryptor
 
         public static readonly string AES128 = "AES128Cryptor";
         public static readonly string AES256 = "AES256Cryptor";
-        [Obsolete("This class should not be used anymore!", true)]
+        [Obsolete("This class should not be used anymore!", false)]
         public static readonly string TripleDES = "TripleDESCryptor";
         /// <summary>
         /// known implementations


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org