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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-management.git


The following commit(s) were added to refs/heads/main by this push:
     new 8df6f44f remove comment because code has diverged (#547)
8df6f44f is described below

commit 8df6f44fa94f57de890465f4de090bae885494e1
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Nov 23 11:24:47 2025 +0100

    remove comment because code has diverged (#547)
---
 .../scala/org/apache/pekko/pki/kubernetes/PemManagersProvider.scala    | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/management-pki/src/main/scala/org/apache/pekko/pki/kubernetes/PemManagersProvider.scala
 
b/management-pki/src/main/scala/org/apache/pekko/pki/kubernetes/PemManagersProvider.scala
index 91503a92..5dd24816 100644
--- 
a/management-pki/src/main/scala/org/apache/pekko/pki/kubernetes/PemManagersProvider.scala
+++ 
b/management-pki/src/main/scala/org/apache/pekko/pki/kubernetes/PemManagersProvider.scala
@@ -33,9 +33,6 @@ import javax.net.ssl.{ TrustManager, TrustManagerFactory }
  * INTERNAL API
  * Convenience methods to ease building an SSLContext from k8s-provided PEM 
files.
  */
-// Duplicate from 
https://github.com/apache/pekko/blob/964dcf53eb9a81a65944a1b1d51575091fe0a031/remote/src/main/scala/org/apache/pekko/remote/artery/tcp/ssl/PemManagersProvider.scala
-// Eventually that will be a bit more open and we can reuse the class from 
Pekko in pekko-management.
-// See also https://github.com/akka/akka-http/issues/3772
 @InternalApi
 private[pekko] object PemManagersProvider {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to