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

markt-asf 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 5621372658 Remove deprecated code
5621372658 is described below

commit 56213726582fa56d65e989cacfb6d711dc3e0047
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Aug 27 10:27:40 2026 +0100

    Remove deprecated code
---
 java/org/apache/tomcat/jni/SSL.java | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/java/org/apache/tomcat/jni/SSL.java 
b/java/org/apache/tomcat/jni/SSL.java
index c11bcdf13b..c12f39ae73 100644
--- a/java/org/apache/tomcat/jni/SSL.java
+++ b/java/org/apache/tomcat/jni/SSL.java
@@ -461,35 +461,6 @@ public final class SSL {
      */
     public static final int SSL_CONF_TYPE_DIR = 0x0003;
 
-    /**
-     * Shutdown type unset.
-     *
-     * @deprecated Unused. Will be removed in Tomcat 12 onwards.
-     */
-    @Deprecated
-    public static final int SSL_SHUTDOWN_TYPE_UNSET = 0;
-    /**
-     * Standard shutdown type.
-     *
-     * @deprecated Unused. Will be removed in Tomcat 12 onwards.
-     */
-    @Deprecated
-    public static final int SSL_SHUTDOWN_TYPE_STANDARD = 1;
-    /**
-     * Unclean shutdown type.
-     *
-     * @deprecated Unused. Will be removed in Tomcat 12 onwards.
-     */
-    @Deprecated
-    public static final int SSL_SHUTDOWN_TYPE_UNCLEAN = 2;
-    /**
-     * Accurate shutdown type.
-     *
-     * @deprecated Unused. Will be removed in Tomcat 12 onwards.
-     */
-    @Deprecated
-    public static final int SSL_SHUTDOWN_TYPE_ACCURATE = 3;
-
     /**
      * Info flag for session ID.
      */


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

Reply via email to