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

davsclaus pushed a change to branch rest-out
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 6dc39f1f061 CAMEL-19284: restdsl-openapi-generator - Add type and 
outType to Rest DSL
     add dfcc7806a96 CAMEL-19284: restdsl-openapi-generator - Add type and 
outType to Rest DSL

No new revisions were added by this update.

Summary of changes:
 .../camel/generator/openapi/OperationVisitor.java  |  152 +-
 .../camel/generator/openapi/RestDslGenerator.java  |   25 +
 .../generator/openapi/RestDslYamlGenerator.java    |    8 +-
 ...eTest.java => RestDslYamlGeneratorV31Test.java} |   27 +-
 .../src/test/resources/AccountService-v6Yaml.txt   |  240 +
 .../camel/generator/openapi/AccountService-v6.json | 6107 ++++++++++++++++++++
 6 files changed, 6541 insertions(+), 18 deletions(-)
 copy 
tooling/openapi-rest-dsl-generator/src/test/java/org/apache/camel/generator/openapi/{RestDslYamlGeneratorV3SimpleTest.java
 => RestDslYamlGeneratorV31Test.java} (73%)
 create mode 100644 
tooling/openapi-rest-dsl-generator/src/test/resources/AccountService-v6Yaml.txt
 create mode 100644 
tooling/openapi-rest-dsl-generator/src/test/resources/org/apache/camel/generator/openapi/AccountService-v6.json

Reply via email to