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 25c479c034e Remove cruft not in use
add 6ac1006f125 Assumptions with comment instead of if-return
add 105f6c4a9cf Errors in Unit-tests for camel-jetty component are solved
add f27737e8ece Update
components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/CompositeApiIntegrationTest.java
add 4f93fb41b99 OS assumptions replaced with @DisabledOnOs there possible
add 0e13aa0d354 CAMEL-18356: consolidated the Kafka resume strategies
add c8ba3c22576 Regen for commit 0e13aa0d3542b548b4cc6a5a4407e61f69350cbb
No new revisions were added by this update.
Summary of changes:
.../validator/BeanValidatorConfigurationTest.java | 3 +-
.../bean/validator/BeanValidatorRouteTest.java | 9 +-
.../validator/ValidatorFactoryAutowireTest.java | 2 +-
.../validator/ValidatorFactoryRegistryTest.java | 2 +-
.../bean/validator/ValidatorFactoryTest.java | 2 +-
.../camel/component/crypto/ECDSASignatureTest.java | 5 +-
.../camel/component/crypto/SignatureTest.java | 6 +-
.../camel/component/jetty/HttpsAsyncRouteTest.java | 26 +---
.../JettyRouteWithUnknownSocketPropertiesTest.java | 6 +-
...ttyRouteWithUnknownSslSocketPropertiesTest.java | 6 +-
.../component/jetty/SpringHttpsRouteTest.java | 2 +-
.../component/jms/tuning/PerformanceRouteTest.java | 5 +-
.../resume/kafka/MultiNodeKafkaResumeStrategy.java | 131 ---------------------
.../kafka/SingleNodeKafkaResumeStrategy.java | 60 ++++++++--
.../netty/http/ManagedNettyEndpointTest.java | 8 +-
.../netty/http/NettyHttpSuspendResume503Test.java | 8 +-
.../netty/http/NettyHttpSuspendResumeTest.java | 8 +-
.../component/quartz/QuartzManagementTest.java | 8 +-
...pringQuartzPersistentStoreRestartRouteTest.java | 9 +-
.../salesforce/CompositeApiIntegrationTest.java | 7 +-
.../xpath/XPathLanguageDefaultSettingsTest.java | 5 +-
.../camel/language/xpath/XPathLanguageTest.java | 25 ++--
.../component/servlet/HttpClientRouteTest.java | 6 +-
.../ManagedEndpointInjectRefEndpointTest.java | 6 -
.../spring/management/ManagedRefEndpointTest.java | 6 -
.../component/xmlsecurity/ECDSASignatureTest.java | 25 ++--
.../xmlsecurity/EncryptionAlgorithmTest.java | 32 +++--
.../component/xmpp/XmppRobustConnectionTest.java | 10 +-
.../camel/zipkin/ManagedZipkinSimpleRouteTest.java | 9 +-
.../file/FileProducerChmodOptionTest.java | 12 +-
.../file/FileProducerDirectoryChmodOptionTest.java | 10 +-
.../component/file/FileProducerExpressionTest.java | 7 +-
.../file/FileProducerFileExistTryRenameTest.java | 8 +-
.../FileAsyncStressFileDropperManualTest.java | 8 +-
.../file/stress/FileAsyncStressManualTest.java | 10 +-
.../stress/FileAsyncStressManuallyManualTest.java | 8 +-
.../FileConsumerPollManyFilesManualTest.java | 11 +-
.../camel/impl/StopRouteAbortAfterTimeoutTest.java | 13 +-
.../processor/SplitterParallelAggregateTest.java | 14 +--
.../SplitterWithScannerIoExceptionTest.java | 9 +-
.../apache/camel/processor/ThrottlerDslTest.java | 12 +-
.../camel/processor/ThrottlerMethodCallTest.java | 12 +-
.../org/apache/camel/processor/ThrottlerTest.java | 32 +----
.../processor/ThrottlerThreadPoolProfileTest.java | 12 +-
.../management/ManagedPooledExchangeTest.java | 5 -
.../management/ManagedRouteGetPropertiesTest.java | 4 -
.../ManagedRouteStopWithAbortAfterTimeoutTest.java | 12 +-
.../camel/management/ManagedThrottlerTest.java | 25 +---
.../camel/management/ManagementTestSupport.java | 3 -
...ringFileAntPathMatcherRemoteFileFilterTest.java | 2 +-
50 files changed, 180 insertions(+), 486 deletions(-)
delete mode 100644
components/camel-kafka/src/main/java/org/apache/camel/processor/resume/kafka/MultiNodeKafkaResumeStrategy.java