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 7f3c4fb Regen for commit 0f9f1f0bd9deb42c6f2a454a56684e3a8c690090
add 893fa5f CAMEL-15658: camel-pgevent : automate integration tests
(#4399)
add bdbe15b main: provide a minimal Main implementation tailored for
embedding it (#4398)
add 13fac05 Regen for commit bdbe15b5ba52fa984fb6fd2cd69f2b1fc1a0c93a
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 (7f3c4fb)
\
N -- N -- N refs/heads/regen_bot (13fac05)
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:
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 -------
.../java/org/apache/camel/main/SimpleMain.java} | 58 ++++++-----
.../java/org/apache/camel/main/SimpleMainTest.java | 107 +++++++++++++++++++++
8 files changed, 279 insertions(+), 134 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
copy
core/{camel-cloud/src/main/java/org/apache/camel/impl/cloud/DefaultServiceDiscovery.java
=> camel-main/src/main/java/org/apache/camel/main/SimpleMain.java} (54%)
create mode 100644
core/camel-main/src/test/java/org/apache/camel/main/SimpleMainTest.java