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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d374d819a Bump and rename sslcontext-kicktart to ayza (#2797)
8d374d819a is described below

commit 8d374d819aa249598819b0f0d14ea0b20f3d723d
Author: Hakan Altındağ <hakangoudb...@hotmail.com>
AuthorDate: Sat Sep 6 14:42:48 2025 +0200

    Bump and rename sslcontext-kicktart to ayza (#2797)
---
 pom.xml                                                               | 4 ++--
 server/protocols/protocols-imap4/pom.xml                              | 2 +-
 server/protocols/protocols-library/pom.xml                            | 2 +-
 .../org/apache/james/protocols/lib/LegacyJavaEncryptionFactory.java   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 151303be16..cc307d671a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2468,8 +2468,8 @@
             </dependency>
             <dependency>
                 <groupId>io.github.hakky54</groupId>
-                <artifactId>sslcontext-kickstart-for-pem</artifactId>
-                <version>9.1.0</version>
+                <artifactId>ayza-for-pem</artifactId>
+                <version>10.0.0</version>
             </dependency>
             <dependency>
                 <groupId>io.github.openfeign</groupId>
diff --git a/server/protocols/protocols-imap4/pom.xml 
b/server/protocols/protocols-imap4/pom.xml
index 0bfe4ce42d..6e114857a7 100644
--- a/server/protocols/protocols-imap4/pom.xml
+++ b/server/protocols/protocols-imap4/pom.xml
@@ -124,7 +124,7 @@
         </dependency>
         <dependency>
             <groupId>io.github.hakky54</groupId>
-            <artifactId>sslcontext-kickstart-for-pem</artifactId>
+            <artifactId>ayza-for-pem</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/server/protocols/protocols-library/pom.xml 
b/server/protocols/protocols-library/pom.xml
index 0ca58f46af..74b900cd5a 100644
--- a/server/protocols/protocols-library/pom.xml
+++ b/server/protocols/protocols-library/pom.xml
@@ -81,7 +81,7 @@
         </dependency>
         <dependency>
             <groupId>io.github.hakky54</groupId>
-            <artifactId>sslcontext-kickstart-for-pem</artifactId>
+            <artifactId>ayza-for-pem</artifactId>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
diff --git 
a/server/protocols/protocols-library/src/main/java/org/apache/james/protocols/lib/LegacyJavaEncryptionFactory.java
 
b/server/protocols/protocols-library/src/main/java/org/apache/james/protocols/lib/LegacyJavaEncryptionFactory.java
index a0eb7d85c9..fd44959abb 100644
--- 
a/server/protocols/protocols-library/src/main/java/org/apache/james/protocols/lib/LegacyJavaEncryptionFactory.java
+++ 
b/server/protocols/protocols-library/src/main/java/org/apache/james/protocols/lib/LegacyJavaEncryptionFactory.java
@@ -103,7 +103,7 @@ public class LegacyJavaEncryptionFactory implements 
Encryption.Factory {
         }
     }
 
-    // CF 
https://github.com/Hakky54/sslcontext-kickstart#loading-trust-material-with-trustmanager-and-ocsp-options
+    // CF 
https://github.com/Hakky54/ayza#loading-trust-material-with-trustmanager-and-ocsp-options
     private Optional<TrustStoreTrustOptions<? extends 
CertPathTrustManagerParameters>> clientAuthTrustOptions(SslConfig sslConfig) 
throws NoSuchAlgorithmException {
         if (!sslConfig.ocspCRLChecksEnabled()) {
             return Optional.empty();


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to