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 026a215a2bd CAMEL-17763: cleaned up unused exceptions in camel-resilience4j new 2f68a771483 CAMEL-17763: cleaned up unused exceptions in camel-reactor new 9b98c6ab880 CAMEL-17763: cleaned up unused exceptions in camel-reactive-streams new d0b9caafa6e CAMEL-17763: cleaned up unused exceptions in camel-reactive-executor-vertx new 7dc30b55000 CAMEL-17763: cleaned up unused exceptions in camel-quickfix new 3de0b70999c CAMEL-17763: cleaned up unused exceptions in camel-quartz new 3481438341e CAMEL-17763: cleaned up unused exceptions in camel-pubnub new e7037617c0d CAMEL-17763: cleaned up unused exceptions in camel-protobuf new f7c1ee08832 CAMEL-17763: cleaned up unused exceptions in camel-printer new a634746e7f8 CAMEL-17763: cleaned up unused exceptions in camel-pgevent The 9 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: .../org/apache/camel/pgevent/PgEventHelperTest.java | 2 +- .../camel/pgevent/integration/PgEventPubSubIT.java | 4 ++-- .../integration/PgEventWithDefinedDatasourceIT.java | 6 +++--- .../camel/component/printer/PrinterPrintTest.java | 10 +++++----- .../protobuf/ProtobufMarshalAndUnmarshalJsonTest.java | 4 ++-- .../protobuf/ProtobufMarshalAndUnmarshalMapTest.java | 4 ++-- .../ProtobufMarshalAndUnmarshalSpringTest.java | 4 ++-- .../protobuf/ProtobufMarshalAndUnmarshalTest.java | 8 ++++---- .../component/pubnub/PubNubConfigurationTest.java | 2 +- .../apache/camel/component/pubnub/PubNubFireTest.java | 2 +- .../camel/component/pubnub/PubNubOperationsTest.java | 10 +++++----- .../camel/component/pubnub/PubNubPresenceTest.java | 2 +- .../camel/component/pubnub/PubNubPublishTest.java | 4 ++-- .../camel/component/pubnub/PubNubSubscriberTest.java | 2 +- .../apache/camel/component/pubnub/PubNubTestBase.java | 4 ++-- .../pubnub/example/PubNubGeoLocationExample.java | 2 +- .../pubnub/example/PubNubPresenseExample.java | 2 +- .../pubnub/example/PubNubSensor2Example.java | 4 ++-- .../component/pubnub/example/PubNubSensorExample.java | 2 +- .../component/pubnub/example/PubNubStateExample.java | 2 +- .../component/quartz/DelegateEndpointQuartzTest.java | 2 +- .../component/quartz/QuartzAddDynamicRouteTest.java | 2 +- .../QuartzAddRoutesAfterCamelContextStartedTest.java | 2 +- .../camel/component/quartz/QuartzAutoStartTest.java | 4 ++-- ...tzComponentCamelContextSchedulerIsolationTest.java | 3 +-- ...uartzComponentCamelContextSharedSchedulerTest.java | 6 +++--- .../camel/component/quartz/QuartzComponentTest.java | 2 +- .../component/quartz/QuartzCronRouteFireNowTest.java | 3 +-- .../quartz/QuartzCronRouteWithSmallCacheTest.java | 2 +- .../quartz/QuartzCustomCalendarFireTest.java | 2 +- .../quartz/QuartzCustomCalendarNoFireTest.java | 2 +- .../component/quartz/QuartzEndpointConfigureTest.java | 4 ++-- .../camel/component/quartz/QuartzManagementTest.java | 4 ++-- .../component/quartz/QuartzNameCollisionTest.java | 18 +++++++++--------- .../quartz/QuartzOneCamelContextRestartTest.java | 4 ++-- .../QuartzOneCamelContextSuspendResumeTest.java | 4 ++-- .../camel/component/quartz/QuartzPropertiesTest.java | 2 +- .../component/quartz/QuartzTriggerParametersTest.java | 4 ++-- .../quartz/QuartzTwoCamelContextRestartTest.java | 6 +++--- .../QuartzTwoCamelContextSameNameClashTest.java | 6 +++--- .../QuartzTwoCamelContextSuspendResumeTest.java | 6 +++--- .../component/quartz/QuartzTwoCamelContextTest.java | 8 ++++---- ...ingQuartzConsumerTwoAppsClusteredRecoveryTest.java | 2 +- .../component/quartz/StatefulQuartzRouteTest.java | 2 +- .../component/quartz/cron/QuartzCronMappingTest.java | 4 ++-- .../FileConsumerQuartzSchedulerRestartTest.java | 4 ++-- .../quartz/FileConsumerQuartzSchedulerTest.java | 4 ++-- .../quartz/MultiplePoliciesOnRouteTest.java | 2 +- .../RouteAutoStopFalseCronScheduledPolicyTest.java | 2 +- .../component/quickfixj/QuickfixjComponentTest.java | 11 +++++------ .../component/quickfixj/QuickfixjEngineTest.java | 4 ++-- .../quickfixj/examples/AuthenticationExample.java | 2 +- .../quickfixj/examples/RestartRouteExample.java | 2 +- .../quickfixj/examples/trading/TradeExecutor.java | 19 ++++++++----------- .../examples/trading/TradeExecutorComponent.java | 10 +++++----- .../transform/QuickfixjEventJsonTransformer.java | 3 +-- .../transform/QuickfixjMessageJsonTransformer.java | 4 +--- .../camel/reactive/SimpleMockLookupVertxTest.java | 4 ++-- .../org/apache/camel/reactive/SimpleMockTest.java | 4 ++-- .../reactive/streams/BasicSubscriberTest.java | 4 ++-- .../reactive/streams/CamelReactiveStreamsTest.java | 8 ++++---- .../reactive/streams/ConcurrentConsumersTest.java | 2 +- .../reactive/streams/DelayedMonoPublisherTest.java | 8 ++++---- .../reactive/streams/ExchangeRequestTest.java | 8 ++++---- .../reactive/streams/PublisherTypeConversionTest.java | 2 +- .../reactive/streams/ReactiveStreamsJMXTest.java | 2 +- .../component/reactive/streams/RequestRefillTest.java | 2 +- .../engine/ReactorStreamsServiceBackpressureTest.java | 6 +++--- .../engine/ReactorStreamsServiceEventTypeTest.java | 10 +++++----- .../engine/ReactorStreamsServiceSubscriberTest.java | 6 +++--- .../reactor/engine/ReactorStreamsServiceTest.java | 14 +++++++------- .../engine/ReactorStreamsServiceTestSupport.java | 2 +- 72 files changed, 162 insertions(+), 171 deletions(-)