This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 9c8b65d0889 CAMEL-20215 - reactivate
MllpTcpServerConsumerOptionalEndOfDataWithValidationTest
9c8b65d0889 is described below
commit 9c8b65d0889474368b87fbd7b6fcd14b81a826ef
Author: Aurélien Pupier <[email protected]>
AuthorDate: Fri Jun 14 09:35:34 2024 +0200
CAMEL-20215 - reactivate
MllpTcpServerConsumerOptionalEndOfDataWithValidationTest
It was previously failing with JDK 21. it is now passing, surely due to
a fix upstream a the library mllp
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../mllp/MllpTcpServerConsumerOptionalEndOfDataWithValidationTest.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpServerConsumerOptionalEndOfDataWithValidationTest.java
b/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpServerConsumerOptionalEndOfDataWithValidationTest.java
index 441f45dbaba..7cb3e2e96e7 100644
---
a/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpServerConsumerOptionalEndOfDataWithValidationTest.java
+++
b/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpServerConsumerOptionalEndOfDataWithValidationTest.java
@@ -20,13 +20,11 @@ import java.util.concurrent.TimeUnit;
import org.apache.camel.builder.NotifyBuilder;
import org.apache.camel.test.mllp.Hl7TestMessageGenerator;
-import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
import static org.junit.jupiter.api.Assertions.assertTrue;
-@Disabled("https://issues.apache.org/jira/browse/CAMEL-20215")
public class MllpTcpServerConsumerOptionalEndOfDataWithValidationTest
extends TcpServerConsumerEndOfDataAndValidationTestSupport {