This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
discard 6a766c853 [create-pull-request] automated change
add 08974fa57 (chores) Default to Java 11 for Apache builds
add 1c223c86c (chores) ci: enable JDK 17 builds in Apache CI
add 7c26e1a60 (chores) JDK 17: bump Groovy versions to allow build to work
with JDK 17
add caad3a624 (chores) ci: bump Java next builds to 18
add c8654702a (chores) support Java 17 in the Maven Plugins IT job
add 4e8b4300b (chores) ci: enable Java 17 builds on Github PRs
add 898e1c61c (chores) ci: Added support for the deps review when updating
deps in PRs
add 2ae0746b4 (chores) added dependabot support for github actions
add 528cf9017 Bump actions/cache from 1 to 3
add cd2fc9966 Bump postgresql from 42.2.14 to 42.3.3 in /parent
add f76f06d48 Bump actions/checkout from 2.4.0 to 3.0.2
add 8b34b2cf1 Bump peter-evans/create-pull-request from 2.4.1 to 4.0.4
add 84a2cd6a4 Bump actions/upload-artifact from 2 to 3
add 13f0f887d (chores) tests: align the testcontainers version with the
Camel Core version
add 4dcb2d62a (chores) itests-jdbc: upgrade postgresql image so it works
on ARM
add b2ffa02be (chores) itests-sql: upgrade postgresql image so it works on
ARM
add e59c781b9 (chores) itests-aws2: use the default test infra container
add c11069535 (chores) itests-couchbase: do not use deprecated service
method
add 65fd1da6a (chores) itests-azure-storage: re-enable test
add 8a5ceeb70 Updated CHANGELOG.md
add cfe8b98ca Upgrade to Camel 3.18.0
add 537d4fbd7 [create-pull-request] automated change
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 (6a766c853)
\
N -- N -- N refs/heads/automatic-periodic-sync (537d4fbd7)
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:
.github/dependabot.yml | 6 ++
.github/workflows/asf-snapshots-deploy.yml | 6 +-
.github/workflows/automatic-changelog-update.yml | 2 +-
.github/workflows/automatic-sync-camel-main.yml | 10 ++--
.github/workflows/backport.yml | 2 +-
.github/workflows/ci-build.yml | 34 +++++------
.github/workflows/daily-java-next.yml | 29 ++++------
.github/workflows/depsreview.yaml | 14 +++++
.github/workflows/maven-it.yaml | 18 +++---
CHANGELOG.md | 14 +++++
Jenkinsfile | 2 +-
Jenkinsfile.jdk11 => Jenkinsfile.jdk17 | 2 +-
.../resources/connectors/camel-aws2-iam-sink.json | 14 ++---
.../resources/connectors/camel-aws2-kms-sink.json | 14 ++---
.../resources/connectors/camel-cxf-sink.json | 14 ++---
.../resources/connectors/camel-cxfrs-sink.json | 14 ++---
.../resources/connectors/camel-cxfrs-source.json | 12 ++--
.../resources/connectors/camel-file-sink.json | 14 ++---
.../resources/connectors/camel-file-source.json | 14 ++---
.../resources/connectors/camel-hdfs-sink.json | 14 ++---
.../resources/connectors/camel-hdfs-source.json | 14 ++---
.../resources/connectors/camel-https-sink.json | 34 +++--------
.../resources/connectors/camel-jdbc-sink.json | 14 ++---
.../connectors/camel-netty-http-sink.json | 16 +++---
.../connectors/camel-netty-http-source.json | 16 +++---
.../resources/connectors/camel-netty-sink.json | 14 ++---
.../resources/connectors/camel-netty-source.json | 14 ++---
.../resources/connectors/camel-sjms2-sink.json | 20 ++++---
.../resources/connectors/camel-sjms2-source.json | 20 ++++---
.../generated/resources/camel-aws2-iam-sink.json | 14 ++---
.../aws2iam/CamelAws2iamSinkConnectorConfig.java | 8 +--
.../generated/resources/camel-aws2-kms-sink.json | 14 ++---
.../aws2kms/CamelAws2kmsSinkConnectorConfig.java | 8 +--
connectors/camel-cxf-kafka-connector/pom.xml | 6 +-
.../src/generated/resources/camel-cxf-sink.json | 14 ++---
.../cxf/CamelCxfSinkConnectorConfig.java | 8 +--
connectors/camel-cxfrs-kafka-connector/pom.xml | 6 +-
.../src/generated/resources/camel-cxfrs-sink.json | 14 ++---
.../generated/resources/camel-cxfrs-source.json | 12 ++--
.../cxfrs/CamelCxfrsSinkConnectorConfig.java | 8 +--
.../cxfrs/CamelCxfrsSourceConnectorConfig.java | 8 +--
.../src/generated/resources/camel-file-sink.json | 14 ++---
.../src/generated/resources/camel-file-source.json | 14 ++---
.../file/CamelFileSinkConnectorConfig.java | 8 +--
.../file/CamelFileSourceConnectorConfig.java | 8 +--
.../src/generated/resources/camel-hdfs-sink.json | 14 ++---
.../src/generated/resources/camel-hdfs-source.json | 14 ++---
.../hdfs/CamelHdfsSinkConnectorConfig.java | 8 +--
.../hdfs/CamelHdfsSourceConnectorConfig.java | 8 +--
.../src/generated/resources/camel-https-sink.json | 34 +++--------
.../https/CamelHttpsSinkConnectorConfig.java | 20 ++-----
.../src/generated/resources/camel-jdbc-sink.json | 14 ++---
.../jdbc/CamelJdbcSinkConnectorConfig.java | 8 +--
.../generated/resources/camel-netty-http-sink.json | 16 +++---
.../resources/camel-netty-http-source.json | 16 +++---
.../CamelNettyhttpSinkConnectorConfig.java | 10 ++--
.../CamelNettyhttpSourceConnectorConfig.java | 10 ++--
.../src/generated/resources/camel-netty-sink.json | 14 ++---
.../generated/resources/camel-netty-source.json | 14 ++---
.../netty/CamelNettySinkConnectorConfig.java | 8 +--
.../netty/CamelNettySourceConnectorConfig.java | 8 +--
.../src/generated/resources/camel-sjms2-sink.json | 20 ++++---
.../generated/resources/camel-sjms2-source.json | 20 ++++---
.../sjms2/CamelSjms2SinkConnectorConfig.java | 12 ++--
.../sjms2/CamelSjms2SourceConnectorConfig.java | 12 ++--
.../utils/CamelKafkaConnectMain.java | 5 +-
parent/pom.xml | 65 ++--------------------
pom.xml | 2 +-
.../aws/v2/cw/sink/CamelSinkAWSCWITCase.java | 16 +-----
.../source/CamelSourceAzureStorageQueueITCase.java | 2 -
.../couchbase/sink/CamelSinkCouchbaseITCase.java | 2 +-
tests/itests-cxf/pom.xml | 6 +-
tests/itests-cxfrs/pom.xml | 6 +-
.../jdbc/sink/CamelSinkJDBCITCase.java | 2 +-
.../jdbc/sink/CamelSinkJDBCNoDataSourceITCase.java | 2 +-
.../sql/sink/CamelSinkSQLITCase.java | 2 +-
.../sql/source/CamelSourceSQLITCase.java | 2 +-
.../syslog/sink/CamelSinkSyslogITCase.java | 2 +
78 files changed, 460 insertions(+), 509 deletions(-)
create mode 100644 .github/dependabot.yml
create mode 100644 .github/workflows/depsreview.yaml
rename Jenkinsfile.jdk11 => Jenkinsfile.jdk17 (98%)