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 e685d9a8e12 chore(deps): Bump curator-version from 5.6.0 to 5.7.0
     new 8e44be33858 CAMEL-20838: avoid unnecessarily overriding the restricted 
methods
     new 4fd8467b1e3 CAMEL-20838: do not use overrides when JUnit's annotations 
suffice (camel-jpa)
     new 2d41a8727b6 CAMEL-20838: use appropriate methods for setting 
up/cleaning up resources (camel-jdbc)
     new 086e4dea2aa CAMEL-20838: avoid usages of restricted methods 
(camel-http)
     new 4ab3a53534e CAMEL-20838: do not use overrides when JUnit's annotations 
suffice (camel-ftp)
     new 00751d016fe CAMEL-20838: do not use overrides when JUnit's annotations 
suffice (camel-mongodb)
     new 7cd4d78ff4e CAMEL-20838: do not use overrides when JUnit's annotations 
suffice (camel-spring-ws)
     new f55b836cd17 CAMEL-20838: use appropriate methods for setting 
up/cleaning up resources (camel-aws-xray)
     new f2431e1adc3 CAMEL-20838: do not use overrides when JUnit's annotations 
suffice (camel-jcr)
     new ddc3990c5cb CAMEL-20838: use appropriate methods for setting 
up/cleaning up resources (camel-servlet)
     new 4d116a10ff1 CAMEL-20838: do not use overrides when JUnit's annotations 
suffice (camel-itest)
     new d220d8ed589 CAMEL-20838: do not use overrides when JUnit's annotations 
suffice (camel-jms)
     new 30bcf8b8455 CAMEL-20838: use appropriate methods for setting 
up/cleaning up resources (camel-spring-jdbc)

The 13 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:
 .../component/avro/AvroConsumerTestSupport.java    |   6 +-
 .../component/avro/AvroHttpSpringProducerTest.java |   5 +-
 .../avro/AvroNettySpringConsumerTest.java          |  11 +-
 .../avro/AvroNettySpringProducerTest.java          |   5 +-
 .../component/avro/AvroProducerTestSupport.java    |   6 +-
 .../avro/AvroGenericMarshalAndUnmarshalTest.java   |   5 +-
 .../aws/xray/SpringAwsXRaySimpleRouteTest.java     |  12 +-
 .../component/aws2/ses/SesComponentSpringTest.java |   6 +-
 .../operations/CosmosDbClientOperationsIT.java     |   2 +-
 .../operations/CosmosDbContainerOperationsIT.java  |   2 +-
 .../operations/CosmosDbDatabaseOperationsIT.java   |   2 +-
 .../eventhubs/integration/EventHubsConsumerIT.java |   2 +-
 .../EventHubsProducerCustomClientIT.java           |   2 +-
 .../eventhubs/integration/EventHubsProducerIT.java |   2 +-
 .../eventhubs/integration/EventProcessorIT.java    |   2 +-
 .../operations/EventHubsProducerOperationsIT.java  |   2 +-
 .../operations/integration/QueueOperationsIT.java  |   2 +-
 .../integration/QueueServiceOperationsIT.java      |   2 +-
 .../validator/BeanValidatorConfigurationTest.java  |   6 +-
 .../validator/ValidatorFactoryAutowireTest.java    |   6 +-
 .../validator/ValidatorFactoryRegistryTest.java    |   6 +-
 .../component/braintree/AddressGatewayIT.java      |   4 +-
 .../braintree/PaymentMethodGatewayIT.java          |   4 +-
 .../component/braintree/TransactionGatewayIT.java  |   4 +-
 ...CaffeineAggregationRepositoryOperationTest.java |   5 +-
 .../org/apache/camel/coap/CoAPTestSupport.java     |   5 +-
 .../cometd/CometdProducerConsumerTest.java         |   6 +-
 .../cometd/MultipCometdProducerConsumerTest.java   |   5 +-
 .../cometd/SslCometdProducerConsumerTest.java      |   6 +-
 ...ontextParametersCometdProducerConsumerTest.java |   6 +-
 ...tParametersInUriCometdProducerConsumerTest.java |   5 +-
 ...ontextParametersCometdProducerConsumerTest.java |   6 +-
 .../couchbase/CouchbaseComponentTest.java          |   5 +-
 .../camel/component/crypto/ECDSASignatureTest.java |   5 +-
 .../camel/component/crypto/SignatureTest.java      |   5 +-
 .../CxfRsConsumerSimpleBindingImplTest.java        |  10 +-
 .../CxfRsConsumerSimpleBindingTest.java            |  10 +-
 .../cxf/converter/CxfPayloadConverterTest.java     |   5 +-
 .../cxf/jaxws/CxfCustomizedExceptionTest.java      |  11 +-
 .../jaxws/CxfMessageCustomizedExceptionTest.java   |   6 +-
 .../jaxws/CxfPayLoadCustomizedExceptionTest.java   |   7 +-
 .../CxfRsConsumerSimpleBindingImplTest.java        |  10 +-
 .../CxfRsConsumerSimpleBindingTest.java            |  10 +-
 .../cxf/AbstractCXFGreeterRouterTest.java          |   6 +-
 .../CxfConsumerPayloadFaultCauseEnabledTest.java   |   5 +-
 .../CxfGreeterPayLoadWithFeatureRouterTest.java    |  10 +-
 .../CxfPayloadConsumerNamespaceOnEnvelopeTest.java |   5 +-
 .../CxfPayloadProducerNamespaceOnEnvelopeTest.java |   5 +-
 .../cxf/CxfPayloadRouterContentLengthTest.java     |  10 +-
 .../cxf/CxfSpringCustomizedExceptionTest.java      |  10 +-
 .../camel/component/cxf/CxfSpringRouterTest.java   |  10 +-
 .../cxf/converter/PayLoadConvertToPOJOTest.java    |   5 +-
 .../cxf/spring/FileToCxfMessageDataFormatTest.java |  11 +-
 .../cxf/transport/CamelTransportTestSupport.java   |  10 +-
 .../cxf/transport/CamelTransportTestSupport.java   |  10 +-
 .../FileDisruptorShutdownCompleteAllTasksTest.java |   5 +-
 .../disruptor/vm/AbstractVmTestSupport.java        |  10 +-
 .../component/ehcache/EhcacheTestSupport.java      |   4 +-
 .../EhcacheAggregationRepositoryOperationTest.java |   5 +-
 .../fhir/dataformat/FhirJsonDataFormatTest.java    |   5 +-
 .../FhirJsonDataformatErrorHandlerTest.java        |   5 +-
 .../fhir/dataformat/FhirXmlDataFormatTest.java     |   5 +-
 .../FhirXmlDataformatErrorHandlerTest.java         |   5 +-
 .../spring/FhirDataformatConfigSpringTest.java     |   7 -
 .../FhirDataformatDefaultConfigSpringTest.java     |   7 -
 .../spring/FhirJsonDataFormatSpringTest.java       |   5 +-
 .../FhirJsonDataformatErrorHandlerSpringTest.java  |   5 +-
 .../spring/FhirXmlDataFormatSpringTest.java        |   5 +-
 .../FhirXmlDataformatErrorHandlerSpringTest.java   |   5 +-
 .../file/watch/FileWatchComponentTestBase.java     |   3 +-
 .../camel/component/fop/FopComponentTest.java      |  17 +-
 .../freemarker/FreemarkerContentCacheTest.java     |   6 +-
 .../component/file/remote/FtpSoTimeoutTest.java    |  10 +-
 .../FromFileToFtpDefaultRootRenameStrategyIT.java  |   3 +-
 .../integration/FromFtpActivePortRangeIT.java      |   3 +-
 .../integration/FromFtpClientConfigRefIT.java      |   3 +-
 .../integration/FromFtpClientDataTimeoutIT.java    |   3 +-
 .../integration/FromFtpClientSoTimeout2IT.java     |   3 +-
 .../integration/FromFtpClientSoTimeoutIT.java      |   3 +-
 .../integration/FromFtpConsumerTemplateIT.java     |   3 +-
 .../FromFtpConsumerTemplateRollbackIT.java         |   3 +-
 .../remote/integration/FromFtpDeleteFileIT.java    |   3 +-
 .../FromFtpDoNotDeleteFileIfProcessFailsIT.java    |   3 +-
 .../integration/FromFtpKeepLastModifiedIT.java     |   3 +-
 .../FromFtpMoveFileAbsoluteFolderRecursiveIT.java  |   3 +-
 .../file/remote/integration/FromFtpMoveFileIT.java |   3 +-
 .../integration/FromFtpMoveFilePostfixIT.java      |   3 +-
 .../integration/FromFtpMoveFilePrefixIT.java       |   3 +-
 .../integration/FromFtpMoveFileRecursiveIT.java    |   3 +-
 .../FromFtpMoveFileToHiddenFolderRecursiveIT.java  |   3 +-
 ...mFtpNoEndpointPathRelativeMoveToAbsoluteIT.java |   3 +-
 .../file/remote/integration/FromFtpNoopIT.java     |   3 +-
 .../integration/FromFtpNoopIdempotentFalseIT.java  |   3 +-
 .../remote/integration/FromFtpNotDownloadIT.java   |   3 +-
 .../remote/integration/FromFtpPassiveModeIT.java   |   3 +-
 .../remote/integration/FromFtpPollFileOnlyIT.java  |   3 +-
 .../remote/integration/FromFtpPreMoveDeleteIT.java |   3 +-
 .../FromFtpPreMoveFileExpressionIT.java            |   3 +-
 .../integration/FromFtpPreMoveFilePostfixIT.java   |   3 +-
 .../integration/FromFtpPreMoveFilePrefixIT.java    |   3 +-
 .../remote/integration/FromFtpPreMoveNoopIT.java   |   3 +-
 .../remote/integration/FromFtpRecursiveNoopIT.java |   4 +-
 .../FromFtpRecursiveNotStepwiseNoBasePathIT.java   |   3 +-
 .../remote/integration/FromFtpRegexPatternIT.java  |   3 +-
 .../FromFtpRemoteFileFilterDirectoryIT.java        |   3 +-
 .../integration/FromFtpRemoteFileFilterIT.java     |   3 +-
 .../FromFtpRemoteFileSortByExpressionIT.java       |   3 +-
 ...mFtpRemoteFileSortByIgnoreCaseExpressionIT.java |   3 +-
 .../FromFtpRemoteFileSortByNestedExpressionIT.java |   3 +-
 .../integration/FromFtpRemoteFileSorterIT.java     |   3 +-
 .../FromFtpServerLanguageCodeAndTimeoutIT.java     |   3 +-
 .../integration/FromFtpServerLanguageCodeIT.java   |   3 +-
 ...mpleNoEndpointPathRelativeMoveToAbsoluteIT.java |   3 +-
 ...mpleNoEndpointPathRelativeMoveToRelativeIT.java |   3 +-
 .../FromFtpSimpleRelativeMoveToAbsoluteIT.java     |   3 +-
 .../FromFtpSimpleRelativeMoveToRelativeIT.java     |   3 +-
 .../FromFtpStartingDirAndFileNameClashIT.java      |   3 +-
 .../remote/integration/FromFtpToAsciiFileIT.java   |   3 +-
 .../FromFtpToAsciiFileNoBodyConversionIT.java      |   3 +-
 .../remote/integration/FromFtpToBinaryFileIT.java  |   3 +-
 .../remote/integration/FromFtpToBinaryFilesIT.java |   3 +-
 .../FromFtpToFileNoFileNameHeaderIT.java           |   3 +-
 .../integration/FromFtpTwoSlashesIssueIT.java      |   3 +-
 .../FromQueueThenConsumeFtpToMockIT.java           |   3 +-
 .../file/remote/integration/FtpAnonymousIT.java    |   3 +-
 .../FtpBadLoginMockNoopConnectionLeakIT.java       |   4 +-
 .../integration/FtpConsumerAbsolutePathIT.java     |   3 +-
 .../integration/FtpConsumerAsyncStressIT.java      |   3 +-
 .../integration/FtpConsumerBodyAsStringIT.java     |   3 +-
 .../FtpConsumerDeleteNoWritePermissionIT.java      |   3 +-
 .../FtpConsumerDirectoriesNotMatchedIT.java        |   3 +-
 .../integration/FtpConsumerDisconnectIT.java       |   4 +-
 .../integration/FtpConsumerExcludeExtIT.java       |   3 +-
 .../integration/FtpConsumerExcludeNameIT.java      |   3 +-
 .../integration/FtpConsumerIPV6BodyAsStringIT.java |   3 +-
 .../integration/FtpConsumerIncludeExtIT.java       |   3 +-
 .../integration/FtpConsumerIncludeNameIT.java      |   3 +-
 ...ConsumerLocalWorkDirectoryAsAbsolutePathIT.java |   3 +-
 .../FtpConsumerLocalWorkDirectoryDirectIT.java     |   3 +-
 .../FtpConsumerLocalWorkDirectoryIT.java           |   3 +-
 .../FtpConsumerMultipleDirectoriesIT.java          |   3 +-
 .../FtpConsumerNotEagerMaxMessagesPerPollIT.java   |   3 +-
 .../integration/FtpConsumerRelativeFileNameIT.java |   3 +-
 .../integration/FtpConsumerResumeDownloadIT.java   |   4 +-
 .../integration/FtpConsumerSkipDotFilesIT.java     |   3 +-
 .../remote/integration/FtpConsumerTemplateIT.java  |   3 +-
 .../FtpConsumerTemplateUseListFalseIT.java         |   3 +-
 .../FtpConsumerUsingFTPClientConfigIT.java         |   3 +-
 .../integration/FtpConsumerWithCharsetIT.java      |   3 +-
 .../integration/FtpConsumerWithNoFileOptionIT.java |   3 +-
 ...FtpProducerAllowNullBodyFileAlreadyExistIT.java |   3 +-
 .../integration/FtpProducerDisconnectIT.java       |   4 +-
 .../FtpProducerDisconnectOnBatchCompleteIT.java    |   4 +-
 .../integration/FtpProducerFileExistAppendIT.java  |   5 +-
 .../integration/FtpProducerFileExistFailIT.java    |   5 +-
 .../integration/FtpProducerFileExistIgnoreIT.java  |   4 +-
 .../FtpProducerFileExistOverrideIT.java            |   3 +-
 .../integration/FtpProducerFileWithCharsetIT.java  |   3 +-
 .../FtpProducerRootFileExistFailIT.java            |   4 +-
 .../integration/FtpShutdownCompleteAllTasksIT.java |   3 +-
 .../FtpShutdownCompleteCurrentTaskOnlyIT.java      |   3 +-
 .../FtpSimpleConsumeStreamingStepwiseIT.java       |   3 +-
 .../SftpConsumerLocalWorkDirectoryIT.java          |   3 +-
 .../ToFtpTempFileTargetFileExistIT.java            |   3 +-
 .../sftp/integration/SftpFromSedaDeleteFileIT.java |   3 +-
 .../apache/camel/component/git/GitTestSupport.java |   8 +-
 .../component/google/drive/FileConverterIT.java    |   3 +-
 .../pubsublite/GooglePubsubLiteComponentTest.java  |   9 +-
 .../pubsublite/GooglePubsubLiteProducerTest.java   |   5 +-
 .../http/common/HttpHeaderFilterStrategyTest.java  |   7 +-
 .../http/common/cookie/CookieHandlerTest.java      |   5 +-
 .../http/CamelComponentVerifierExtensionTest.java  |  20 +-
 .../component/http/CamelComponentVerifierTest.java |  13 +-
 .../camel/component/http/FollowRedirectTest.java   |   6 +-
 .../component/http/HttpAuthenticationTest.java     |  11 +-
 .../apache/camel/component/http/HttpBodyTest.java  |  11 +-
 .../http/HttpBodyWithOtherProtocolNameTest.java    |   4 +-
 .../component/http/HttpBridgeEndpointTest.java     |  11 +-
 .../camel/component/http/HttpCamelHeadersTest.java |  11 +-
 .../camel/component/http/HttpCharsetTest.java      |  11 +-
 .../camel/component/http/HttpCompressionTest.java  |  11 +-
 .../camel/component/http/HttpConcurrentTest.java   |  11 +-
 .../component/http/HttpDefaultPortNumberTest.java  |  11 +-
 .../component/http/HttpDisableStreamCacheTest.java |  11 +-
 .../HttpInvalidHttpClientConfigurationTest.java    |  64 -----
 .../camel/component/http/HttpMethodsTest.java      |  11 +-
 .../component/http/HttpNoCamelHeaderTest.java      |  11 +-
 .../http/HttpNoConnectionRedeliveryTest.java       |  11 +-
 .../camel/component/http/HttpNoConnectionTest.java |  11 +-
 .../http/HttpOAuth2AuthenticationTest.java         |   5 +-
 .../apache/camel/component/http/HttpPathTest.java  |  11 +-
 .../component/http/HttpPollingConsumerTest.java    |  11 +-
 .../http/HttpProducerBridgeEndpointTest.java       | 275 ++++++++++-----------
 .../http/HttpProducerConnectionCloseTest.java      |  11 +-
 .../http/HttpProducerContentLengthTest.java        |  11 +-
 .../http/HttpProducerContentTypeTest.java          |  11 +-
 .../HttpProducerContentTypeWithCharsetTest.java    |  15 +-
 .../HttpProducerContentTypeWithSemiColonTest.java  |  11 +-
 .../http/HttpProducerCustomHeaderTest.java         |  11 +-
 .../HttpProducerExplicitConnectionCloseTest.java   |  11 +-
 .../component/http/HttpProducerLoadManualIT.java   |  12 +-
 .../component/http/HttpProducerNullBodyTest.java   |  15 +-
 .../component/http/HttpProducerRestartTest.java    |  11 +-
 .../http/HttpProducerSelectMethodTest.java         |  11 +-
 .../HttpProducerTwoHeadersWithSameKeyTest.java     |  11 +-
 .../HttpProducerTwoParametersWithSameKeyTest.java  |  11 +-
 .../component/http/HttpProducerUserAgentTest.java  |  14 +-
 .../component/http/HttpProxyAndBasicAuthTest.java  |  11 +-
 .../camel/component/http/HttpProxyServerTest.java  |  11 +-
 .../component/http/HttpQueryParameterTest.java     |  11 +-
 .../apache/camel/component/http/HttpQueryTest.java |  11 +-
 .../camel/component/http/HttpRedirectTest.java     |  11 +-
 .../component/http/HttpReferenceParameterTest.java |  13 +-
 .../camel/component/http/HttpSOTimeoutTest.java    |  12 +-
 .../http/HttpSendDynamicAwareBasicAuthTest.java    |  11 +-
 .../http/HttpSendDynamicAwareEmptyPathTest.java    |  11 +-
 .../http/HttpSendDynamicAwareHeadersTest.java      |  11 +-
 .../http/HttpSendDynamicAwareMultiValueTest.java   |  12 +-
 .../http/HttpSendDynamicAwarePathHeaderTest.java   |  11 +-
 .../http/HttpSendDynamicAwareRawParameterTest.java |  11 +-
 .../http/HttpSendDynamicAwareRawTest.java          |  11 +-
 .../component/http/HttpSendDynamicAwareTest.java   |  11 +-
 .../HttpSendDynamicAwareUriWithSpacesTest.java     |  11 +-
 .../HttpSendDynamicAwareUriWithoutSlashTest.java   |  11 +-
 .../camel/component/http/HttpSetHeaderIdsTest.java |  12 +-
 .../component/http/HttpSquareBracketTest.java      |  11 +-
 .../http/HttpThrowExceptionOnFailureTest.java      |  12 +-
 .../camel/component/http/HttpToDSOTimeoutTest.java |  11 +-
 .../component/http/HttpWithHttpUriHeaderTest.java  |  12 +-
 .../component/http/HttpsAuthenticationTest.java    |  11 +-
 .../apache/camel/component/http/HttpsGetTest.java  |  11 +-
 .../HttpsProducerWithSystemPropertiesTest.java     |  11 +-
 .../component/http/HttpsServerTestSupport.java     |  13 +-
 .../http/HttpsSslContextParametersGetTest.java     |  12 +-
 ...psTwoComponentsSslContextParametersGetTest.java |  12 +-
 ...tpsTwoDifferentSslContextParametersGetTest.java |  12 +-
 .../http/ManagedHttpProducerPoolStatsTest.java     |  12 +-
 .../http/rest/RestCamelComponentVerifierTest.java  |  19 +-
 .../camel/component/ical/ICalDataFormatTest.java   |  12 +-
 .../JacksonNotUseDefaultObjectMapperTest.java      |   5 +-
 .../JaxbDataFormatSchemaValidationSpringTest.java  |   5 +-
 ...ormatSchemaValidationWithObjectFactoryTest.java |   7 +-
 .../org/apache/camel/example/DataFormatTest.java   |   5 +-
 .../idempotent/JCacheIdempotentRepositoryTest.java |  10 +-
 .../camel/component/jcr/JcrAuthTestBase.java       |   8 +-
 .../camel/component/jcr/JcrGetNodeByIdTest.java    |   7 +-
 .../component/jcr/JcrNodePathCreationTest.java     |   5 +-
 .../jcr/JcrRouteDifferentWorkspaceTestSupport.java |   8 +-
 .../camel/component/jcr/JcrRouteTestSupport.java   |   5 +-
 .../component/jdbc/AbstractJdbcTestSupport.java    |  12 +-
 .../jetty/HttpProducerJMXBeansIssueManualIT.java   |   3 +-
 .../jetty/HttpStreamCacheFileStopIssueTest.java    |   5 +-
 .../camel/component/jetty/HttpsAsyncRouteTest.java |  10 +-
 .../jetty/HttpsRouteSetupWithSystemPropsTest.java  |   6 +-
 .../camel/component/jetty/HttpsRouteTest.java      |  10 +-
 .../camel/component/jetty/JettyEnableJmxTest.java  |  15 +-
 .../component/jetty/JettyWithXPathChoiceTest.java  |   6 +-
 .../camel/component/jetty/MainHttpsRouteTest.java  |  10 +-
 .../jetty/file/JettyHttpFileCacheTest.java         |   6 +-
 .../component/jgroups/JGroupsComponentTest.java    |   5 +-
 .../JGroupsComponentWithChannelPropertiesTest.java |   5 +-
 .../component/jgroups/JGroupsConsumerTest.java     |   5 +-
 .../component/jgroups/JGroupsProducerTest.java     |   5 +-
 .../spring/tx/AbstractTransactionIT.java           |   5 +-
 .../tx/JMSTransactionThrottlingRoutePolicyIT.java  |   4 +-
 .../component/jpa/AbstractJpaMethodSupport.java    |   3 +-
 .../camel/processor/jpa/AbstractJpaTest.java       |   8 +-
 .../jpa/FileConsumerJpaIdempotentTest.java         |   8 +-
 .../processor/jpa/JpaIdempotentConsumerTest.java   |   4 +-
 .../jpa/JpaPollingConsumerLockEntityTest.java      |   5 +-
 .../jpa/JpaRouteSharedEntityManagerTest.java       |   8 +-
 .../jpa/JpaRouteSkipLockedEntityTest.java          |   4 +-
 .../camel/component/scp/ScpAlgorithmsTest.java     |   8 -
 .../camel/component/scp/ScpServerTestSupport.java  |   9 +-
 .../jsonvalidator/FileValidatorRouteTest.java      |   9 +-
 .../Jt400ComponentDefaultConnectionPoolTest.java   |   9 +-
 ...00ComponentDefaultSecureConnectionPoolTest.java |   9 +-
 .../camel/component/jt400/Jt400ComponentTest.java  |   8 +-
 .../jt400/Jt400ConfigurationConnectionTest.java    |  11 +-
 .../Jt400ConfigurationSecureConnectionTest.java    |  11 +-
 .../component/jt400/Jt400ConfigurationTest.java    |   5 +-
 .../jt400/Jt400DataQueueProducerTest.java          |   5 +-
 .../camel/component/jt400/Jt400EndpointTest.java   |   5 +-
 .../component/jt400/Jt400PgmEndpointTest.java      |   5 +-
 .../component/jt400/Jt400SecureTestSupport.java    |   8 +-
 .../component/jt400/Jt400SrvPgmEndpointTest.java   |   5 +-
 .../camel/component/jt400/Jt400TestSupport.java    |   8 +-
 .../kubernetes/KubernetesTestSupport.java          |   3 +-
 .../ConfigMapPropertiesFunctionRouteTest.java      |   4 +-
 .../SecretPropertiesFunctionRouteTest.java         |   4 +-
 .../camel/component/kudu/AbstractKuduTest.java     |  15 +-
 .../apache/camel/component/ldif/LdifRouteIT.java   |   5 +-
 ...elDBAggregateConcurrentDifferentGroupsTest.java |   5 +-
 .../LevelDBAggregateConcurrentSameGroupTest.java   |   5 +-
 .../LevelDBAggregateDiscardOnTimeoutTest.java      |   5 +-
 .../LevelDBAggregateForceCompletionHeaderTest.java |   5 +-
 .../LevelDBAggregateLoadAndRecoverTest.java        |   3 +-
 .../LevelDBAggregateLoadConcurrentTest.java        |   3 +-
 .../leveldb/LevelDBAggregateLoadTest.java          |   3 +-
 ...DBAggregateNotLostRemovedWhenConfirmedTest.java |   5 +-
 .../leveldb/LevelDBAggregateNotLostTest.java       |   5 +-
 ...ggregateRecoverDeadLetterChannelFailedTest.java |   6 +-
 ...velDBAggregateRecoverDeadLetterChannelTest.java |   6 +-
 .../leveldb/LevelDBAggregateRecoverTest.java       |   5 +-
 ...DBAggregateRecoverWithRedeliveryPolicyTest.java |   5 +-
 .../LevelDBAggregateRecoverWithSedaTest.java       |   6 +-
 .../LevelDBAggregateSerializedHeadersTest.java     |   3 +-
 .../component/leveldb/LevelDBAggregateTest.java    |   5 +-
 ...velDBAggregateTimeoutCompletionRestartTest.java |   5 +-
 .../LevelDBAggregationRepositoryAlotDataTest.java  |  10 +-
 ...velDBAggregationRepositoryLoadExistingTest.java |  10 +-
 ...velDBAggregationRepositoryMultipleRepoTest.java |  10 +-
 ...DBAggregationRepositoryRecoverExistingTest.java |   5 +-
 .../leveldb/LevelDBAggregationRepositoryTest.java  |  10 +-
 .../leveldb/LevelDBBigPayloadManualTest.java       |   3 +-
 .../camel/component/leveldb/LevelDBBinaryTest.java |   5 +-
 .../leveldb/LevelDBCustomSerializationTest.java    |   5 +-
 .../leveldb/LevelDBExchangeSerializationTest.java  |  10 +-
 .../component/leveldb/LevelDBGetNotFoundTest.java  |  10 +-
 .../camel/component/leveldb/LevelDBSetupTest.java  |   8 +-
 ...ngAggregateRecoverWithRedeliveryPolicyTest.java |   6 +-
 .../leveldb/LevelDBSpringAggregateTest.java        |   6 +-
 .../component/mail/MailAttachmentNamesTest.java    |  14 +-
 .../component/mail/MailBatchConsumerTest.java      |   5 +-
 .../component/mail/MailCommitOnCompletionTest.java |   5 +-
 .../camel/component/mail/MailConvertersTest.java   |   5 +-
 .../camel/component/mail/MailCopyToTest.java       |   5 +-
 .../mail/MailDoNotDeleteIfProcessFailsTest.java    |   5 +-
 .../camel/component/mail/MailFetchSizeTest.java    |   5 +-
 .../component/mail/MailFetchSizeZeroTest.java      |   5 +-
 .../MailIdempotentRepositoryDuplicateTest.java     |   5 +-
 .../mail/MailIdempotentRepositoryTest.java         |   5 +-
 .../component/mail/MailMaxMessagesPerPollTest.java |   5 +-
 .../camel/component/mail/MailMessageTest.java      |   5 +-
 .../camel/component/mail/MailMoveToTest.java       |   5 +-
 .../component/mail/MailPollEnrichNoMailTest.java   |   5 +-
 .../camel/component/mail/MailPollEnrichTest.java   |   5 +-
 .../component/mail/MailPostProcessActionTest.java  |   5 +-
 .../mail/MailProcessOnlyUnseenMessagesTest.java    |   5 +-
 .../camel/component/mail/MailSearchTermTest.java   |   5 +-
 .../MailSearchTermUriConfigLast24HoursTest.java    |   5 +-
 .../mail/MailSearchTermUriConfigTest.java          |   5 +-
 .../mail/MailShutdownCompleteAllTasksTest.java     |   5 +-
 .../MailShutdownCompleteCurrentTaskOnlyTest.java   |   5 +-
 .../camel/component/mail/MailSortTermTest.java     |   5 +-
 .../component/mail/MailSortTermThreeTest.java      |   5 +-
 .../camel/component/mail/MailSortTermTwoTest.java  |   5 +-
 .../component/mail/MailUsingCustomSessionTest.java |   5 +-
 .../mail/MultipleDestinationConsumeTest.java       |   6 +-
 .../camel/component/mail/RawMailMessageTest.java   |   5 +-
 .../multipart/MimeMultipartDataFormatTest.java     |   5 +-
 .../camel/component/metrics/CounterRouteTest.java  |   5 +-
 .../component/metrics/HistogramRouteTest.java      |   5 +-
 .../camel/component/metrics/MeterRouteTest.java    |   5 +-
 .../camel/component/metrics/TimerRouteTest.java    |   5 +-
 .../component/micrometer/CounterRouteTest.java     |   5 +-
 .../camel/component/micrometer/TimerRouteTest.java |   5 +-
 .../CamelMicroProfilePropertiesSourceTest.java     |   5 +-
 .../health/CamelMicroProfileHealthTestSupport.java |   5 +-
 .../camel/component/mina/MinaFiltersTest.java      |   5 +-
 ...tProducerEndOfDataAndValidationTestSupport.java |   4 +-
 ...rConsumerEndOfDataAndValidationTestSupport.java |   6 +-
 .../integration/AbstractMongoDbITSupport.java      |   4 +-
 .../mybatis/MyBatisShutdownAllTasksTest.java       |   6 +-
 .../MyBatisShutdownCurrentTaskOnlyTest.java        |   6 +-
 .../component/mybatis/MyBatisTestSupport.java      |   4 +-
 .../NettyHttpBasicAuthConstraintMapperTest.java    |  10 +-
 .../netty/http/NettyHttpBasicAuthTest.java         |  10 +-
 .../component/netty/http/NettyHttpSSLTest.java     |  11 +-
 ...ttyHttpSimpleBasicAuthConstraintMapperTest.java |  10 +-
 .../netty/http/NettyHttpSimpleBasicAuthTest.java   |  10 +-
 .../http/NettyHttpStreamCacheFileResponseTest.java |   5 +-
 .../netty/http/NettySharedHttpServerTest.java      |   5 +-
 .../camel/component/netty/NettyConverterTest.java  |   4 +-
 .../camel/component/netty/NettyRedeliveryTest.java |   5 +-
 ...ttyUseSharedWorkerThreadPoolManyRoutesTest.java |  10 +-
 .../mqtt5/PahoMqtt5ReconnectAfterFailureIT.java    |   5 +-
 .../paho/mqtt5/PahoMqtt5SendDynamicAwareTest.java  |   5 +-
 .../apache/camel/component/pdf/PdfAppendTest.java  |   7 -
 .../camel/component/pdf/PdfCreationTest.java       |   7 -
 .../slot/integration/PgReplicationSlotCamelIT.java |   9 +-
 .../camel/component/printer/PrinterPrintTest.java  |   5 +-
 .../component/pulsar/PulsarComponentTest.java      |   5 +-
 .../quartz/FromFileQuartzSchedulerTest.java        |   5 +-
 .../component/quartz/QuartzPropertiesTest.java     |   5 +-
 .../quickfixj/QuickfixjConvertersTest.java         |  12 +-
 .../rocketmq/RocketMQRequestReplyRouteIT.java      |   8 +-
 .../camel/component/rocketmq/RocketMQRouteIT.java  |   8 -
 .../camel/dataformat/rss/RssDataFormatTest.java    |   5 +-
 .../saxon/XPathSplitChoicePerformanceTest.java     |   5 +-
 .../camel/builder/saxon/XQueryFilterTest.java      |   6 +-
 .../builder/saxon/XQueryRecipientListTest.java     |   6 +-
 .../camel/builder/saxon/XQueryTransformTest.java   |   6 +-
 .../builder/saxon/XQueryTransformTextTest.java     |   6 +-
 .../saxon/XQueryWithNamespacesFilterTest.java      |   6 +-
 .../xquery/XQueryWithExplicitTypeTest.java         |   6 +-
 .../camel/converter/saxon/SaxonConverterTest.java  |   5 +-
 .../xpath/XPathLanguageDefaultSettingsTest.java    |   5 +-
 .../camel/language/xpath/XPathLanguageTest.java    |   5 +-
 .../servlet/HttpClientRouteExampleSpringTest.java  |   9 +-
 .../servlet/HttpClientRouteSpringTest.java         |   8 +-
 .../component/servlet/HttpClientRouteTest.java     |   2 +-
 .../servlet/ServletCamelRouterTestSupport.java     |  19 +-
 .../component/sjms/SjmsSendDynamicAwareTest.java   |   6 +-
 .../producer/InOutQueueProducerAsyncLoadTest.java  |  10 +-
 .../producer/InOutQueueProducerSyncLoadTest.java   |  10 +-
 .../sjms/support/JmsCommonTestSupport.java         |   5 +-
 .../component/sjms2/support/Jms2TestSupport.java   |   4 +-
 .../camel/component/slack/SlackConsumerTest.java   |   5 +-
 .../component/spring/batch/SpringBatchIT.java      |   6 +-
 .../spring/batch/SpringBatchJobLauncherIT.java     |   4 +-
 .../spring/jdbc/AbstractJdbcTestSupport.java       |  12 +-
 .../springldap/SpringLdapProducerTest.java         |   5 +-
 .../SpringRabbitMQSendDynamicAwareTest.java        |   6 +-
 .../spring/ws/ConsumerBreadcrumbIdTest.java        |   5 +-
 ...ConsumerEndpointMappingByBeanNameRouteTest.java |   5 +-
 ...erEndpointMappingResponseHandlingRouteTest.java |   5 +-
 .../ws/ConsumerEndpointMappingRouteTest.java       |   5 +-
 .../ws/ConsumerExceptionPropagationRouteTest.java  |   4 +-
 .../spring/ws/ConsumerMarshallingRouteTest.java    |   5 +-
 .../spring/ws/addressing/AbstractWSATests.java     |   4 +-
 .../ws/addressing/CamelDirectSenderTest.java       |   4 +-
 .../ConsumerWSAEndpointMappingRouteTest.java       |   5 +-
 .../ws/addressing/ProducerParamsBasicTest.java     |   5 +-
 .../addressing/ProducerParamsPrecedenceTest.java   |   5 +-
 .../ProducerWss4JSecurityHeaderManualTest.java     |   4 +-
 .../component/sql/CamelSqlEmptyResultTest.java     |  11 +-
 .../camel/component/sql/SqlAggregateBatchTest.java |  11 +-
 .../sql/SqlConsumerDeleteBatchCompleteTest.java    |  11 +-
 .../component/sql/SqlConsumerDeleteFailedTest.java |  11 +-
 .../camel/component/sql/SqlConsumerDeleteTest.java |  11 +-
 .../sql/SqlConsumerDeleteTransformTest.java        |  11 +-
 .../sql/SqlConsumerDynamicParameterTest.java       |  11 +-
 .../sql/SqlConsumerMaxMessagesPerPollTest.java     |  11 +-
 .../sql/SqlConsumerOutputTypeSelectListTest.java   |  11 +-
 ...lConsumerOutputTypeSelectListWithClassTest.java |  11 +-
 .../sql/SqlConsumerOutputTypeStreamListTest.java   |  11 +-
 .../camel/component/sql/SqlConsumerTest.java       |  11 +-
 .../camel/component/sql/SqlDataSourceRefTest.java  |   5 +-
 .../camel/component/sql/SqlDataSourceTest.java     |   5 +-
 .../camel/component/sql/SqlEndpointLikeTest.java   |   5 +-
 .../sql/SqlEndpointMisconfigureDataSourceTest.java |  11 +-
 .../camel/component/sql/SqlEndpointTest.java       |  11 +-
 .../component/sql/SqlGeneratedKeysInLoopTest.java  |  10 +-
 .../camel/component/sql/SqlGeneratedKeysTest.java  |  10 +-
 .../camel/component/sql/SqlPreserveHeaderTest.java |  11 +-
 ...qlProducerAlwaysPopulateStatementFalseTest.java |  11 +-
 .../SqlProducerAlwaysPopulateStatementTest.java    |  11 +-
 .../camel/component/sql/SqlProducerAndInTest.java  |  11 +-
 .../component/sql/SqlProducerConcurrentTest.java   |  11 +-
 .../sql/SqlProducerExpressionParameterTest.java    |  11 +-
 .../component/sql/SqlProducerInMultiTest.java      |  11 +-
 .../camel/component/sql/SqlProducerInTest.java     |  11 +-
 .../component/sql/SqlProducerInVariablesTest.java  |  11 +-
 .../component/sql/SqlProducerInsertNullTest.java   |  11 +-
 .../camel/component/sql/SqlProducerJSONTest.java   |  11 +-
 .../sql/SqlProducerNamedParameterNotExistTest.java |  11 +-
 .../sql/SqlProducerNamedParameterTest.java         |  11 +-
 .../sql/SqlProducerNamedParametersTest.java        |  11 +-
 .../camel/component/sql/SqlProducerNoopTest.java   |  11 +-
 .../sql/SqlProducerNullBodyHeaderTest.java         |  11 +-
 .../component/sql/SqlProducerNullBodyTest.java     |  11 +-
 .../component/sql/SqlProducerOutputHeaderTest.java |  11 +-
 .../sql/SqlProducerOutputHeaderWithQueryTest.java  |  11 +-
 .../sql/SqlProducerOutputTypeSelectListTest.java   |  11 +-
 ...lProducerOutputTypeSelectListWithClassTest.java |  11 +-
 ...SqlProducerOutputTypeSelectOneNoResultTest.java |  11 +-
 .../sql/SqlProducerOutputTypeStreamListTest.java   |  11 +-
 .../sql/SqlProducerParametersCountTest.java        |  11 +-
 .../sql/SqlProducerReuseParameterTest.java         |  11 +-
 .../component/sql/SqlProducerSeparatorTest.java    |  11 +-
 .../camel/component/sql/SqlProducerToDTest.java    |  11 +-
 .../sql/SqlProducerUseMessageBodyForSqlTest.java   |  11 +-
 .../component/sql/SqlProducerWhereIssueTest.java   |  11 +-
 .../apache/camel/component/sql/SqlRouteTest.java   |  11 +-
 .../component/sql/SqlTransactedRouteTest.java      |  11 +-
 .../sql/stored/CallableStatementWrapperTest.java   |  11 +-
 .../sql/stored/ProducerBatchInvalidTest.java       |  12 +-
 .../component/sql/stored/ProducerBatchTest.java    |  12 +-
 .../sql/stored/ProducerBodyArrayTest.java          |  12 +-
 .../component/sql/stored/ProducerInOutTest.java    |  12 +-
 .../camel/component/sql/stored/ProducerTest.java   |  12 +-
 .../ProducerUseMessageBodyForTemplateTest.java     |  12 +-
 .../sql/stored/SqlFunctionDataSourceTest.java      |  12 +-
 .../sql/stored/SqlStoredDataSourceTest.java        |   5 +-
 .../component/sql/stored/TemplateCacheTest.java    |  12 +-
 .../CustomizedJdbcMessageIdRepositoryTest.java     |   6 +-
 .../jdbc/JdbcCachedMessageIdRepositoryTest.java    |   6 +-
 ...JdbcMessageIdRepositoryCustomTableNameTest.java |   6 +-
 .../jdbc/JdbcMessageIdRepositoryTest.java          |   6 +-
 .../component/ssh/SshComponentTestSupport.java     |  13 +-
 .../StAXXPathSplitChoicePerformanceManualTest.java |   5 +-
 .../component/stream/ScanStreamDelayTest.java      |   6 +-
 .../component/stream/ScanStreamFileManualTest.java |   6 +-
 .../camel/component/stream/ScanStreamFileTest.java |   6 +-
 .../stream/ScanStreamFileWithFilterTest.java       |   6 +-
 .../component/stream/SplitStreamFileTest.java      |   6 +-
 .../camel/component/stream/StreamFileTest.java     |   6 +-
 .../component/stream/StreamGroupLinesTest.java     |   6 +-
 .../StringTemplateContentCacheTest.java            |   6 +-
 .../tarfile/SpringTarFileDataFormatTest.java       |   5 +-
 .../dataformat/tarfile/TarFileDataFormatTest.java  |   5 +-
 .../tarfile/TarFileSplitAndDeleteTest.java         |   5 +-
 .../tarfile/TarSplitterRouteIssueTest.java         |   5 +-
 .../AggregationStrategyWithFilenameHeaderTest.java |   5 +-
 .../AggregationStrategyWithPreservationTest.java   |   5 +-
 .../TarAggregationStrategyEmptyFirstFileTest.java  |   5 +-
 .../tarfile/TarAggregationStrategyTest.java        |   5 +-
 .../thymeleaf/ThymeleafContentCacheTest.java       |   7 +-
 ...ymeleafWebApplicationResolverAllParamsTest.java |   8 +-
 .../ThymeleafWebApplicationResolverTest.java       |   8 +-
 .../component/twitter/DirectMessageDirectIT.java   |   5 +-
 .../component/twitter/DirectMessagePollingIT.java  |   6 +-
 .../velocity/VelocityContentCacheTest.java         |   6 +-
 .../component/web3j/Web3jMockTestSupport.java      |   5 +-
 .../component/xmlsecurity/ECDSASignatureTest.java  |  11 +-
 .../xmlsecurity/SignatureAlgorithmTest.java        |   5 +-
 .../xmlsecurity/SignatureDigestMethodTest.java     |   5 +-
 .../xmlsecurity/XAdESSignaturePropertiesTest.java  |   5 +-
 .../component/xmlsecurity/XmlSignatureTest.java    |   5 +-
 .../xmlsecurity/EncryptionAlgorithmTest.java       |   5 +-
 .../xmlsecurity/XMLEncryption11Test.java           |   5 +-
 .../xmlsecurity/XMLSecurityDataFormatTest.java     |   5 +-
 .../deflater/GzipDataFormatFileDeleteTest.java     |   5 +-
 .../GzipDataFormatFileUnmarshalDeleteTest.java     |   5 +-
 .../ZipDeflaterDataFormatFileDeleteTest.java       |   5 +-
 ...pDeflaterDataFormatFileUnmarshalDeleteTest.java |   5 +-
 .../dataformat/zipfile/ZipFileDataFormatTest.java  |   5 +-
 .../zipfile/ZipFileSplitAndDeleteTest.java         |   5 +-
 .../zipfile/ZipFileSplitOneFileTest.java           |   5 +-
 .../zipfile/ZipSplitterRouteIssueTest.java         |   5 +-
 .../AggregationStrategyWithFilenameHeaderTest.java |   5 +-
 .../AggregationStrategyWithPreservationTest.java   |   5 +-
 .../ZipAggregationStrategyEmptyFileTest.java       |   5 +-
 .../zipfile/ZipAggregationStrategySplitTest.java   |   5 +-
 .../zipfile/ZipAggregationStrategyTest.java        |   5 +-
 .../integration/ZooKeeperServiceCallRouteIT.java   |   4 +-
 .../ZooKeeperServiceRegistrationITBase.java        |   6 +-
 .../FileBatchConsumerMemoryLeakManualTest.java     |   5 +-
 .../builder/endpoint/FileConsumeCharsetTest.java   |   9 +-
 .../camel/builder/endpoint/FileDelayTest.java      |   9 +-
 .../FtpCronScheduledRoutePolicyManualTest.java     |   8 +-
 .../FromJmsToJdbcIdempotentConsumerToJmsTest.java  |   5 +-
 ...FromJmsToJdbcIdempotentConsumerToJmsXaTest.java |  10 +-
 .../itest/validator/ValidatorSchemaImportTest.java |   3 +-
 545 files changed, 1010 insertions(+), 2999 deletions(-)
 delete mode 100644 
components/camel-http/src/test/java/org/apache/camel/component/http/HttpInvalidHttpClientConfigurationTest.java

Reply via email to