You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/01/01 18:13:32 UTC

[camel] branch regen_bot updated (b21e782 -> de9674b)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from b21e782  CAMEL-17400: Enrich route model with source location:line for JVM programming language, Java, Kotlin, Groovy etc.
     add 4764355  CAMEL-17403: camel-core - Dump route as xml include source location:line if debugger enabled
     add 761ac5a  CAMEL-17403: camel-core - Dump route as xml include source location:line if debugger enabled
     add 43e5a6c  Upgrade to Artemis 2.20.0
     add de9674b  CAMEL-17403: camel-core - Dump route as xml include source location:line if debugger enabled

No new revisions were added by this update.

Summary of changes:
 .../util/DumpModelAsXmlSourceLocationTest.java     | 75 ++++++++++++++++++++++
 .../java/org/apache/camel/util}/MyCoolRoute.java   |  9 ++-
 .../management/mbean/ManagedCamelContextMBean.java |  1 +
 .../management/mbean/ManagedCamelContext.java      |  1 +
 .../java/org/apache/camel/xml/jaxb/JaxbHelper.java | 27 ++++++++
 .../camel/xml/jaxb/JaxbModelToXMLDumper.java       | 47 ++++++++++++++
 parent/pom.xml                                     |  2 +-
 7 files changed, 156 insertions(+), 6 deletions(-)
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/util/DumpModelAsXmlSourceLocationTest.java
 copy {components/camel-spring-xml/src/test/java/org/apache/camel/spring/issues/packagescan => core/camel-core/src/test/java/org/apache/camel/util}/MyCoolRoute.java (86%)