Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-17995

REST DSL YAML Generator should optionally generate routes

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.16.0
    • 3.17.0
    • tooling
    • None
    • Unknown

    Description

      In addition to REST DSL, ex:

      - rest:
          put:
            path: "/pet"
            to: "direct:rest1"
      

      generator should optionally generate routes, ex:

      - rest:
          put:
            path: "/pet"
            to: "direct:rest1"
      - route:
          from:
            uri: "direct:rest1"
      

      Attachments

        Issue Links

          Activity

            People

              marat.gubaidullin@gmail.com Marat Gubaidullin
              marat.gubaidullin@gmail.com Marat Gubaidullin
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: