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 3d1f45a Adapt to latest Camel API changes discard 3e67a90 Remove redundant reflective class registration for SunJaxb21NamespacePrefixMapper discard 0be1359 Sync minio version with quarkiverse version due to incompatible okhttp version between quarkus and recent minio version discard 622cde1 Camel 3.12 : Dataformat fix attributes names discard db1c98c Upgrade spark and hadoop versions discard aab06f0 Upgrade Camel to 3.12.0 add 6cae8c9 Test OpenAPI with YAML responses add 39c807b Updated CHANGELOG.md new 7806994 Upgrade Camel to 3.12.0 new 2bd577a Upgrade spark and hadoop versions new b4e4ea4 Camel 3.12 : Dataformat fix attributes names new a3c5010 Sync minio version with quarkiverse version due to incompatible okhttp version between quarkus and recent minio version new 96d9490 Remove redundant reflective class registration for SunJaxb21NamespacePrefixMapper new ac81826 Adapt to latest Camel API changes 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 (3d1f45a) \ N -- N -- N refs/heads/camel-main (ac81826) 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 6 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 | 6 ++ .../google/pubsub/it/GooglePubsubTestResource.java | 1 + .../src/main/resources/application.properties | 8 +- .../component/openapijava/it/OpenApiTest.java | 88 +++++++++++++++------- .../component/openapijava/it/YamlToJsonFilter.java | 77 +++++++++++++++++++ 5 files changed, 145 insertions(+), 35 deletions(-) create mode 100644 integration-tests/openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/YamlToJsonFilter.java