You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/10/08 17:32:41 UTC

[camel] branch regen_bot updated (fb40293 -> 80619b1)

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.


    omit fb40293  Regen for commit eba825c392bc78800f180a3825600395a7e45347
     add d364875  AutomaticRecovery from RabbitMQ Connection Factory doesn't recover from everything (#4384)
     add d1690fb  Regen
     add 0f9f1f0  CAMEL-15639: Add requeue option to camel-rabbitmq consumer to use to control requeue behaviour. Thanks to Ayyanar for patch.
     add 893fa5f  CAMEL-15658: camel-pgevent : automate integration tests (#4399)
     add 80619b1  Regen for commit 893fa5facdd3ff12f607ea21283bdc99b3cf6bd7

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   (fb40293)
            \
             N -- N -- N   refs/heads/regen_bot (80619b1)

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.

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/rabbitmq.json  |  1 +
 .../camel/catalog/docs/rabbitmq-component.adoc     |  3 +-
 components/camel-pgevent/pom.xml                   | 91 +++++++++++++++++++++-
 ...IntegrationTest.java => PgEventPubSubTest.java} | 19 ++---
 .../apache/camel/pgevent/PgEventTestSupport.java}  | 46 +++++++----
 ....java => PgEventWithDefinedDatasourceTest.java} | 23 +++---
 .../AbstractPgEventIntegrationTest.java            | 32 --------
 .../src/test/resources/test-options.properties     | 37 ---------
 .../rabbitmq/RabbitMQEndpointConfigurer.java       |  5 ++
 .../rabbitmq/RabbitMQEndpointUriFactory.java       |  3 +-
 .../apache/camel/component/rabbitmq/rabbitmq.json  |  1 +
 .../src/main/docs/rabbitmq-component.adoc          |  3 +-
 .../camel/component/rabbitmq/RabbitConsumer.java   | 35 +++++++--
 .../camel/component/rabbitmq/RabbitMQConsumer.java |  6 +-
 .../camel/component/rabbitmq/RabbitMQEndpoint.java | 18 ++++-
 .../rabbitmq/RabbitMQMessageConverter.java         | 42 +++++-----
 .../component/rabbitmq/RabbitMQProducerTest.java   |  1 +
 .../dsl/RabbitMQEndpointBuilderFactory.java        | 38 +++++++++
 .../modules/ROOT/pages/rabbitmq-component.adoc     |  3 +-
 19 files changed, 262 insertions(+), 145 deletions(-)
 rename components/camel-pgevent/src/test/java/org/apache/camel/pgevent/{integration/PgEventPubSubIntegrationTest.java => PgEventPubSubTest.java} (75%)
 copy components/{camel-pg-replication-slot/src/test/java/org/apache/camel/component/pg/replication/slot/integration/PgReplicationTestSupport.java => camel-pgevent/src/test/java/org/apache/camel/pgevent/PgEventTestSupport.java} (63%)
 rename components/camel-pgevent/src/test/java/org/apache/camel/pgevent/{integration/PgEventWithDefinedDatasourceIntegrationTest.java => PgEventWithDefinedDatasourceTest.java} (73%)
 delete mode 100644 components/camel-pgevent/src/test/java/org/apache/camel/pgevent/integration/AbstractPgEventIntegrationTest.java
 delete mode 100644 components/camel-pgevent/src/test/resources/test-options.properties