This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from ec4a2b4 Website: Camel3 migration guide, fix typos, add cases new b24880e Update to latest codegen plugin new 772348a CAMEL-14965: camel-restdsl-openapi-plugin now supports yaml 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: tooling/maven/camel-restdsl-openapi-plugin/pom.xml | 5 + .../src/it/{simple => simple-v3-yaml}/pom.xml | 5 +- .../src/it/simple-v3-yaml/src/spec/openapi.yaml | 111 +++++++++++++++++++++ .../it/{simple => simple-v3-yaml}/verify.groovy | 0 .../generator/openapi/AbstractGenerateMojo.java | 22 +++- .../maven/generator/openapi/GenerateMojo.java | 2 +- 6 files changed, 139 insertions(+), 6 deletions(-) copy tooling/maven/camel-restdsl-openapi-plugin/src/it/{simple => simple-v3-yaml}/pom.xml (91%) create mode 100644 tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-v3-yaml/src/spec/openapi.yaml copy tooling/maven/camel-restdsl-openapi-plugin/src/it/{simple => simple-v3-yaml}/verify.groovy (100%)