This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from b73b3410d8 Remove deprecated code
new 2b4be933ab Remove JSSE specific abstract classes
new 9035644da4 Fix test that was using deprecated code
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
java/org/apache/catalina/connector/Connector.java | 8 +-
.../catalina/startup/ConnectorCreateRule.java | 4 +-
.../coyote/http11/AbstractHttp11JsseProtocol.java | 56 -----
.../coyote/http11/AbstractHttp11Protocol.java | 22 ++
.../apache/coyote/http11/Http11Nio2Protocol.java | 2 +-
.../apache/coyote/http11/Http11NioProtocol.java | 2 +-
.../apache/tomcat/util/net/AbstractEndpoint.java | 189 ++++++++++++++++-
.../tomcat/util/net/AbstractJsseEndpoint.java | 225 ---------------------
java/org/apache/tomcat/util/net/Nio2Endpoint.java | 2 +-
java/org/apache/tomcat/util/net/NioEndpoint.java | 2 +-
.../coyote/ajp/TestAbstractAjpProcessor.java | 2 +-
.../tomcat/util/net/TestCustomSslTrustManager.java | 4 +-
12 files changed, 221 insertions(+), 297 deletions(-)
delete mode 100644
java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java
delete mode 100644 java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]