This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 6fc4ce6 CAMEL-17764 changed types of job detail to Strings (#7156)
add ac91577 CAMEL-17763: cleaned up unused exceptions in camel-tika
add dc88571 CAMEL-17763: cleaned up unused exceptions in camel-twilio
add fb44c78 CAMEL-17763: cleaned up unused exceptions in camel-thrift
add b524865 CAMEL-17763: cleaned up unused exceptions in camel-telegram
add 5e4cf30 CAMEL-17763: cleaned up unused exceptions in camel-twitter
add 778a35d CAMEL-17763: cleaned up unused exceptions in camel-undertow
No new revisions were added by this update.
Summary of changes:
.../component/telegram/TelegramChatBotTest.java | 6 ++--
.../telegram/TelegramConfigurationTest.java | 6 ++--
.../telegram/TelegramConsumerChannelPostTest.java | 4 +--
.../TelegramConsumerEmptyResponseTest.java | 4 +--
.../TelegramConsumerFallbackConversionTest.java | 6 ++--
...nsumerHealthCheckErrorDisabledConsumerTest.java | 6 ++--
.../TelegramConsumerHealthCheckErrorTest.java | 6 ++--
.../TelegramConsumerHealthCheckOkTest.java | 4 +--
.../TelegramConsumerIncomingInlineQueryTest.java | 4 +--
.../telegram/TelegramConsumerMappingTest.java | 4 +--
.../TelegramConsumerMediaDocumentTest.java | 4 +--
.../telegram/TelegramConsumerMediaGameTest.java | 4 +--
.../telegram/TelegramConsumerMediaPhotoTest.java | 4 +--
.../telegram/TelegramConsumerMediaStickerTest.java | 4 +--
.../telegram/TelegramConsumerMediaVideoTest.java | 4 +--
.../telegram/TelegramConsumerMultipleTest.java | 4 +--
.../telegram/TelegramConsumerServiceErrorTest.java | 4 +--
.../telegram/TelegramConsumerSingleTest.java | 4 +--
.../TelegramProducerChatIdResolutionTest.java | 8 ++---
.../telegram/TelegramProducerLocationTest.java | 2 +-
.../telegram/TelegramProducerMediaTest.java | 14 ++++----
.../telegram/TelegramWebhookCallTest.java | 6 ++--
.../telegram/TelegramWebhookRegistrationTest.java | 4 +--
.../telegram/util/TelegramMockRoutes.java | 2 +-
.../telegram/util/TelegramTestSupport.java | 2 +-
.../component/thrift/ThriftConsumerAsyncTest.java | 4 +--
.../thrift/ThriftConsumerConcurrentTest.java | 6 ++--
.../thrift/ThriftConsumerSecurityTest.java | 10 +++---
.../component/thrift/ThriftConsumerSyncTest.java | 8 ++---
.../thrift/ThriftConsumerZlibCompressionTest.java | 8 ++---
.../component/thrift/ThriftProducerAsyncTest.java | 2 +-
.../component/thrift/ThriftProducerBaseTest.java | 4 +--
.../thrift/ThriftProducerSecurityTest.java | 17 +++++----
.../component/thrift/ThriftProducerSyncTest.java | 16 ++++-----
.../thrift/ThriftProducerZlibCompressionTest.java | 9 +++--
.../component/thrift/generated/Calculator.java | 40 ++++++++++------------
.../thrift/generated/InvalidOperation.java | 2 +-
.../camel/component/thrift/generated/Work.java | 2 +-
.../thrift/impl/CalculatorAsyncServerImpl.java | 14 ++++----
.../thrift/impl/CalculatorSyncServerImpl.java | 11 +++---
.../thrift/local/ThriftThreadPoolServerTest.java | 3 +-
.../thrift/ThriftMarshalAndUnmarshalJsonTest.java | 4 +--
.../ThriftMarshalAndUnmarshalSpringTest.java | 4 +--
.../thrift/ThriftMarshalAndUnmarshalTest.java | 8 ++---
.../camel/dataformat/thrift/generated/Work.java | 2 +-
.../camel/component/tika/TikaDetectTest.java | 4 +--
.../apache/camel/component/tika/TikaParseTest.java | 4 +--
.../apache/camel/component/twilio/AccountIT.java | 10 +++---
.../camel/component/twilio/TwilioEndpointTest.java | 2 +-
.../twitter/SearchByExchangeDirectIT.java | 2 +-
.../component/twitter/UriConfigurationTest.java | 12 +++----
.../camel/component/undertow/BaseUndertowTest.java | 4 +--
.../undertow/DefaultUndertowHttpBindingTest.java | 2 +-
.../component/undertow/MultiPartFormTest.java | 6 ++--
.../PreservePostFormUrlEncodedBodyTest.java | 6 ++--
.../component/undertow/UndertowComponentTest.java | 2 +-
.../UndertowComponentVerifierExtensionTest.java | 12 +++----
.../undertow/UndertowComponentVerifierTest.java | 12 +++----
.../undertow/UndertowConsumerUnregisterTest.java | 4 +--
.../component/undertow/UndertowEndpointTest.java | 3 +-
.../component/undertow/UndertowError500Test.java | 4 +--
.../undertow/UndertowHandlersSpringTest.java | 2 +-
.../component/undertow/UndertowHeaderTest.java | 4 +--
.../component/undertow/UndertowHttp2Test.java | 2 +-
.../undertow/UndertowHttpProducerSessionTest.java | 8 ++---
.../undertow/UndertowHttpProducerTest.java | 4 +--
.../UndertowHttpProxyPreserveHostTest.java | 4 +--
.../undertow/UndertowHttpStreamCachingTest.java | 6 ++--
.../undertow/UndertowHttpStreamingTest.java | 4 +--
.../undertow/UndertowHttpsSpringTest.java | 2 +-
.../undertow/UndertowMethodRestricTest.java | 4 +--
.../undertow/UndertowNoAutoStartupTest.java | 4 +--
.../undertow/UndertowPrefixMatchingTest.java | 8 ++---
.../undertow/UndertowProducerContentTypeTest.java | 4 +--
.../undertow/UndertowProducerLeakTest.java | 4 +--
.../component/undertow/UndertowProducerTest.java | 4 +--
...ndertowProducerThrowExceptionOnFailureTest.java | 6 ++--
.../undertow/UndertowSendDynamicAwareTest.java | 6 ++--
.../component/undertow/UndertowSharedPortTest.java | 2 +-
.../undertow/UndertowSuspendResumeTest.java | 6 ++--
.../undertow/UndertowSwitchingStatus204Test.java | 16 ++++-----
.../cloud/UndertowServiceCallRouteTest.java | 8 ++---
.../undertow/rest/RestApiUndertowTest.java | 6 ++--
.../camel/component/undertow/rest/RestGetTest.java | 4 +--
.../undertow/rest/RestManagementTest.java | 2 +-
.../rest/RestUndertowComponentVerifierTest.java | 12 +++----
.../undertow/rest/RestUndertowContentTypeTest.java | 6 ++--
...estUndertowHttpBindingModeAutoWithJsonTest.java | 4 +--
...RestUndertowHttpBindingModeAutoWithXmlTest.java | 4 +--
.../rest/RestUndertowHttpBindingModeJsonTest.java | 4 +--
...ndertowHttpBindingModeJsonWithContractTest.java | 4 +--
...UndertowHttpBindingModeOffWithContractTest.java | 4 +--
.../rest/RestUndertowHttpBindingModeXmlTest.java | 4 +--
...stUndertowHttpContextPathConfigurationTest.java | 6 ++--
.../RestUndertowHttpContextPathMatchGetTest.java | 6 ++--
.../undertow/rest/RestUndertowHttpGetCorsTest.java | 4 +--
.../rest/RestUndertowHttpGetOrderingIssueTest.java | 4 +--
.../undertow/rest/RestUndertowHttpGetTest.java | 6 ++--
.../rest/RestUndertowHttpGetWildcardsTest.java | 8 ++---
.../rest/RestUndertowHttpMultipleVerbsTest.java | 4 +--
.../undertow/rest/RestUndertowHttpOptionsTest.java | 6 ++--
.../rest/RestUndertowHttpPojoInOutTest.java | 8 ++---
.../rest/RestUndertowHttpPojoTypeTest.java | 8 ++---
.../rest/RestUndertowHttpPostJsonJaxbPojoTest.java | 4 +--
...RestUndertowHttpPostJsonNestedPojoListTest.java | 4 +--
.../rest/RestUndertowHttpPostJsonPojoListTest.java | 4 +--
.../rest/RestUndertowHttpPostJsonPojoTest.java | 4 +--
.../rest/RestUndertowHttpPostXmlJaxbPojoTest.java | 4 +--
.../rest/RestUndertowMethodNotAllowedTest.java | 2 +-
.../rest/RestUndertowProducerEncodingTest.java | 8 ++---
.../rest/RestUndertowProducerGetPojoTest.java | 6 ++--
.../undertow/rest/RestUndertowProducerGetTest.java | 6 ++--
.../RestUndertowProducerGetUriParameterTest.java | 6 ++--
.../rest/RestUndertowProducerPatchTest.java | 4 +--
.../undertow/rest/RestUndertowProducerPutTest.java | 4 +--
...estUndertowProducerThrowExceptionErrorTest.java | 8 ++---
.../RestUndertowProducerVerbUpperCaseTest.java | 6 ++--
.../rest/RestUndertowVerbEnableCorsTest.java | 8 ++---
.../undertow/rest/RestUndertowVerbTest.java | 8 ++---
.../rest/UndertowHttpEmptyQueryParameterTest.java | 4 +--
.../undertow/spi/AbstractProviderServletTest.java | 8 ++---
.../undertow/spi/AbstractSecurityProviderTest.java | 12 +++----
.../spi/SecurityProviderHttpHandlerTest.java | 2 +-
.../spi/SecurityProviderNoAcceptanceTest.java | 2 +-
.../SecurityProviderRolesFromComponentTest.java | 6 ++--
.../undertow/spi/SecurityProviderTest.java | 2 +-
.../spi/SecurityProviderWithoutProviderTest.java | 4 +--
.../camel/component/undertow/ws/TestClient.java | 2 +-
.../undertow/ws/UndertowWsConsumerRouteTest.java | 4 +--
.../ws/UndertowWsProducerRouteRestartTest.java | 2 +-
.../undertow/ws/UndertowWsProducerRouteTest.java | 2 +-
.../undertow/ws/UndertowWsTwoRoutesTest.java | 2 +-
...TwoRoutesToSameEndpointSendToAllHeaderTest.java | 2 +-
.../ws/UndertowWsTwoRoutesToSameEndpointTest.java | 2 +-
.../undertow/ws/UndertowWssRouteTest.java | 7 ++--
135 files changed, 368 insertions(+), 386 deletions(-)