This is an automated email from the ASF dual-hosted git repository.
jiriondrusek pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 71ea45a212 POM regen
discard cf8b41a542 Fixed messaging tests because of CAMEL-19135
discard e048952fa9 Regen poms
discard ba2cb1a9aa Regenerated files
discard ee08d7628f Fixed openapi-java and rest-openapi by introducing
support-swgger
discard abb77aab69 Fixed mail + pom regen
discard d72f1168cc fixed minio test because of CAMEL-17652
discard 75ec8be38a Fixed tika excludes + regen poms
discard af91786b83 Opeapi-java: fixed native tests - CQ4900
discard 352dd14c4f Tika: fixed dependency conflict CQ4907
discard f0ffc8db82 cq:sync-versions + regen poms
discard 933d2e8149 Fix of Openapi-java because of CAMEL-18963 (compile and jvm
works, native fails)
discard 1d3703c101 Upgrade Camel to 4.0.0-M4
add 11650d6739 Added link to get started with Camel in general.
add 2a09aed8db Upgrade Debezium to 2.2.0.Final
add b481e4c203 Disable DebeziumMysqlIT & DebeziumSqlserverIT due to #4638
add 6da307d446 Updated CHANGELOG.md
add 302945f053 Revert "Added link to get started with Camel in general."
new ab5157ccf2 Upgrade Camel to 4.0.0-M4
new 59a1f32d71 Fix of Openapi-java because of CAMEL-18963 (compile and jvm
works, native fails)
new 629b7c5852 cq:sync-versions + regen poms
new e83de82313 Tika: fixed dependency conflict CQ4907
new 30c5013e1c Opeapi-java: fixed native tests - CQ4900
new 21d9432263 Fixed tika excludes + regen poms
new 02ced7f316 fixed minio test because of CAMEL-17652
new 1c74c3f4ea Fixed mail + pom regen
new b800962d78 Fixed openapi-java and rest-openapi by introducing
support-swgger
new d352730bce Regenerated files
new f4292f0195 Regen poms
new 5792b3e9ec Fixed messaging tests because of CAMEL-19135
new af550df3f3 POM regen
new 264143577d Upgraded azurite because of Upgrade of azure libs in Camel
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 (71ea45a212)
\
N -- N -- N refs/heads/camel-main (264143577d)
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 14 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:
CHANGELOG.md | 3 +
.../deployment/DebeziumSupportProcessor.java | 7 +
.../support/azure/AzureStorageTestResource.java | 2 +-
integration-tests/debezium/pom.xml | 5 +
.../common/it/AbstractDebeziumResource.java | 12 +-
.../debezium/common/it/DebeziumMysqlResource.java | 4 +-
.../common/it/DebeziumSqlserverResource.java | 8 +-
.../it/mongodb/DebeziumMongodbTestResource.java | 45 ++-
.../debezium/common/it/mysql/DebeziumMysqlIT.java | 2 +
.../common/it/sqlserver/DebeziumSqlserverIT.java | 2 +
.../debezium/src/test/resources/initMongodb.txt | 2 +-
pom.xml | 2 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 403 ++++++++++++---------
.../src/main/generated/flattened-reduced-pom.xml | 39 +-
.../generated/flattened-reduced-verbose-pom.xml | 131 +++----
15 files changed, 384 insertions(+), 283 deletions(-)