This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 discard 5352f829cb Upgrade Quarkus to 3.22.0.CR1
     add afd84202c7 Add basic Smooks component and DataFormat tests
     add 30f6ec5f43 perf-regression: Upgrade hyperfoil-maven-plugin to 0.27.1 
(#7143)
     add e81083aac7 Update jt400 README notes for mocked testing
     new ab1fcc334a Upgrade Quarkus to 3.22.0.CR1

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   (5352f829cb)
            \
             N -- N -- N   refs/heads/quarkus-main (ab1fcc334a)

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 1 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:
 integration-tests-jvm/smooks/pom.xml               | 38 +++++++++
 .../component/smooks/it/SmooksResource.java        | 71 +++++++++-------
 .../quarkus/component/smooks/it/SmooksRoutes.java  | 20 +++--
 .../component/smooks/it/model/Customer.java        | 38 +++++----
 .../quarkus/component/smooks/it/model/Gender.java  |  7 +-
 .../main/resources/smooks-bean-binding-config.xml  | 53 +++++-------
 .../smooks/src/main/resources/smooks-config.xml    | 38 +++++----
 .../quarkus/component/smooks/it/SmooksTest.java    | 94 +++++++++++++++++++---
 .../smooks/src/test/resources/customer.xml         | 10 ++-
 integration-tests/jt400/README.adoc                | 10 +--
 .../cq-perf-regression-sample-base/pom.xml         |  2 +-
 11 files changed, 248 insertions(+), 133 deletions(-)
 copy 
extensions/openapi-java/deployment/src/test/java/org/apache/camel/quarkus/component/openapi/java/deployment/RestRoutes.java
 => 
integration-tests-jvm/smooks/src/main/java/org/apache/camel/quarkus/component/smooks/it/SmooksRoutes.java
 (65%)
 copy 
integration-tests/mybatis/src/main/java/org/apache/camel/quarkus/component/mybatis/it/entity/Account.java
 => 
integration-tests-jvm/smooks/src/main/java/org/apache/camel/quarkus/component/smooks/it/model/Customer.java
 (68%)
 copy 
integration-tests/avro-rpc/src/main/java/org/apache/camel/quarkus/component/avro/rpc/it/ProtocolType.java
 => 
integration-tests-jvm/smooks/src/main/java/org/apache/camel/quarkus/component/smooks/it/model/Gender.java
 (88%)
 copy 
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/BeanValidationException.mustache
 => 
integration-tests-jvm/smooks/src/main/resources/smooks-bean-binding-config.xml 
(51%)
 copy 
integration-tests/flatpack/src/main/resources/PEOPLE-HeaderAndTrailer.pzmap.xml 
=> integration-tests-jvm/smooks/src/main/resources/smooks-config.xml (51%)
 copy integration-tests/tika/src/main/resources/assets/quarkus.xml => 
integration-tests-jvm/smooks/src/test/resources/customer.xml (85%)

Reply via email to