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

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


 discard 577bd3a1e9 Upgrade Camel to 4.6.0
     add 0a42991a25 Tidy openapi-java tests after removal of support for 
OpenAPI V2
     add 1726682d17 Tidy logging for openapi-java expose option build time code
     new 76e86873c4 Upgrade Camel to 4.6.0
     new 270b150881 Disable microprofile-fault-tolerance testing due to #5995

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   (577bd3a1e9)
            \
             N -- N -- N   refs/heads/camel-main (270b150881)

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:
 extensions/arangodb/deployment/pom.xml             |   4 +
 .../arangodb/deployment/ArangodbProcessor.java     |   6 +
 extensions/arangodb/runtime/pom.xml                |   4 +
 .../java/deployment/OpenApiJavaProcessor.java      |   5 +-
 .../foundation/core-fault-tolerance/pom.xml        |   2 +
 integration-tests/foundation-grouped/pom.xml       |   4 +
 integration-tests/openapi-java/pom.xml             |   6 -
 .../component/openapijava/it/OpenApiRoutes.java    | 260 ++++++++++-----------
 .../openapijava/it/common/OpenApiTest.java         | 215 -----------------
 .../component/openapijava/it/v3/OpenApiV3IT.java   |   2 -
 .../component/openapijava/it/v3/OpenApiV3Test.java | 189 ++++++++++++++-
 .../openapijava/it/v3/OpenApiV3TestProfile.java    |  30 ---
 pom.xml                                            |   2 +-
 13 files changed, 332 insertions(+), 397 deletions(-)
 delete mode 100644 
integration-tests/openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/common/OpenApiTest.java
 delete mode 100644 
integration-tests/openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/v3/OpenApiV3TestProfile.java

Reply via email to