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/05 11:53:57 UTC

[camel] branch regen_bot updated (e2674a5 -> 8b032ad)

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 e2674a5  CAMEL-17429: adjust doclint for Java 11
     add 08f8beb  CAMEL-17432: replace compiler source and target flags with release
     add 83d1010  CAMEL-17431: prevent Apache parent java source and target version from leaking
     add 92103eb  CAMEL-17429: removed JDK 8 profile on the base pom
     add 1b7f2cb  CAMEL-17417: camel-core - Route stack trace to include source file:line
     add 8a398c3  Polished method call toString
     add a712344  CAMEL-17420: camel-core - Add flag to turn on|off source loc:line
     add 8b032ad  Regen for commit a712344a3f87ab7038e0a1f8e69da870a16fdc81

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/models/camelContext.json  |  1 +
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 12 ++++++++
 .../camel/cdi/xml/CamelContextFactoryBean.java     | 12 ++++++++
 .../org/apache/camel/spring/xml/camelContext.json  |  1 +
 .../camel/spring/xml/CamelContextFactoryBean.java  | 19 ++++++++++++
 .../java/org/apache/camel/ExtendedExchange.java    | 12 ++++++++
 .../src/main/java/org/apache/camel/Route.java      |  5 ++++
 .../camel/impl/engine/CamelInternalProcessor.java  |  5 ++++
 .../org/apache/camel/impl/engine/DefaultRoute.java |  8 +++++
 .../docs/modules/eips/pages/message-history.adoc   | 35 ++++++++++++++++++++++
 .../camel/model/language/MethodCallExpression.java | 17 +++++++++--
 .../core/xml/AbstractCamelContextFactoryBean.java  |  5 ++++
 .../org/apache/camel/support/AbstractExchange.java | 11 +++++++
 .../org/apache/camel/support/MessageHelper.java    | 25 +++++++++++-----
 .../ROOT/pages/camel-3x-upgrade-guide-3_15.adoc    | 13 ++++++++
 parent/pom.xml                                     |  3 +-
 pom.xml                                            | 27 ++---------------
 17 files changed, 175 insertions(+), 36 deletions(-)