Claus Ibsen created CAMEL-7185:
----------------------------------
Summary: 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)