This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard b345465a0b Upgrade Camel to 3.18.0
discard 876ce42400 Aws SQS: Remove unnecessary headers from the test because
of CAMEL-18123 #3803
add b9724fd06c Fix #3774 to add tests for openApi oneOf, allOf and anyOf
with annotation @Schema (#3818)
new f9b91b388b Aws SQS: Remove unnecessary headers from the test because
of CAMEL-18123 #3803
new 4b3e12191f Upgrade Camel to 3.18.0
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 (b345465a0b)
\
N -- N -- N refs/heads/camel-main (4b3e12191f)
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:
.../java/deployment/OpenApiJavaProcessor.java | 3 +
.../component/openapijava/it/OpenApiRoutes.java | 53 +++++++++++++++++
.../it/model/{Fruit.java => AllOfForm.java} | 37 ++++++------
.../openapijava/it/model/AllOfFormWrapper.java} | 17 +++---
.../it/model/{Fruit.java => AnyOfForm.java} | 37 ++++++------
.../openapijava/it/model/AnyOfFormWrapper.java} | 16 +++---
.../it/model/{Fruit.java => OneOfForm.java} | 38 +++---------
.../it/model/{Fruit.java => OneOfFormWrapper.java} | 42 ++++++++------
.../it/model/{Fruit.java => XOfFormA.java} | 40 +++++++------
.../it/model/{Fruit.java => XOfFormB.java} | 40 +++++++------
.../component/openapijava/it/v2/OpenApiV2Test.java | 2 +-
.../component/openapijava/it/v3/OpenApiV3Test.java | 67 +++++++++++++++++++++-
12 files changed, 255 insertions(+), 137 deletions(-)
copy
integration-tests/openapi-java/src/main/java/org/apache/camel/quarkus/component/openapijava/it/model/{Fruit.java
=> AllOfForm.java} (63%)
copy
integration-tests/{google-pubsub/src/main/java/org/apache/camel/quarkus/component/google/pubsub/it/Fruit.java
=>
openapi-java/src/main/java/org/apache/camel/quarkus/component/openapijava/it/model/AllOfFormWrapper.java}
(76%)
copy
integration-tests/openapi-java/src/main/java/org/apache/camel/quarkus/component/openapijava/it/model/{Fruit.java
=> AnyOfForm.java} (63%)
copy
integration-tests/{google-pubsub/src/main/java/org/apache/camel/quarkus/component/google/pubsub/it/Fruit.java
=>
openapi-java/src/main/java/org/apache/camel/quarkus/component/openapijava/it/model/AnyOfFormWrapper.java}
(75%)
copy
integration-tests/openapi-java/src/main/java/org/apache/camel/quarkus/component/openapijava/it/model/{Fruit.java
=> OneOfForm.java} (57%)
copy
integration-tests/openapi-java/src/main/java/org/apache/camel/quarkus/component/openapijava/it/model/{Fruit.java
=> OneOfFormWrapper.java} (52%)
copy
integration-tests/openapi-java/src/main/java/org/apache/camel/quarkus/component/openapijava/it/model/{Fruit.java
=> XOfFormA.java} (65%)
copy
integration-tests/openapi-java/src/main/java/org/apache/camel/quarkus/component/openapijava/it/model/{Fruit.java
=> XOfFormB.java} (65%)