This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from d8b50f3  Regen website docs
     new 982854e  [CAMEL-11807] Upgrade camel-git to junit5
     new ff117f8  [CAMEL-11807] Upgrade camel-github to junit5
     new cb1107c  [CAMEL-11807] Upgrade camel-google-bigquery to junit5
     new 4a6cc8b  [CAMEL-11807] Upgrade camel-google-pubsub to junit5
     new 05ad9fb  [CAMEL-11807] Upgrade camel-google-sheets to junit5
     new d3e6ccd  [CAMEL-11807] Upgrade camel-gora to junit5
     new f74951d  [CAMEL-11807] Upgrade camel-grok to junit5
     new dff3b42  [CAMEL-11807] Upgrade camel-grape to junit5
     new 962dc78  [CAMEL-11807] Upgrade camel-graphql to junit5
     new c9821ae  [CAMEL-11807] Upgrade camel-eventbus to junit5
     new cda72b6  [CAMEL-11807] Upgrade camel-hipchat to junit5
     new febefe7  [CAMEL-11807] Upgrade camel-hdfs to junit5

The 12 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:
 components/camel-git/pom.xml                       |   2 +-
 .../apache/camel/component/git/GitTestSupport.java |   9 +-
 .../component/git/consumer/GitConsumerTest.java    |   5 +-
 .../component/git/producer/GitProducerTest.java    |  25 +++--
 .../git/producer/GitRemoteProducerTest.java        |   9 +-
 components/camel-github/pom.xml                    |   2 +-
 .../component/github/GitHubComponentTestBase.java  |   8 +-
 .../github/consumer/CommitConsumerTest.java        |   2 +-
 .../consumer/PullRequestCommentConsumerTest.java   |   2 +-
 .../github/consumer/PullRequestConsumerTest.java   |   2 +-
 .../component/github/consumer/TagConsumerTest.java |   2 +-
 .../producer/ClosePullRequestProducerTest.java     |   7 +-
 .../github/producer/CreateIssueProducerTest.java   |   4 +-
 .../producer/PullRequestCommentProducerTest.java   |   8 +-
 .../producer/PullRequestFilesProducerTest.java     |   4 +-
 .../producer/PullRequestStateProducerTest.java     |   6 +-
 components/camel-google-bigquery/pom.xml           |   4 +-
 .../google/bigquery/integration/AsyncTest.java     |   6 +-
 .../bigquery/integration/BigQueryTestSupport.java  |  12 ++-
 .../bigquery/integration/DynamicTableIdTest.java   |   6 +-
 .../google/bigquery/integration/InsertIdTest.java  |   6 +-
 .../google/bigquery/integration/SingleRowTest.java |   6 +-
 .../integration/sql/SqlQueryFromResourceTest.java  |   6 +-
 .../bigquery/integration/sql/SqlQueryTest.java     |   6 +-
 .../google/bigquery/unit/BaseBigQueryTest.java     |   6 +-
 .../bigquery/unit/GoogleBigQueryProducerTest.java  |   4 +-
 .../unit/sql/GoogleBigQuerySQLComponentTest.java   |   4 +-
 .../sql/GoogleBigQuerySQLProducerBaseTest.java     |   2 +-
 .../GoogleBigQuerySQLProducerWithParamersTest.java |  13 ++-
 .../GoogleBigQuerySQLProducerWithPatternTest.java  |   7 +-
 .../google/bigquery/unit/sql/SqlHelperTest.java    |  23 ++---
 components/camel-google-pubsub/pom.xml             |   8 +-
 .../component/google/pubsub/PubsubTestSupport.java |  13 ++-
 .../google/pubsub/integration/AckModeNoneTest.java |   8 +-
 .../pubsub/integration/AcknowledgementTest.java    |   2 +-
 .../google/pubsub/integration/BodyTypesTest.java   |  28 ++---
 .../integration/GroupedExchangeRoundtripTest.java  |   6 +-
 .../integration/SingleExchangeRoundtripTest.java   |  17 +--
 .../google/pubsub/unit/PubsubEndpointTest.java     |   8 +-
 .../google/pubsub/unit/PubsubProducerTest.java     |   7 +-
 components/camel-google-sheets/pom.xml             |   2 +-
 .../sheets/AbstractGoogleSheetsTestSupport.java    |  16 ++-
 .../sheets/GoogleSheetsVerifierExtensionTest.java  |  11 +-
 .../google/sheets/SheetsConfigurationTest.java     |   7 +-
 .../sheets/SheetsSpreadsheetsIntegrationTest.java  |  10 +-
 .../SheetsSpreadsheetsValuesIntegrationTest.java   |  15 +--
 .../server/GoogleSheetsApiTestServerRule.java      |  42 +++-----
 .../SheetsStreamConsumerIntegrationTest.java       |  79 +++++++-------
 components/camel-gora/pom.xml                      |   8 +-
 .../component/gora/GoraConfigurationTest.java      |  39 ++++---
 .../camel/component/gora/GoraConsumerTest.java     |   8 +-
 .../camel/component/gora/GoraProducerTest.java     |  29 +++---
 .../camel/component/gora/GoraTestSupport.java      |   2 +-
 .../camel/component/gora/utils/GoraUtilsTest.java  |  12 ++-
 components/camel-grape/pom.xml                     |   2 +-
 .../camel/component/grape/GrapeComponentTest.java  |  28 +++--
 components/camel-graphql/pom.xml                   |   2 +-
 .../component/graphql/GraphqlComponentTest.java    |  12 +--
 .../component/graphql/GraphqlProducerTest.java     |   4 +-
 components/camel-grok/pom.xml                      |   6 +-
 .../component/grok/GrokFileUnmarshalTest.java      |   9 +-
 .../camel/component/grok/GrokMarshalTest.java      |  19 ++--
 .../component/grok/GrokOptionalOptionsTest.java    |  73 ++++++-------
 .../camel/component/grok/GrokPatternsTest.java     |  81 +++++++--------
 .../camel/component/grok/GrokUnmarshalTest.java    |  37 ++++---
 .../component/grok/SpringGrokDataFormatTest.java   |  29 +++---
 components/camel-guava-eventbus/pom.xml            |   2 +-
 .../guava/eventbus/GuavaEventBusComponentTest.java |   6 +-
 .../GuavaEventBusConsumerConfigurationTest.java    |   8 +-
 .../guava/eventbus/GuavaEventBusConsumerTest.java  |   6 +-
 .../GuavaEventBusConsumingDeadEventsTest.java      |   6 +-
 .../guava/eventbus/GuavaEventBusProducerTest.java  |   6 +-
 components/camel-hazelcast/pom.xml                 |   8 +-
 ...HazelcastAtomicnumberProducerForSpringTest.java |  13 ++-
 .../HazelcastAtomicnumberProducerTest.java         |  19 ++--
 .../hazelcast/HazelcastCamelSpringTestSupport.java |   6 +-
 .../hazelcast/HazelcastCamelTestSupport.java       |   8 +-
 ...stComponentInstanceReferenceNameSpringTest.java |   4 +-
 ...elcastComponentInstanceReferenceSpringTest.java |   4 +-
 .../hazelcast/HazelcastConfigurationTest.java      | 115 +++++++++++----------
 .../hazelcast/HazelcastErrorMessagesTest.java      |   5 +-
 .../hazelcast/HazelcastInstanceConsumerTest.java   |   4 +-
 .../hazelcast/HazelcastListConsumerTest.java       |   9 +-
 .../hazelcast/HazelcastListProducerTest.java       |  18 ++--
 .../hazelcast/HazelcastMapConsumerTest.java        |   4 +-
 .../HazelcastMapProducerForSpringTest.java         |   9 +-
 .../hazelcast/HazelcastMapProducerTest.java        |  22 ++--
 .../hazelcast/HazelcastMultimapConsumerTest.java   |   4 +-
 .../HazelcastMultimapProducerForSpringTest.java    |   8 +-
 .../hazelcast/HazelcastMultimapProducerTest.java   |  19 ++--
 .../hazelcast/HazelcastQueueConsumerPollTest.java  |   4 +-
 .../hazelcast/HazelcastQueueConsumerTest.java      |   4 +-
 .../hazelcast/HazelcastQueueProducerTest.java      |  18 ++--
 .../HazelcastReliableTopicConsumerTest.java        |   4 +-
 .../HazelcastReliableTopicProducerTest.java        |  17 +--
 .../HazelcastReplicatedmapConsumerTest.java        |   4 +-
 ...azelcastReplicatedmapProducerForSpringTest.java |   8 +-
 .../HazelcastReplicatedmapProducerTest.java        |  19 ++--
 .../HazelcastRingbufferProducerForSpringTest.java  |   3 +-
 .../hazelcast/HazelcastRingbufferProducerTest.java |   3 +-
 .../HazelcastSedaConcurrentConsumersTest.java      |   4 +-
 .../hazelcast/HazelcastSedaConfigurationTest.java  |  50 +++++----
 .../component/hazelcast/HazelcastSedaFIFOTest.java |   4 +-
 .../hazelcast/HazelcastSedaInOnlyTest.java         |   4 +-
 .../hazelcast/HazelcastSedaInOutTest.java          |   4 +-
 ...tSedaRecoverableConsumerNewTransactionTest.java |   5 +-
 ...zelcastSedaRecoverableConsumerRollbackTest.java |   6 +-
 .../HazelcastSedaRecoverableConsumerTest.java      |   6 +-
 .../hazelcast/HazelcastSedaSpringSupportTest.java  |   4 +-
 .../HazelcastSedaTransferExchangeTest.java         |  12 ++-
 .../hazelcast/HazelcastSetConsumerTest.java        |   9 +-
 .../hazelcast/HazelcastSetProducerTest.java        |  17 +--
 .../hazelcast/HazelcastTopicConsumerTest.java      |   4 +-
 .../hazelcast/HazelcastTopicProducerTest.java      |  17 +--
 ...lcastAggregationRepositoryCamelTestSupport.java |  10 +-
 ...lcastAggregationRepositoryConstructorsTest.java |  22 ++--
 ...zelcastAggregationRepositoryOperationsTest.java |  29 +++---
 ...AggregationRepositoryRecoverableRoutesTest.java |   2 +-
 .../HazelcastAggregationRepositoryRoutesTest.java  |   2 +-
 .../HazelcastIdempotentRepositoryTest.java         |  18 ++--
 components/camel-hdfs/pom.xml                      |  13 ++-
 .../camel/component/hdfs/FromFileToHdfsTest.java   |  40 +++----
 .../component/hdfs/HaConfigurationBuilderTest.java |   4 +-
 .../camel/component/hdfs/HdfsConsumerTest.java     |   8 +-
 .../camel/component/hdfs/HdfsInputStreamTest.java  |   8 +-
 .../camel/component/hdfs/HdfsOutputStreamTest.java |   8 +-
 .../component/hdfs/HdfsProducerConsumerTest.java   |  24 ++---
 .../component/hdfs/HdfsProducerSplitTest.java      |  30 ++----
 .../camel/component/hdfs/HdfsProducerTest.java     |  65 ++----------
 .../camel/component/hdfs/HdfsTestSupport.java      |  34 +++---
 .../component/hdfs/integration/HdfsAppendTest.java |  18 ++--
 .../integration/HdfsConsumerIntegrationTest.java   |  81 ++-------------
 .../HdfsProducerConsumerIntegrationTest.java       |  13 +--
 .../hdfs/kerberos/KerberosAuthenticationTest.java  |   8 +-
 .../kerberos/KerberosConfigurationBuilderTest.java |   6 +-
 components/camel-hipchat/pom.xml                   |   4 +-
 .../hipchat/HipchatComponentConsumerTest.java      |   7 +-
 .../HipchatComponentCustomHttpClientTest.java      |   7 +-
 .../hipchat/HipchatComponentMultipleUsersTest.java |   4 +-
 .../hipchat/HipchatComponentProducerTest.java      |   9 +-
 .../component/hipchat/HipchatEndpointTest.java     |   7 +-
 .../HipchatXmlDefinedComponentProducerTest.java    |   6 +-
 .../HipchatConsumerIntegrationTest.java            |   8 +-
 .../HipchatProducerIntegrationTest.java            |  10 +-
 144 files changed, 1018 insertions(+), 917 deletions(-)

Reply via email to