This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 969e75b4c6 Remove deprecated code 969e75b4c6 is described below commit 969e75b4c6d2742b8196fc5450578956d71d0fe4 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Oct 24 23:23:22 2023 +0100 Remove deprecated code --- java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java b/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java index 1e5edcd6fe..7a9ccf0feb 100644 --- a/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java +++ b/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java @@ -73,11 +73,6 @@ public class OpenSSLUtil extends SSLUtilBase { return new OpenSSLContext(certificate, negotiableProtocols); } - @Deprecated - public static X509KeyManager chooseKeyManager(KeyManager[] managers) throws Exception { - return chooseKeyManager(managers, true); - } - public static X509KeyManager chooseKeyManager(KeyManager[] managers, boolean throwOnMissing) throws Exception { if (managers == null) { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org