[
https://issues.apache.org/jira/browse/CAMEL-19779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17838117#comment-17838117
]
Otavio Rodolfo Piske commented on CAMEL-19779:
----------------------------------------------
I was looking at a failure of one of my PRs and, after bisecting it, it it
pointed to this change as being the root cause of the failure. The test in case
is DumpModelAsXmlNamespaceTest.
> camel-core: investigate externalizing large builtin texts
> ---------------------------------------------------------
>
> Key: CAMEL-19779
> URL: https://issues.apache.org/jira/browse/CAMEL-19779
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Affects Versions: 4.0.0, 4.1.0
> Reporter: Otavio Rodolfo Piske
> Assignee: Guillaume Nodet
> Priority: Major
> Labels: help-wanted
> Fix For: 4.6.0
>
>
> This is about a comment I raised here:
> https://github.com/apache/camel/pull/11181/files#r1302680683
> Long story short, we have lots of places in the code base where we generate
> large strings (i.e.: dump stuff to xml, json, java, SQL, etc) and we keep
> those strings builtin into the code base.
> From a readability and maintainability perspective this is extremely hard to
> maintain, debug and read. Ideally, we should investigate a way to externalize
> those strings. For some cases, we might need to find a templating solution
> that is suitable and acceptable for the project.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)