This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 1e1c485f556 Regen
new fc4c39d13cf CAMEL-19538: Replaced Thread.sleep() in camel-mllp
new a3b4c935547 CAMEL-19538: Fixed awaitility issues in camel-mllp
new 35e4563fe47 CAMEL-19538: added awaitility to the classpath, replaced
awaitility lib in tests
new ae071ab4eb0 CAMEL-19538: added assertThrows where needed
new 721916b861b CAMEL-19538: changed some ineffective assertions
new c2a17bc4ef3 CAMEL-19538: changed some ineffective assertions
new d57f849bff6 CAMEL-19538: changed some ineffective assertions
The 7 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:
components/camel-mllp/pom.xml | 6 ++++
.../MllpTcpServerConsumerLenientBindTest.java | 8 +++--
.../mllp/MllpIdleTimeoutStrategyTest.java | 9 +++--
...TcpClientProducerIdleConnectionTimeoutTest.java | 37 +++++++++----------
.../mllp/MllpTcpServerConsumerBindTimeoutTest.java | 19 +++++-----
.../mllp/MllpTcpServerConsumerConnectionTest.java | 42 +++++++++++-----------
.../camel/test/executor/PooledExecutorTest.java | 5 +--
.../camel/test/tcp/JavaSocketManualTests.java | 8 ++++-
8 files changed, 70 insertions(+), 64 deletions(-)