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 94bff0d camel-ehcache: fixed deprecations in test code (#4649) add 041fb57 Migrates the camel-aws2-lambda tests to the shared test infra (#4648) add 327a964 (chores) Simplified assertions (#4650) No new revisions were added by this update. Summary of changes: .../org/apache/camel/catalog/CamelCatalogTest.java | 4 +- components/camel-aws2-lambda/pom.xml | 22 ++++- .../aws2/lambda/localstack/Aws2LambdaBaseTest.java | 54 ++---------- .../routebuilder/SpringRouteTemplateRefTest.java | 2 +- .../integration/Web3jProducerMainnetTest.java | 6 +- .../xmlsecurity/XMLSecurityConcurrencyTest.java | 4 +- .../xmlsecurity/XMLSecurityDataFormatTest.java | 6 +- .../zipkin/ZipkinSpanReporterInRegistryTest.java | 4 +- .../ProxyBuilderSkipJavaLangObjectMethodsTest.java | 2 +- .../apache/camel/builder/RouteTemplateTest.java | 2 +- .../file/FileConsumerIdleMessageTest.java | 6 +- .../file/FileProducerCharsetUTFOptimizedTest.java | 3 +- .../FileProducerCharsetUTFtoISOConfiguredTest.java | 3 +- ...leProducerCharsetUTFtoISOConvertBodyToTest.java | 3 +- .../file/FileProducerCharsetUTFtoISOTest.java | 3 +- .../file/FileProducerCharsetUTFtoUTFTest.java | 3 +- ...outeEndpointsRemoteRouteSharedEndpointTest.java | 44 +++++----- ...tRegistryKeepRouteEndpointsRemoteRouteTest.java | 38 ++++----- .../EndpointRegistryKeepRouteEndpointsTest.java | 26 +++--- .../camel/impl/RemoveRouteStopEndpointTest.java | 98 +++++++++++----------- .../camel/issues/SplitListListIssueTest.java | 42 +++++----- .../SplitterWithCustomThreadPoolExecutorTest.java | 6 +- .../camel/processor/SplitterWithXqureyTest.java | 4 +- .../org/apache/camel/processor/ValidateIdTest.java | 8 +- .../async/AsyncEndpointRecipientList4Test.java | 5 +- .../EnricherAsyncUnhandledExceptionTest.java | 3 +- .../processor/interceptor/AdviceWithTasksTest.java | 3 +- .../AdviceWithTasksToStringPatternTest.java | 3 +- .../processor/resequencer/TestComparatorTest.java | 3 +- .../org/apache/camel/util/KeyValueHolderTest.java | 16 ++-- .../camel/builder/endpoint/CustomSedaTest.java | 6 +- .../ManagedRemoveRouteAggregateThreadPoolTest.java | 4 +- test-infra/camel-test-infra-aws-v2/pom.xml | 6 ++ .../test/infra/aws2/clients/AWSSDKClientUtils.java | 5 ++ ...ce.java => AWSLambdaLocalContainerService.java} | 8 +- .../infra/aws2/services/AWSServiceFactory.java | 4 + .../camel/test/infra/aws2/services/Service.java | 1 + .../camel/itest/issues/JettyHttpFileCacheTest.java | 3 +- 38 files changed, 238 insertions(+), 225 deletions(-) copy test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/{AWSSNSLocalContainerService.java => AWSLambdaLocalContainerService.java} (84%)