Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.17.1, 2.18.0
-
None
-
Unknown
Description
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().