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 65bee084f0 Gen files
discard cdb47afd1f Fixed azure grouped tests
discard dd5497df0f regen files
discard 0df07a1bb6 Gen files
discard f5e4a91e9c gen files
discard 76513830b7 Added await into spring-rebbitmq to see result on CI
discard f8eeaea5bc Fixed compilation issue
discard 252a117ae8 Upgrade Camel to 4.14.0
discard 6e0aa28c26 Add iso8583 extension
add 5a66c602fe Avoid using nested Map for
UpdateExtensionDocPageMojo.componentLinkOverrides parameter
add c5dca21d52 [fixes #7572] Enable InfinispanTest#query test
add f11f765458 Fix DB2 test for Podman
new 55d6ea3d42 Add iso8583 extension
new f81826e9a7 Upgrade Camel to 4.14.0
new 5169c2fc3b Fixed compilation issue
new e62c5d92d8 Added await into spring-rebbitmq to see result on CI
new 84718d50dd gen files
new 7482cac1c6 Gen files
new 900f259d51 regen files
new adefa868c1 Fixed azure grouped tests
new 2b97ea28b1 Gen files
new 271b4082b8 Gen files
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 (65bee084f0)
\
N -- N -- N refs/heads/camel-main (271b4082b8)
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 10 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:
.../db2/src/main/resources/application.properties | 6 ++
.../common/InfinispanCommonResources.java | 7 +-
.../infinispan/common/InfinispanCommonTest.java | 2 +
.../component/infinispan/InfinispanRoutes.java | 98 +++++++++++++++++++++-
.../component/infinispan/PersonMarshaller.java | 51 +++++++++++
.../component/infinispan/InfinispanTest.java | 10 ++-
poms/bom/src/main/generated/flattened-full-pom.xml | 2 +-
.../src/main/generated/flattened-reduced-pom.xml | 2 +-
.../generated/flattened-reduced-verbose-pom.xml | 2 +-
.../camel/quarkus/maven/ComponentLinkOverride.java | 26 +++---
.../quarkus/maven/UpdateExtensionDocPageMojo.java | 24 +++---
11 files changed, 196 insertions(+), 34 deletions(-)
create mode 100644
integration-tests/infinispan/src/main/java/org/apache/camel/quarkus/component/infinispan/PersonMarshaller.java
copy
integration-tests/beanio/src/main/java/org/apache/camel/quarkus/component/beanio/it/model/Person.java
=>
tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/ComponentLinkOverride.java
(70%)