This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch CAMEL-19485
in repository https://gitbox.apache.org/repos/asf/camel.git
omit 244c98ae14c CAMEL-19485 - camel-debezium - Upgrade to 2.3 - Align
Mysql connector java version to 8.0.33, used by Debezium
omit 3924d032b8d CAMEL-19485 - camel-debezium - Upgrade to 2.3
add cc6c6d38409 CAMEL-19507 - Upgrade Wildfly Elytron to version
1.20.4.Final
add 368240a320c Camel-Elytron: Added Slf4j dependency
new 6ab1ce9e419 CAMEL-19485 - camel-debezium - Upgrade to 2.3
new 757b35dca30 CAMEL-19485 - camel-debezium - Upgrade to 2.3 - Align
Mysql connector java version to 8.0.33, used by Debezium
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 (244c98ae14c)
\
N -- N -- N refs/heads/CAMEL-19485 (757b35dca30)
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.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/camel/catalog/schemas/camel-spring.xsd | 1051 ++++++++++----------
components/camel-elytron/pom.xml | 6 +
.../dsl/DebeziumDb2ComponentBuilderFactory.java | 90 +-
.../DebeziumMongodbComponentBuilderFactory.java | 97 +-
.../dsl/DebeziumMysqlComponentBuilderFactory.java | 131 ++-
.../dsl/DebeziumOracleComponentBuilderFactory.java | 189 +++-
.../DebeziumPostgresComponentBuilderFactory.java | 170 +++-
.../DebeziumSqlserverComponentBuilderFactory.java | 108 +-
.../dsl/DebeziumDb2EndpointBuilderFactory.java | 105 +-
.../dsl/DebeziumMongodbEndpointBuilderFactory.java | 109 +-
.../dsl/DebeziumMySqlEndpointBuilderFactory.java | 146 ++-
.../dsl/DebeziumOracleEndpointBuilderFactory.java | 219 +++-
.../DebeziumPostgresEndpointBuilderFactory.java | 184 +++-
.../DebeziumSqlserverEndpointBuilderFactory.java | 123 ++-
parent/pom.xml | 2 +-
15 files changed, 2096 insertions(+), 634 deletions(-)