This is an automated email from the ASF dual-hosted git repository.
vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
The following commit(s) were added to refs/heads/main by this push:
new a09fd72171 NO-JIRA: [Broker-J] Remove deprecated annotations from
TCPandSSLTransportTest (#363)
a09fd72171 is described below
commit a09fd721715526bdd0627c69b1c171b7ad7a0259
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Wed Jan 14 08:40:25 2026 +0100
NO-JIRA: [Broker-J] Remove deprecated annotations from
TCPandSSLTransportTest (#363)
---
.../java/org/apache/qpid/server/transport/TCPandSSLTransportTest.java | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/broker-core/src/test/java/org/apache/qpid/server/transport/TCPandSSLTransportTest.java
b/broker-core/src/test/java/org/apache/qpid/server/transport/TCPandSSLTransportTest.java
index ef34a93813..6024869117 100644
---
a/broker-core/src/test/java/org/apache/qpid/server/transport/TCPandSSLTransportTest.java
+++
b/broker-core/src/test/java/org/apache/qpid/server/transport/TCPandSSLTransportTest.java
@@ -24,7 +24,6 @@ import static org.apache.qpid.test.utils.JvmVendor.IBM;
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assumptions.assumeFalse;
-import static org.junit.jupiter.api.condition.JRE.JAVA_11;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
@@ -45,7 +44,6 @@ import javax.net.ssl.SSLSocket;
import javax.net.ssl.TrustManagerFactory;
import org.junit.jupiter.api.Test;
-import org.junit.jupiter.api.condition.EnabledForJreRange;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -172,7 +170,6 @@ public class TCPandSSLTransportTest extends UnitTestBase
}
@Test
- @EnabledForJreRange(min = JAVA_11)
public void testTLSv1_3SupportOnSSLOnlyPort()
{
assertDoesNotThrow(() -> checkHandshakeWithTlsProtocol("TLSv1.3",
Transport.SSL),
@@ -180,7 +177,6 @@ public class TCPandSSLTransportTest extends UnitTestBase
}
@Test
- @EnabledForJreRange(min = JAVA_11)
public void testTLSv1_3SupportOnSharedPort()
{
assertDoesNotThrow(() -> checkHandshakeWithTlsProtocol("TLSv1.3",
Transport.TCP, Transport.SSL),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]