This is an automated email from the ASF dual-hosted git repository.
aldettinger pushed a change to branch CAMEL-13826
in repository https://gitbox.apache.org/repos/asf/camel.git.
discard b5bb21d CAMEL-13826: Added a comment in the doc about the possibility
to migrate per camel test
discard 2e46ef0 CAMEL-13826: Migrated half of the camel-xstream tests to
JUnit 5 (testing coexistence of JUnit 4 and JUnit 5)
discard a8abbf0 CAMEL-13826: Merged
CamelTestSupport.isCreateCamelContextPerClass() into JUnit 5 Lifecycle.PER_CLASS
add 0a79ae3 CAMEL-13917: Configuring endpoints with consumer. prefix for
consumer options is no longer supported as they should be regular options
instead. This also avoid reflection setting properties.
add eee4e0e CAMEL-13925: camel-seda - SedaConsumer should extend
DefaultConsumer
add 0315fba CAMEL-13917: Configuring endpoints with consumer. prefix for
consumer options is no longer supported as they should be regular options
instead. This also avoid reflection setting properties.
add aa19fb2 CAMEL-13917: Configuring endpoints with consumer. prefix for
consumer options is no longer supported as they should be regular options
instead. This also avoid reflection setting properties.
add a3539d9 CAMEL-13917: Configuring endpoints with consumer. prefix for
consumer options is no longer supported as they should be regular options
instead. This also avoid reflection setting properties.
add 7900b29 CAMEL-13917: Configuring endpoints with consumer. prefix for
consumer options is no longer supported as they should be regular options
instead. This also avoid reflection setting properties.
add fdaa12d CAMEL-13917: Configuring endpoints with consumer. prefix for
consumer options is no longer supported as they should be regular options
instead. This also avoid reflection setting properties.
add 944f7db CAMEL-13917: Configuring endpoints with consumer. prefix for
consumer options is no longer supported as they should be regular options
instead. This also avoid reflection setting properties.
add 8fb880d CAMEL-13929: camel3 - ApiEndpoint should extend
ScheduledPollEndpoint
add efca3b1 CAMEL-13917: Configuring endpoints with consumer. prefix for
consumer options is no longer supported as they should be regular options
instead. This also avoid reflection setting properties.
add 4c5fcc0 Regen
add 7afcd5d CAMEL-13475: camel-olingo4 - Should close http client when
shutting down. Thanks to Remco Schoen for reporting.
new d494ad1 CAMEL-13826: Merged
CamelTestSupport.isCreateCamelContextPerClass() into JUnit 5 Lifecycle.PER_CLASS
new 336efdf CAMEL-13826: Migrated half of the camel-xstream tests to
JUnit 5 (testing coexistence of JUnit 4 and JUnit 5)
new aca3a18 CAMEL-13826: Added a comment in the doc about the possibility
to migrate per camel test
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b5bb21d)
\
N -- N -- N refs/heads/CAMEL-13826 (aca3a18)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 3 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:
MIGRATION.md | 4 +
.../atom/AtomEntryPollingConsumerTest.java | 6 +-
.../AtomEntryPollingConsumerWithBasicAuthTest.java | 6 +-
.../camel/component/atom/AtomEntrySortTest.java | 4 +-
.../camel/component/atom/AtomGoodBlogsTest.java | 2 +-
.../atom/AtomPollingConsumerIdleMessageTest.java | 2 +-
.../component/atom/AtomPollingLowDelayTest.java | 2 +-
.../component/atom/AtomPollingUnthrottledTest.java | 2 +-
.../apache/camel/component/atom/AtomRouteTest.java | 2 +-
.../camel/component/aws/sqs/SqsComponent.java | 2 +-
.../beanstalk/ConsumerCompletionTest.java | 2 +-
.../component/beanstalk/ImmediateConsumerTest.java | 2 +-
.../bindy/csv/BindyCsvUnmarshallTest-context.xml | 4 +-
.../blueprint/handler/CamelNamespaceHandler.java | 3 -
.../camel-csv/src/main/docs/csv-dataformat.adoc | 2 +-
.../elsql/ElSqlConsumerDynamicParameterTest.java | 2 +-
.../src/main/docs/facebook-component.adoc | 2 +-
.../facebook/FacebookComponentConsumerTest.java | 6 +-
.../camel-file/src/main/docs/file-component.adoc | 12 +-
...LWithClientAuthAndSSLContextParametersTest.java | 2 +-
.../FileToFtpsExplicitSSLWithClientAuthTest.java | 2 +-
...lientAuthAndGlobalSSLContextParametersTest.java | 2 +-
...thoutClientAuthAndSSLContextParametersTest.java | 2 +-
...FileToFtpsExplicitSSLWithoutClientAuthTest.java | 2 +-
...SWithClientAuthAndSSLContextParametersTest.java | 2 +-
.../FileToFtpsExplicitTLSWithClientAuthTest.java | 2 +-
...thoutClientAuthAndSSLContextParametersTest.java | 2 +-
...FileToFtpsExplicitTLSWithoutClientAuthTest.java | 2 +-
...LWithClientAuthAndSSLContextParametersTest.java | 2 +-
.../FileToFtpsImplicitSSLWithClientAuthTest.java | 2 +-
...thoutClientAuthAndSSLContextParametersTest.java | 2 +-
...FileToFtpsImplicitSSLWithoutClientAuthTest.java | 2 +-
...SWithClientAuthAndSSLContextParametersTest.java | 2 +-
.../FileToFtpsImplicitTLSWithClientAuthTest.java | 2 +-
...thoutClientAuthAndSSLContextParametersTest.java | 2 +-
...FileToFtpsImplicitTLSWithoutClientAuthTest.java | 2 +-
...psWithCustomKeyAndTrustStorePropertiesTest.java | 2 +-
...leToFtpsWithCustomTrustStorePropertiesTest.java | 2 +-
.../FileToFtpsWithDefaultSettingsIPV6Test.java | 2 +-
.../remote/FileToFtpsWithDefaultSettingsTest.java | 2 +-
.../FileToFtpsWithFtpClientConfigRefTest.java | 2 +-
.../remote/FromFilePercentSignInPasswordTest.java | 4 +-
...lePercentSignInPasswordUserInfoEncodedTest.java | 2 +-
.../FromFilePercentSignInPasswordUserInfoTest.java | 2 +-
.../file/remote/FromFileToFtpNotStepwiseTest.java | 2 +-
.../component/file/remote/FromFileToFtpTest.java | 4 +-
.../file/remote/FromFileToFtpWithChmodTest.java | 4 +-
.../FromFtpExclusiveReadNoneStrategyTest.java | 2 +-
.../remote/FromFtpMoveFileNotStepwiseTest.java | 2 +-
.../FromFtpMoveFilePostfixNotStepwiseTest.java | 2 +-
.../file/remote/FromFtpMoveFilePostfixTest.java | 2 +-
.../FromFtpMoveFilePrefixNotStepwiseTest.java | 2 +-
.../file/remote/FromFtpMoveFilePrefixTest.java | 2 +-
.../component/file/remote/FromFtpMoveFileTest.java | 2 +-
.../component/file/remote/FromFtpNoFilesTest.java | 2 +-
.../remote/FromFtpPreMoveFileExpressionTest.java | 2 +-
.../FromFtpPreMoveFilePrefixNotStepwiseTest.java | 2 +-
.../file/remote/FromFtpPreMoveFilePrefixTest.java | 2 +-
.../FromFtpRemoteFileSortByExpressionTest.java | 2 +-
...tpRemoteFileSortByIgnoreCaseExpressionTest.java | 2 +-
...romFtpRemoteFileSortByNestedExpressionTest.java | 2 +-
.../file/remote/FromFtpToBinaryFileTest.java | 2 +-
.../file/remote/FromFtpToBinaryFilesTest.java | 6 +-
.../file/remote/FromFtpToBinarySampleTest.java | 2 +-
.../file/remote/FtpConsumerBodyAsStringTest.java | 2 +-
.../FtpConsumerDeleteNoWritePermissionTest.java | 2 +-
.../remote/FtpConsumerIPV6BodyAsStringTest.java | 2 +-
.../file/remote/FtpConsumerMoveExpressionTest.java | 2 +-
.../remote/FtpConsumerMultipleDirectoriesTest.java | 2 +-
.../remote/FtpConsumerWithNoFileOptionTest.java | 2 +-
.../FtpPollEnrichBridgeErrorHandlerTest.java | 2 +-
.../remote/FtpProducerConnectErrorsHeaderTest.java | 2 +-
.../src/main/docs/hipchat-component.adoc | 2 +-
.../camel/component/hipchat/HipchatEndpoint.java | 22 +-
.../camel-http/src/main/docs/http-component.adoc | 2 +-
.../camel/component/ironmq/IronMQComponent.java | 4 +-
.../camel-jetty/src/main/docs/jetty-component.adoc | 44 +--
.../apache/camel/component/jpa/JpaComponent.java | 1 +
.../apache/camel/component/jpa/JpaEndpoint.java | 20 +-
.../camel/component/jpa/JpaComponentTest.java | 2 +-
.../jpa/JpaWithNamedQueryAndParametersTest.java | 5 +-
.../camel/component/jpa/JpaWithNamedQueryTest.java | 4 +-
.../component/jpa/JpaWithNativeQueryTest.java | 2 +-
.../jpa/JpaWithNativeQueryWithResultClassTest.java | 2 +-
.../camel/component/jpa/JpaWithQueryTest.java | 2 +-
.../camel/processor/jpa/JpaNonTXRollbackTest.java | 2 +-
.../jpa/JpaRouteSkipLockedEntityTest.java | 4 +-
.../camel/processor/jpa/JpaTXRollbackTest.java | 2 +-
.../src/main/docs/linkedin-component.adoc | 2 +-
.../camel-mail/src/main/docs/mail-component.adoc | 6 +-
.../apache/camel/component/mail/MailEndpoint.java | 4 +-
.../mail/AdditionalMailPropertiesTest.java | 4 +-
.../camel/component/mail/FromFileSendMailTest.java | 4 +-
.../mail/MailAttachmentDuplicateNamesTest.java | 2 +-
.../mail/MailAttachmentRedeliveryTest.java | 2 +-
.../camel/component/mail/MailAttachmentTest.java | 2 +-
.../mail/MailAttachmentsUmlautIssueTest.java | 2 +-
.../component/mail/MailBatchConsumerTest.java | 2 +-
.../component/mail/MailCollectionHeaderTest.java | 2 +-
.../component/mail/MailCommitOnCompletionTest.java | 2 +-
.../mail/MailConsumerIdleMessageTest.java | 2 +-
.../mail/MailConsumerUnsupportedCharsetTest.java | 2 +-
.../mail/MailContentTypeResolverTest.java | 2 +-
.../camel/component/mail/MailConvertersTest.java | 2 +-
.../camel/component/mail/MailCopyToTest.java | 2 +-
.../camel/component/mail/MailDisconnectTest.java | 2 +-
.../mail/MailDoNotDeleteIfProcessFailsTest.java | 2 +-
.../camel/component/mail/MailFetchSizeTest.java | 2 +-
.../component/mail/MailFetchSizeZeroTest.java | 2 +-
...aderOverrulePreConfigurationRecipientsTest.java | 2 +-
.../component/mail/MailHtmlAttachmentTest.java | 2 +-
...IdempotentRepositoryDuplicateNotRemoveTest.java | 2 +-
.../MailIdempotentRepositoryDuplicateTest.java | 2 +-
.../mail/MailIdempotentRepositoryTest.java | 2 +-
.../component/mail/MailMaxMessagesPerPollTest.java | 2 +-
.../component/mail/MailMimeDecodeHeadersTest.java | 4 +-
.../component/mail/MailMultipleRecipientsTest.java | 8 +-
.../mail/MailNameAndEmailInRecipientTest.java | 4 +-
.../component/mail/MailPollEnrichNoMailTest.java | 2 +-
.../camel/component/mail/MailPollEnrichTest.java | 2 +-
.../component/mail/MailPostProcessActionTest.java | 2 +-
.../mail/MailProcessOnlyUnseenMessagesTest.java | 2 +-
.../mail/MailProducerUnsupportedCharsetTest.java | 4 +-
.../camel/component/mail/MailReplyToTest.java | 2 +-
.../apache/camel/component/mail/MailRouteTest.java | 4 +-
.../camel/component/mail/MailSearchTermTest.java | 2 +-
.../MailSearchTermUriConfigLast24HoursTest.java | 2 +-
.../mail/MailSearchTermUriConfigTest.java | 2 +-
.../mail/MailShutdownCompleteAllTasksTest.java | 2 +-
.../MailShutdownCompleteCurrentTaskOnlyTest.java | 2 +-
.../camel/component/mail/MailSortTermTest.java | 2 +-
.../component/mail/MailSortTermThreeTest.java | 2 +-
.../camel/component/mail/MailSortTermTwoTest.java | 2 +-
.../component/mail/MailSplitAttachmentsTest.java | 2 +-
.../camel/component/mail/MailSubjectTest.java | 2 +-
.../component/mail/MailUsernameWithAtSignTest.java | 2 +-
.../component/mail/MailUsingCustomSessionTest.java | 2 +-
.../component/mail/MimeMessageConsumeTest.java | 4 +-
.../mail/MimeMultipartAlternativeTest.java | 2 +-
...imeMultipartAlternativeWithContentTypeTest.java | 2 +-
...MultipartAlternativeWithLongerFilenameTest.java | 2 +-
.../mail/MultipleDestinationConsumeTest.java | 2 +-
.../mail/NestedMimeMessageConsumeTest.java | 4 +-
.../camel/component/mail/RawMailMessageTest.java | 8 +-
.../SslContextParametersMailRouteTest.java | 2 +-
.../mail/SpringMailSplitAttachmentsTest.xml | 2 +-
.../camel/component/mybatis/MyBatisEndpoint.java | 6 +-
.../camel/component/mybatis/MyBatisQueueTest.java | 2 +-
.../mybatis/MyBatisRouteEmptyResultSetTest.java | 2 +-
.../src/main/docs/olingo2-component.adoc | 29 +-
.../camel/component/olingo2/Olingo2Component.java | 6 -
.../component/olingo2/Olingo2Configuration.java | 14 +
.../camel/component/olingo2/Olingo2Endpoint.java | 7 +-
.../olingo2/Olingo2ComponentConsumerTest.java | 22 +-
.../component/olingo2/Olingo2SampleServer.java | 2 +-
.../component/olingo4/api/impl/Olingo4AppImpl.java | 4 +-
.../src/main/docs/olingo4-component.adoc | 27 +-
.../component/olingo4/Olingo4Configuration.java | 14 +
.../camel/component/olingo4/Olingo4Endpoint.java | 7 +-
.../olingo4/Olingo4ComponentConsumerTest.java | 30 +-
.../camel-rss/src/main/docs/rss-component.adoc | 8 +-
.../camel-rss/src/main/docs/rss-dataformat.adoc | 2 +-
.../camel/component/rss/RssEndpointTest.java | 8 +-
.../component/rss/RssEntryPollingConsumerTest.java | 2 +-
.../RssEntryPollingConsumerWithBasicAuthTest.java | 2 +-
.../rss/RssEntryPollingConsumerWithFilterTest.java | 2 +-
.../component/rss/RssEntrySortDefaultsTest.java | 4 +-
.../camel/component/rss/RssEntrySortTest.java | 4 +-
.../apache/camel/component/rss/RssFilterTest.java | 2 +-
.../rss/RssMultipleEndpointsIssueTest.java | 4 +-
...sPollingConsumerWithFeedHeaderDisabledTest.java | 2 +-
.../camel/dataformat/rss/RssConverterTest.java | 4 +-
.../camel/dataformat/rss/RssDataFormatTest.java | 4 +-
.../dataformat/rss/RssFilterWithXPathTest.java | 2 +-
.../apache/camel/component/seda/SedaConsumer.java | 85 ++---
.../sql/SqlConsumerDeleteBatchCompleteTest.java | 2 +-
.../component/sql/SqlConsumerDeleteFailedTest.java | 2 +-
.../camel/component/sql/SqlConsumerDeleteTest.java | 2 +-
.../sql/SqlConsumerDeleteTransformTest.java | 2 +-
.../sql/SqlConsumerDynamicParameterTest.java | 2 +-
.../sql/SqlConsumerMaxMessagesPerPollTest.java | 2 +-
.../sql/SqlConsumerOutputTypeSelectListTest.java | 2 +-
...lConsumerOutputTypeSelectListWithClassTest.java | 2 +-
.../sql/SqlConsumerOutputTypeSelectOneTest.java | 8 +-
.../sql/SqlConsumerOutputTypeStreamListTest.java | 6 +-
.../camel/component/sql/SqlConsumerTest.java | 2 +-
...qlProducerAlwaysPopulateStatementFalseTest.java | 2 +-
.../SqlProducerAlwaysPopulateStatementTest.java | 2 +-
.../src/main/docs/tarfile-dataformat.adoc | 4 +-
.../tarfile/TarFileMultipleFilesSplitterTest.java | 2 +-
.../dataformat/tarfile/TarSplitterRouteTest.java | 2 +-
.../AggregationStrategyWithPreservationTest.java | 2 +-
.../tarfile/TarAggregationStrategyTest.java | 2 +-
.../tarfile/SpringTarSplitterRouteTest.xml | 2 +-
.../src/main/docs/twilio-component.adoc | 17 +-
.../component/twitter/AbstractTwitterEndpoint.java | 2 +-
.../src/main/docs/zendesk-component.adoc | 17 +-
.../src/main/docs/zipfile-dataformat.adoc | 4 +-
.../zipfile/ZipFileMultipleFilesSplitterTest.java | 2 +-
.../dataformat/zipfile/ZipSplitterRouteTest.java | 2 +-
.../AggregationStrategyWithPreservationTest.java | 2 +-
.../zipfile/ZipAggregationStrategyTest.java | 2 +-
.../zipfile/SpringZipSplitterRouteTest.xml | 2 +-
components/readme.adoc | 4 +-
.../camel/component/file/FileConfigureTest.java | 6 +-
...ileConsumerBridgeRouteExceptionHandlerTest.java | 2 +-
.../FileConsumerCustomExceptionHandlerTest.java | 2 +-
.../file/FileConsumerPollStrategyNotBeginTest.java | 2 +-
...FileConsumerPollStrategyPolledMessagesTest.java | 2 +-
.../file/FileConsumerPollStrategyTest.java | 2 +-
.../scheduler/SchedulerNoPolledMessagesTest.java | 2 +-
.../impl/DefaultComponentValidateURITest.java | 20 +-
...edPollEndpointConfigureConsumerRestartTest.java | 146 -------
.../CustomConsumerExceptionHandlerTest.java | 2 +-
.../DeadLetterChannelAlwaysHandledTest.java | 2 +-
...tConsumerBridgeErrorHandlerOnExceptionTest.java | 2 +-
...ltConsumerBridgeErrorHandlerRedeliveryTest.java | 2 +-
.../DefaultConsumerBridgeErrorHandlerTest.java | 2 +-
...cheduledPollConsumerBridgeErrorHandlerTest.java | 2 +-
.../enricher/PollEnrichBridgeErrorHandlerTest.java | 2 +-
.../impl/RuntimeCamelCatalogTest.java | 8 -
.../dsl/HipchatEndpointBuilderFactory.java | 8 +-
.../dsl/Olingo2EndpointBuilderFactory.java | 421 +++++++++++++++++++++
.../dsl/Olingo4EndpointBuilderFactory.java | 421 +++++++++++++++++++++
.../endpoint/dsl/TwilioEndpointBuilderFactory.java | 395 +++++++++++++++++++
.../dsl/ZendeskEndpointBuilderFactory.java | 396 +++++++++++++++++++
.../BridgeExceptionHandlerToErrorHandler.java | 2 +-
.../org/apache/camel/support/DefaultEndpoint.java | 75 +---
.../camel/support/ScheduledPollConsumer.java | 10 +-
.../camel/support/ScheduledPollEndpoint.java | 133 +++----
.../support/component/AbstractApiEndpoint.java | 4 +-
.../modules/ROOT/pages/csv-dataformat.adoc | 2 +-
.../modules/ROOT/pages/facebook-component.adoc | 2 +-
.../modules/ROOT/pages/file-component.adoc | 12 +-
.../modules/ROOT/pages/hipchat-component.adoc | 2 +-
.../modules/ROOT/pages/http-component.adoc | 2 +-
.../modules/ROOT/pages/jetty-component.adoc | 44 +--
.../modules/ROOT/pages/linkedin-component.adoc | 2 +-
.../modules/ROOT/pages/mail-component.adoc | 6 +-
.../modules/ROOT/pages/olingo2-component.adoc | 29 +-
.../modules/ROOT/pages/olingo4-component.adoc | 27 +-
.../modules/ROOT/pages/rss-component.adoc | 8 +-
.../modules/ROOT/pages/rss-dataformat.adoc | 2 +-
.../modules/ROOT/pages/tarfile-dataformat.adoc | 4 +-
.../modules/ROOT/pages/twilio-component.adoc | 17 +-
.../modules/ROOT/pages/zendesk-component.adoc | 17 +-
.../modules/ROOT/pages/zipfile-dataformat.adoc | 4 +-
examples/camel-example-jooq/README.adoc | 2 +-
.../resources/META-INF/spring/camel-context.xml | 2 +-
.../example/spring/boot/rest/jpa/Application.java | 4 +-
.../springboot/HttpComponentConfiguration.java | 32 +-
.../JettyHttpComponentConfiguration9.java | 386 +++++++++----------
.../springboot/Olingo2ComponentConfiguration.java | 14 +
.../springboot/Olingo4ComponentConfiguration.java | 14 +
254 files changed, 2546 insertions(+), 1023 deletions(-)
delete mode 100644
core/camel-core/src/test/java/org/apache/camel/impl/ScheduledPollEndpointConfigureConsumerRestartTest.java