-
Task
-
Resolution: Unresolved
-
Major
-
None
SSLContextBuilder makes use of org.wildfly.security.evidence.X509PeerCertificateChainEvidence, which is part of the wildfly-elytron-credential module. This module is what brings in dependencies on slf4j and sshd-common. We could split out the org.wildfly.security.evidence classes into a new wildfly-elytron-evidence module to reduce the dependencies here so wildfly-elytron-ssl-builder could just depend on wildfly-elytron-evidence instead of wildfly-elytron-credential.
- split from
-
ELY-2517 Move SSLContextBuilder to a new wildfly-elytron-ssl-builder module
- Pull Request Sent