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 2021/12/30 16:11:00 UTC

[jira] [Commented] (CAMEL-17400) camel-java-dsl - Add source line number to loaded model

    [ https://issues.apache.org/jira/browse/CAMEL-17400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466928#comment-17466928 ] 

Claus Ibsen commented on CAMEL-17400:
-------------------------------------

You can for the 

camel-spring-boot-examples/spring-boot then run with this
{code}
 mvn clean org.apache.camel:camel-java-dsl-maven-plugin:3.15.0-SNAPSHOT::generate spring-boot:run
{code}

> camel-java-dsl - Add source line number to loaded model
> -------------------------------------------------------
>
>                 Key: CAMEL-17400
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17400
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.15.0
>
>
> It would be good to have a way of getting source code line numbers to Java DSL routes. However this is more tricky as we dont have that detail from the java compiler, so we need to have a maven plugin users can run, that gathers this information and stores in a metadata file, that when Camel loads the route, can enrich data from.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)