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 43e80d0adb64 camel-core - Add throwExceptrion function to simple
new 1ddb04e12065 CAMEL-21196: modernize exception-based assertions in
camel-http
new 672ff53c20ab CAMEL-21196: modernize exception-based assertions in
camel-jetty
new a082febfc9a1 CAMEL-21196: modernize exception-based assertions in
camel-jms
new 720c14a77212 CAMEL-21196: modernize exception-based assertions in
camel-mail
new 719a6e70d704 CAMEL-21196: modernize exception-based assertions in
camel-netty
new 13063a50b4e3 CAMEL-21196: modernize exception-based assertions in
camel-netty-http
new 9c36cc425873 CAMEL-21196: modernize exception-based assertions in
camel-soap
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:
.../camel/component/http/HeaderFilteringTest.java | 9 +----
.../component/http/HttpPollingConsumerTest.java | 12 +++---
.../camel/component/jetty/HttpBasicAuthTest.java | 18 ++++-----
.../camel/component/jetty/HttpBridgeRouteTest.java | 12 +++---
.../HttpOperationsFailedExceptionUriTest.java | 17 ++++----
.../component/jetty/HttpPollingConsumerTest.java | 13 +++----
.../jetty/HttpProducerOkStatusCodeRangeTest.java | 32 ++++++++-------
.../component/jetty/HttpProducerSOTimeoutTest.java | 15 ++++----
.../jetty/HttpRedirectNoLocationTest.java | 21 +++++-----
.../camel/component/jetty/HttpRedirectTest.java | 38 +++++++++---------
.../component/jetty/HttpStreamCacheFileTest.java | 17 ++++----
.../camel/component/jetty/HttpsAsyncRouteTest.java | 18 ++++-----
.../jetty/JettyResponseBodyWhenErrorTest.java | 27 +++++++------
.../JettyRouteWithUnknownSocketPropertiesTest.java | 14 +++----
...ttyRouteWithUnknownSslSocketPropertiesTest.java | 16 ++++----
.../component/jetty/JettySuspendResumeTest.java | 13 +++----
.../camel/component/jetty/JettySuspendTest.java | 13 +++----
.../camel/component/jetty/JettyXsltTest.java | 15 ++++----
.../component/jetty/SpringHttpsRouteTest.java | 12 +++---
.../jetty/SpringJettyNoConnectionTest.java | 13 +++----
.../async/JettyAsyncContinuationTimeoutTest.java | 23 ++++++-----
.../component/jetty/javabody/HttpJavaBodyTest.java | 28 ++++++--------
.../component/jetty/proxy/HttpClientProxyTest.java | 35 ++++++++---------
.../HttpClientProxyTransferExceptionTest.java | 26 ++++++-------
.../jetty/rest/RestJettyBasicAuthTest.java | 17 ++++----
.../rest/RestJettyBindingModeJacksonXmlTest.java | 13 +++----
.../jetty/rest/RestJettyBindingModeJsonTest.java | 13 +++----
.../jetty/rest/RestJettyBindingModeXmlTest.java | 11 ++----
.../jetty/rest/RestJettyMethodNotAllowedTest.java | 26 ++++++-------
.../JettyRestProducerInvalidApiDocTest.java | 26 ++++++-------
.../camel/component/jms/JmsAllowNullBodyTest.java | 14 +++----
.../jms/JmsRouteTimeoutCheckerIntervalTest.java | 14 +++----
.../JmsRouteWithDefaultKeyFormatStrategyTest.java | 11 ++----
.../AsyncJmsProducerExceptionInTXManualIT.java | 25 ++++++------
.../spring/tx/JMSTXInOutPersistentQueueIT.java | 20 ++++------
.../ncd/NoClassDefFoundErrorWrapExceptionTest.java | 20 +++++-----
.../component/mail/InvalidConfigurationTest.java | 20 ++++------
.../camel/component/mail/MailNoRecipientsTest.java | 15 ++++----
.../mail/MailProducerUnsupportedCharsetTest.java | 16 ++++----
.../SslContextParametersMailRouteTest.java | 16 ++++----
.../netty/http/NettyHttp500ErrorTest.java | 16 ++++----
...ettyHttp500ErrorThrowExceptionOnServerTest.java | 22 +++++------
...tpBasicAuthCustomSecurityAuthenticatorTest.java | 14 +++----
...ttyHttpProducerThrowExceptionOnFailureTest.java | 24 +++++-------
.../http/NettyHttpRedirectNoLocationTest.java | 20 +++++-----
.../netty/http/NettyHttpRedirectTest.java | 20 +++++-----
.../netty/http/NettyHttpRequestTimeoutTest.java | 16 ++++----
.../netty/http/NettyHttpSuspendResume503Test.java | 14 +++----
.../netty/http/NettyHttpSuspendResumeTest.java | 12 +++---
.../netty/http/NettyHttpTransferExceptionTest.java | 16 ++++----
...woRoutesValidateBootstrapConfigurationTest.java | 12 +++---
.../netty/http/SpringNettyHttpBasicAuthTest.java | 28 ++++++--------
.../rest/RestNettyHttpBindingModeJsonTest.java | 11 ++----
.../http/rest/RestNettyHttpBindingModeXmlTest.java | 11 ++----
.../http/rest/RestNettyMethodNotAllowedTest.java | 26 ++++++-------
.../netty/NettyInOutWithForcedNoResponseTest.java | 12 +++---
.../component/netty/NettyRequestTimeoutTest.java | 45 ++++++++++------------
.../component/netty/NettySuspendResumeTest.java | 11 ++----
.../component/netty/ObjectSerializationTest.java | 11 ++----
.../soap/name/ServiceInterfaceStrategyTest.java | 38 +++++++-----------
.../converter/soap/name/TypeNameStrategyTest.java | 10 ++---
.../camel/dataformat/soap/SoapCxfClientTest.java | 14 +++----
.../camel/dataformat/soap/SoapCxfServerTest.java | 14 +++----
.../camel/dataformat/soap/SoapUnMarshalTest.java | 14 +++----
.../dataformat/soap12/Soap12UnMarshalTest.java | 14 +++----
65 files changed, 512 insertions(+), 667 deletions(-)