gilvansfilho commented on PR #10388:
URL: https://github.com/apache/camel/pull/10388#issuecomment-1593983421

   > > There is `org.apache.camel.util.xml.XmlPrettyPrinter` to use for XML
   > 
   > Struggling with cyclic reference between `camel-support` and 
`camel-xml-jaxp`. Some advice?
   
   I was able to handle this extracting 
`org.apache.camel.util.xml.XmlPrettyPrinter` to a new package and removing his 
dependency with `camel-core-model`. To do that I had to copy/paste 
`org.apache.camel.util.StringHelper.padString` to 
`org.apache.camel.util.xml.XmlPrettyPrinter`
   
   A bit tricky but works 😅 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to