You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/08/23 11:04:17 UTC

[camel] branch regen_bot updated (e10e5d459d1 -> bc76713c621)

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 e10e5d459d1 fix!: change way collection items are transformed into domain objects (#11182)
     add fc1d8c3494a Camel-19557: added assertions to camel-core tests (#11145)
     add bc76713c621 CAMEL-19770: fixed catching Throwable in components (#11183)

No new revisions were added by this update.

Summary of changes:
 .../camel/component/box/AbstractBoxITSupport.java  |   4 +-
 .../camel/component/box/BoxFilesManagerIT.java     |   6 +-
 .../camel/component/box/BoxFoldersManagerIT.java   |   2 +-
 .../camel/component/box/BoxGroupsManagerIT.java    |   4 +-
 .../camel/component/box/BoxTasksManagerIT.java     |   6 +-
 .../camel/component/crypto/ECDSASignatureTest.java |   2 +-
 .../jaxws/JaxWsWebFaultAnnotationToFaultTest.java  |   2 +-
 .../component/cxf/wsrm/MessageLossSimulator.java   |   2 +-
 .../component/dns/DnsIpEndpointSpringTest.java     |   4 +-
 .../camel/component/dns/DnsIpEndpointTest.java     |   4 +-
 .../component/dns/DnsIpHeaderTransferTest.java     |   4 +-
 .../component/dns/DnsLookupEndpointSpringTest.java |   4 +-
 .../camel/component/dns/DnsLookupEndpointTest.java |   4 +-
 .../camel/component/fop/FopComponentTest.java      |   2 +-
 .../camel/component/fop/FopEndpointTest.java       |   2 +-
 .../camel/component/hdfs/HdfsTestSupport.java      |   2 +-
 .../org/apache/camel/component/jmx/XmlFixture.java |   2 +-
 .../component/bean/BeanInfoInheritanceTest.java    |   8 +-
 .../direct/DirectEndpointRouteInlinedTest.java     |  29 +--
 .../component/direct/DirectNoConsumerTest.java     |  23 +-
 .../direct/DirectProducerBlockingTest.java         |  44 ++--
 .../SendToNonExistingDirectEndpointTest.java       |  25 +-
 .../extension/verifier/ComponentVerifierTest.java  |  34 ++-
 .../camel/component/file/FileConfigureTest.java    |  30 ++-
 .../file/FileConsumerAutoCreateDirectoryTest.java  |  21 +-
 .../file/FileConsumerBeginRenameStrategyTest.java  |   9 +-
 .../file/FileConsumerCommitRenameStrategyTest.java |   2 +
 .../file/FileConsumerSpringSchedulerTest.java      |  16 +-
 ...onsumerStartingDirectoryMustHaveAccessTest.java |  25 +-
 .../file/FileInvalidStartingPathTest.java          |  13 +-
 .../file/FileProducerAllowNullBodyTest.java        |  20 +-
 .../file/FileProducerChmodOptionTest.java          |  23 +-
 .../FileProducerJailStartingDirectoryTest.java     |  15 +-
 .../file/FileProducerMoveExistingTest.java         |  19 +-
 .../camel/component/file/NewFileConsumeTest.java   |  19 +-
 .../camel/component/file/NewFileProduceTest.java   |  11 +-
 .../camel/component/mock/MockEndpointTest.java     | 261 +++++++++------------
 .../OptionalPropertiesDslInvalidSyntaxTest.java    |  16 +-
 .../properties/OptionalPropertiesDslTest.java      |  11 +-
 .../PropertiesComponentOnExceptionTest.java        |  11 +-
 ...ropertiesComponentOnlyUseDefaultValuesTest.java |   9 +-
 .../PropertiesComponentRegistryTest.java           |  24 +-
 .../component/rest/FromRestDuplicateTest.java      |  29 +--
 ...meSedaQueueMultipleConsumersDifferenceTest.java |  23 +-
 .../camel/component/xslt/InvalidXsltFileTest.java  |   2 +-
 .../camel/component/xslt/XsltFeatureRouteTest.java |  18 +-
 .../camel/component/xslt/XsltFileNotFoundTest.java |   2 +-
 .../org/apache/camel/converter/ConverterTest.java  |   2 +-
 .../camel/converter/DurationConverterTest.java     |  16 +-
 .../camel/converter/FutureConverterTest.java       |  15 +-
 .../converter/InstanceFallbackConverterTest.java   |  15 +-
 .../camel/converter/ObjectConverterTest.java       |  33 +--
 .../converter/stream/CachedOutputStreamTest.java   |   9 +-
 .../converter/stream/StreamCacheConverterTest.java |  14 +-
 ...lContextSuspendResumeRouteStartupOrderTest.java |   8 +-
 .../DefaultCamelContextSuspendResumeRouteTest.java |   9 +-
 .../camel/impl/DefaultClassResolverTest.java       |  12 +-
 .../DefaultComponentReferencePropertiesTest.java   |  29 ++-
 .../apache/camel/impl/DefaultComponentTest.java    |  59 ++---
 .../impl/DefaultComponentValidateURITest.java      |  32 +--
 ...ConsumerTemplateWithCustomCacheMaxSizeTest.java |  24 +-
 .../camel/impl/DefaultEndpointRegistryTest.java    |   3 +-
 .../camel/impl/DefaultExchangeHolderTest.java      |  15 +-
 .../org/apache/camel/impl/DefaultExchangeTest.java |  22 +-
 .../impl/DefaultExecutorServiceManagerTest.java    |  22 +-
 .../impl/DefaultProducerTemplateAsyncTest.java     |  24 +-
 .../camel/impl/DefaultProducerTemplateTest.java    |  44 ++--
 ...ProducerTemplateWithCustomCacheMaxSizeTest.java |  24 +-
 .../EventDrivenPollingConsumerQueueSizeTest.java   |  16 +-
 .../camel/impl/FromHasNoOutputRouteTest.java       |  20 +-
 .../GracefulShutdownNoAutoStartOrderClashTest.java |  18 +-
 .../impl/LifecycleStrategyFailOnStartupTest.java   |  10 +-
 .../camel/impl/MultipleConsumersSupportTest.java   |  11 +-
 .../camel/impl/RouteDirectSuspendResumeTest.java   |  10 +-
 .../impl/RouteMustHaveOutputOnExceptionTest.java   |  11 +-
 .../org/apache/camel/impl/RouteNoOutputTest.java   |  21 +-
 .../camel/impl/RouteSetRouteIdTwoTimesTest.java    |  12 +-
 .../impl/RouteWithMistypedComponentNameTest.java   |  21 +-
 ...gistryStatisticsEnabledNoStreamCachingTest.java |  10 +-
 ...TypeConverterRegistryStatisticsEnabledTest.java |  12 +-
 .../camel/impl/engine/DefaultCamelContextTest.java |  62 +++--
 .../impl/engine/IntrospectionSupportTest.java      |  30 ++-
 .../impl/event/SimpleEventNotifierEventsTest.java  |  16 +-
 .../issues/AdviceWithErrorHandlerRemoveTest.java   |  12 +-
 .../issues/AdviceWithInvalidConfiguredTest.java    |  32 ++-
 .../apache/camel/issues/AdviceWithIssueTest.java   |  26 +-
 .../issues/AdviceWithOnExceptionRemoveTest.java    |  12 +-
 .../CharlesSplitAndTryCatchRollbackIssueTest.java  |  36 ++-
 .../issues/ChoiceEndOrEndChoiceIssueTest.java      |  26 +-
 ...xceptionNotHandledErrorHandlerRefIssueTest.java |  15 +-
 ...otHandledErrorHandlerRefIssueTwoRoutesTest.java |  15 +-
 ...HandledRouteScopedErrorHandlerRefIssueTest.java |  15 +-
 ...uteScopedErrorHandlerRefIssueTwoRoutesTest.java |  15 +-
 .../issues/ErrorHandlerOnRedeliveryStopTest.java   |  15 +-
 .../camel/issues/ExceptionCamel4022Test.java       |  14 +-
 .../org/apache/camel/issues/ExceptionTest.java     |  38 +--
 ...tionThrownFromOnExceptionNoEndlessLoopTest.java |  15 +-
 .../issues/ExceptionThrownFromOnExceptionTest.java |  69 +++---
 .../camel/issues/MockValueBuilderIssueTest.java    |  16 +-
 ...UnitOfWorkOnExceptionHandledFalseIssueTest.java |  15 +-
 .../apache/camel/issues/OnCompletionIssueTest.java |  24 +-
 101 files changed, 890 insertions(+), 1079 deletions(-)