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.
from 3e902bc Regen for commit 9d44d2d0579af4f3fb4af4aa81d5d506c2602acc
add df0d0ec [CAMEL-17871] Google Pubsub - Graceful shutdown for
synchronous pull consumers (#7285)
add 2b1b546 CAMEL-17855: enable singleton services for HBase
add 398e0d6 CAMEL-17855: enable singleton services for ArangoDB
add eb0e0de CAMEL-17855: enable singleton services for MongoDB
add 4feeeba Add the new links to JUnit5 modules as released (#7288)
add 5437ced (chores) ci: added automated check for component changes
add caf73e7 (chores) camel-test-infra-common: use a static field instead
of creating the logger multiple times
add efdcaa7 (chores) ci: run the component check for all the branches
add c7117a9 (chores) ci: run the component check for all the event types
add 28ce51c Regen
add dfe12e8 Regen for commit 28ce51c264f2680c2af2c41d4dd9f47f4433feed
No new revisions were added by this update.
Summary of changes:
.../workflows/{backport.yml => component-pr.yaml} | 39 +++++++++++--------
.../arangodb/integration/BaseArangoDb.java | 2 +-
.../google/pubsub/GooglePubsubConsumer.java | 45 ++++++++++++++++++----
.../component/hbase/CamelHBaseTestSupport.java | 2 +-
.../integration/AbstractMongoDbITSupport.java | 2 +-
docs/user-manual/modules/ROOT/pages/testing.adoc | 13 ++-----
.../arangodb/services/ArangoDBServiceFactory.java | 35 +++++++++++++++++
.../infra/common/services/SingletonService.java | 5 ++-
.../infra/hbase/services/HBaseServiceFactory.java | 31 ++++++++++++++-
.../mongodb/services/MongoDBServiceFactory.java | 35 +++++++++++++++++
10 files changed, 171 insertions(+), 38 deletions(-)
copy .github/workflows/{backport.yml => component-pr.yaml} (52%)