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 2db121ddce And some more deprecation
2db121ddce is described below
commit 2db121ddcee657b45e523f5dd776443726df2278
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Sep 24 16:29:09 2026 +0100
And some more deprecation
---
.../catalina/tribes/group/interceptors/TestEncryptInterceptor.java | 1 +
.../tribes/group/interceptors/TestEncryptInterceptorAlgorithms.java | 1 +
.../tribes/group/interceptors/TestEncryptInterceptorLargeHeap.java | 1 +
3 files changed, 3 insertions(+)
diff --git
a/test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptor.java
b/test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptor.java
index c636306e18..16bc7bce7e 100644
---
a/test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptor.java
+++
b/test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptor.java
@@ -45,6 +45,7 @@ import org.apache.catalina.tribes.io.XByteBuffer;
* though the interceptor actually operates on byte arrays. This is done
* for readability for the tests and their outputs.
*/
+@Deprecated
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class TestEncryptInterceptor extends EncryptInterceptorBaseTest {
diff --git
a/test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptorAlgorithms.java
b/test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptorAlgorithms.java
index ca61a8ce0c..cde0d0f55c 100644
---
a/test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptorAlgorithms.java
+++
b/test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptorAlgorithms.java
@@ -29,6 +29,7 @@ import org.junit.runners.Parameterized.Parameters;
import org.apache.catalina.tribes.Channel;
+@Deprecated
@RunWith(Parameterized.class)
public class TestEncryptInterceptorAlgorithms extends
EncryptInterceptorBaseTest {
diff --git
a/test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptorLargeHeap.java
b/test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptorLargeHeap.java
index 59ea081b51..4c6da8c2c5 100644
---
a/test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptorLargeHeap.java
+++
b/test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptorLargeHeap.java
@@ -30,6 +30,7 @@ import org.apache.catalina.tribes.Channel;
* though the interceptor actually operates on byte arrays. This is done
* for readability for the tests and their outputs.
*/
+@Deprecated
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class TestEncryptInterceptorLargeHeap extends
EncryptInterceptorBaseTest {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]