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

APT - Should check inherited class/interface for UriParam when scanning

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.12.0
    • 2.12.3, 2.13.0
    • tooling
    • None
    • Unknown

    Description

      For example generation of the file component does not check the super class which has all the options, and therefore we only detect a few options.

      <html>
      <header>
      <title></title>
      </header>
      <body>
      <h1>file endpoint</h1>
      <p>File endpoint.</p>
      <table class='table'>
        <tr>
          <th>Name</th>
          <th>Type</th>
          <th>Description</th>
        </tr>
        <tr>
          <td>copyAndDeleteOnRenameFail</td>
          <td>boolean</td>
          <td></td>
        </tr>
        <tr>
          <td>forceWrites</td>
          <td>boolean</td>
          <td></td>
        </tr>
      </table>
      <h2>file consumer</h2>
      <p>File consumer.</p>
      </body>
      </html>
      

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: