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 80619b1 Regen for commit 893fa5facdd3ff12f607ea21283bdc99b3cf6bd7
omit 893fa5f CAMEL-15658: camel-pgevent : automate integration tests
(#4399)
omit 0f9f1f0 CAMEL-15639: Add requeue option to camel-rabbitmq consumer to
use to control requeue behaviour. Thanks to Ayyanar for patch.
add ff5c236 Regen for commit d1690fb5c0be5ca6b32453cc166923ba13b452ec
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 (80619b1)
\
N -- N -- N refs/heads/regen_bot (ff5c236)
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 +---------------------
.../apache/camel/pgevent/PgEventTestSupport.java | 85 --------------------
.../AbstractPgEventIntegrationTest.java} | 13 ++--
.../PgEventPubSubIntegrationTest.java} | 19 +++--
...EventWithDefinedDatasourceIntegrationTest.java} | 23 +++---
.../src/test/resources/test-options.properties | 26 ++++---
.../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 | 7 +-
.../camel/component/rabbitmq/RabbitMQEndpoint.java | 18 +----
.../dsl/RabbitMQEndpointBuilderFactory.java | 38 ---------
.../modules/ROOT/pages/rabbitmq-component.adoc | 3 +-
16 files changed, 57 insertions(+), 282 deletions(-)
delete mode 100644
components/camel-pgevent/src/test/java/org/apache/camel/pgevent/PgEventTestSupport.java
copy
components/{camel-rest-swagger/src/test/java/org/apache/camel/component/rest/swagger/RestSwaggerGlobalHttpsTest.java
=>
camel-pgevent/src/test/java/org/apache/camel/pgevent/integration/AbstractPgEventIntegrationTest.java}
(74%)
rename
components/camel-pgevent/src/test/java/org/apache/camel/pgevent/{PgEventPubSubTest.java
=> integration/PgEventPubSubIntegrationTest.java} (75%)
rename
components/camel-pgevent/src/test/java/org/apache/camel/pgevent/{PgEventWithDefinedDatasourceTest.java
=> integration/PgEventWithDefinedDatasourceIntegrationTest.java} (73%)
copy components/{camel-bonita =>
camel-pgevent}/src/test/resources/test-options.properties (63%)