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 2021/12/14 14:17:29 UTC

[camel] branch regen_bot updated (8f5d6c5 -> 355f01b)

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 8f5d6c5  Sync deps
     add ab9f776  CAMEL-17331: camel-core - Add line number metadata to model
     add 1ca215a  CAMEL-17331: add line number to model with camel-yaml-dsl
     add 283ac91  CAMEL-17331: include sourceLineNumber in xml dump if possible
     add 97d1566  CAMEL-17331: add line number to model with camel-xml-io
     add 8ca47d2  Fixed NPE in ManagedLog
     add cf1412f  CAMEL-17331: include source location and line number to processor mbeans
     add 355f01b  CAMEL-17331: include sourceLineNumber in xml dump if possible. Remove as we need a better way.

No new revisions were added by this update.

Summary of changes:
 .../{RouteAware.java => LineNumberAware.java}      | 18 +++++-----
 .../src/main/java/org/apache/camel/NamedNode.java  |  2 +-
 .../camel/model/OptionalIdentifiedDefinition.java  | 13 +++++++
 .../org/apache/camel/processor/LogProcessor.java   |  4 +++
 .../management/mbean/ManagedProcessorMBean.java    |  6 ++++
 .../apache/camel/management/mbean/ManagedLog.java  |  6 +++-
 .../camel/management/mbean/ManagedProcessor.java   | 17 +++++++++
 .../java/org/apache/camel/xml/in/BaseParser.java   |  8 ++---
 .../org/apache/camel/xml/in/ModelParserTest.java   | 15 ++++++++
 .../dsl/yaml/common/YamlDeserializerBase.java      |  9 ++++-
 .../deserializers/FromDefinitionDeserializer.java  | 10 +++++-
 .../OutputAwareFromDefinitionDeserializer.java     | 18 +++++++---
 .../yaml/{LogTest.groovy => LineNumberTest.groovy} | 42 ++++++++++++++++++++--
 13 files changed, 144 insertions(+), 24 deletions(-)
 copy core/camel-api/src/main/java/org/apache/camel/{RouteAware.java => LineNumberAware.java} (64%)
 copy dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/{LogTest.groovy => LineNumberTest.groovy} (55%)