You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Dhiraj Bokde (JIRA)" <ji...@apache.org> on 2016/06/21 23:09:57 UTC

[jira] [Resolved] (CAMEL-10082) camel-api-component-maven-plugin doesn't handle inner class names in Javadoc

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

Dhiraj Bokde resolved CAMEL-10082.
----------------------------------
    Resolution: Fixed

Fixed with commits on master and cherry-picked onto camel-2.17.x
master: https://github.com/apache/camel/commit/201583bce4bab6dda27b5e107b63af8d23a544f3
camel-2.17.x: https://github.com/apache/camel/commit/1192cbd2de0a961c2480510db2495571b43295e4

> 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)