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 10:49:40 UTC

[camel] branch regen_bot updated (0962cc2 -> b21e782)

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 0962cc2  CAMEL-17389: ToD using file endpoints windows path issue.
     add b21e782  CAMEL-17400: Enrich route model with source location:line for JVM programming language, Java, Kotlin, Groovy etc.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/LineNumberAware.java     | 10 +++++++
 .../org/apache/camel/builder/RouteBuilder.java     |  8 +++---
 .../camel/model/OptionalIdentifiedDefinition.java  | 29 +++++++++++++++++++-
 .../apache/camel/model/ProcessorDefinition.java    | 21 +++++++++++++-
 .../camel/model/ProcessorDefinitionHelper.java     | 27 ++++++++++++++++++
 .../org/apache/camel/model/RouteDefinition.java    | 12 +++++++-
 .../org/apache/camel/model/RoutesDefinition.java   |  1 +
 .../camel/main/DefaultConfigurationProperties.java | 10 +++++++
 .../management/mbean/ManagedCamelContext.java      | 11 ++++++--
 .../camel/management/mbean/ManagedProcessor.java   |  7 +++--
 .../camel/management/mbean/ManagedRoute.java       |  2 +-
 .../camel/management/ManagedCamelContextTest.java  | 32 ++++++++++++++++++++--
 12 files changed, 155 insertions(+), 15 deletions(-)