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/18 08:44:27 UTC

[camel] branch regen_bot updated (e402f1a -> 56b2c87)

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 e402f1a  Regen for commit 293941845127b1108b8703d14541be9d7ce77341
     add 58ad1e0  CAMEL-17508: camel-core - Process ref should support #class syntax and other EIPs as well
     add a3854a9  Regen
     add 56b2c87  Regen for commit a3854a925aba87393d1922cdf3875c127d67f47a

No new revisions were added by this update.

Summary of changes:
 .../resources/org/apache/camel/catalog/models/process.json |  2 +-
 .../org/apache/camel/catalog/schemas/camel-spring.xsd      |  6 +++++-
 .../resources/org/apache/camel/model/process.json          |  2 +-
 .../java/org/apache/camel/model/ProcessDefinition.java     |  8 +++++++-
 .../java/org/apache/camel/reifier/AbstractReifier.java     | 14 +++++++++++++-
 .../camel/reifier/language/XPathExpressionReifier.java     |  4 +---
 .../camel/reifier/language/XQueryExpressionReifier.java    |  4 +---
 .../java/org/apache/camel/processor/EchoProcessor.java     |  7 ++++---
 .../ProcessRefClassTest.java}                              | 13 ++++++-------
 9 files changed, 39 insertions(+), 21 deletions(-)
 copy components/camel-jms/src/test/java/org/apache/camel/component/jms/issues/ProcessorB.java => core/camel-core/src/test/java/org/apache/camel/processor/EchoProcessor.java (83%)
 copy core/camel-core/src/test/java/org/apache/camel/{language/ConstantTrimTest.java => processor/ProcessRefClassTest.java} (77%)