This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
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.
new 4764355 CAMEL-17403: camel-core - Dump route as xml include source
location:line if debugger enabled
new 761ac5a CAMEL-17403: camel-core - Dump route as xml include source
location:line if debugger enabled
new 43e5a6c Upgrade to Artemis 2.20.0
new de9674b CAMEL-17403: camel-core - Dump route as xml include source
location:line if debugger enabled
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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%)