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

The 2 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:
 .../resources/org/apache/camel/catalog/models/process.json |  2 +-
 .../org/apache/camel/catalog/schemas/camel-spring.xsd      |  2 +-
 .../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, 35 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%)

Reply via email to