You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2014/02/10 13:06:19 UTC

[jira] [Resolved] (CAMEL-7185) APT - Should check inherited class/interface for UriParam when scanning

     [ https://issues.apache.org/jira/browse/CAMEL-7185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-7185.
--------------------------------

    Resolution: Fixed

> APT - Should check inherited class/interface for UriParam when scanning
> -----------------------------------------------------------------------
>
>                 Key: CAMEL-7185
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7185
>             Project: Camel
>          Issue Type: Bug
>          Components: tooling
>    Affects Versions: 2.12.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.12.3, 2.13.0
>
>
> 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.
> {code}
> <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>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)