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 2022/05/11 14:46:00 UTC

[jira] [Resolved] (CAMEL-17821) Pre-configure Camel main examples to be ready for textual debugging

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

Claus Ibsen resolved CAMEL-17821.
---------------------------------
    Resolution: Fixed

> Pre-configure Camel main examples to be ready for textual debugging
> -------------------------------------------------------------------
>
>                 Key: CAMEL-17821
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17821
>             Project: Camel
>          Issue Type: Improvement
>          Components: examples
>    Affects Versions: 3.15.0
>            Reporter: Aurélien Pupier
>            Assignee: Aurélien Pupier
>            Priority: Minor
>             Fix For: 3.17.0
>
>
> Currently, Camel textual debugging requires having camel-debug in dependencies. This is an extra dependency that we do not want at runtime. 
> * main java example is configured having it at runtime.
> * main xml and yaml doesn't have it
> I think a possible good practice is to add the dependency in a profile, for instance named `camel.debug` which can be activated with the property camel.debug set to true.
> This would be nice to be done for all examples but maybe best to start with the 3 more simple/important main (java), main-xml and main-yaml to help starting discussion and see the feedback on it.
> I think this is even more important fo r3.16 as JMX is exposed by default when the dependency is available.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)