Dhiraj Bokde created CAMEL-10082:
------------------------------------
Summary: camel-api-component-maven-plugin doesn't handle inner
class names in Javadoc
Key: CAMEL-10082
URL: https://issues.apache.org/jira/browse/CAMEL-10082
Project: Camel
Issue Type: Bug
Components: camel-core
Affects Versions: 2.17.1, 2.18.0
Reporter: Dhiraj Bokde
Assignee: Dhiraj Bokde
Fix For: 2.17.3, 2.18.0
ApiMethodParser.forName() doesn't handle inner class names of the format
package.OutClass.InnerClass from camel-api-component-maven-plugin's Javadoc
parser. It needs to convert class names in this human readable format to
package.OutClass$InnerClass form as expected by Class.forName().
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)