You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Alexey Markevich (Jira)" <ji...@apache.org> on 2020/05/06 20:56:00 UTC

[jira] [Created] (CAMEL-15023) camel-restdsl-openapi-plugin: pass configOptions to swagger-codegen-maven-plugin

Alexey Markevich created CAMEL-15023:
----------------------------------------

             Summary:  camel-restdsl-openapi-plugin: pass configOptions to swagger-codegen-maven-plugin
                 Key: CAMEL-15023
                 URL: https://issues.apache.org/jira/browse/CAMEL-15023
             Project: Camel
          Issue Type: Improvement
          Components: tooling
    Affects Versions: 3.2.0
            Reporter: Alexey Markevich


There are a lot of useful options [1].

Usage:
{code:xml}
<configuration>
    <configOptions>
       <library>jersey2</library>
       <dateLibrary>java8</dateLibrary>
    </configOptions>
...
</configuration>
{code}
 
 # https://github.com/swagger-api/swagger-codegen/issues/7795



--
This message was sent by Atlassian Jira
(v8.3.4#803005)