Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-18681

camel-openapi-java - Schema Definitions not generating correctly

XMLWordPrintable

    • False
    • None
    • False
    • % %
    • Todo
    • Hide

      Using maven, launch the spring boot app attached. E.g.,

      mvn spring-boot:run

      And visit, http://localhost:8004/common-hello-springboot-camel-amq/v1/api-doc

      The schema components/defintions model class properties are not generated:

      "components" : {
      "schemas" : {
      "HelloResponse" : {
      "type" : "HelloResponse",
      "x-className" :

      { "format" : "net.nlg.app.common.hello.model.HelloResponse", "type" : "string" }

      }
      }

      Show
      Using maven, launch the spring boot app attached. E.g., mvn spring-boot:run And visit, http://localhost:8004/common-hello-springboot-camel-amq/v1/api-doc The schema components/defintions model class properties are not generated: "components" : { "schemas" : { "HelloResponse" : { "type" : "HelloResponse", "x-className" : { "format" : "net.nlg.app.common.hello.model.HelloResponse", "type" : "string" } } }

              jondruse@redhat.com Jiri Ondrusek
              rdorobek@redhat.com Russell Dorobek
              Federico Mariani Federico Mariani
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: