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 2020/12/11 12:56:05 UTC

[camel] branch regen_bot updated (38c2b90 -> a8d7b5d)

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 38c2b90  Regen
     add a8d7b5d  CAMEL-15704: camel-csimple - Compiled simple language. Fixed bean language resolution issue

No new revisions were added by this update.

Summary of changes:
 .../language/csimple/joor/CSimpleBeanTest.java}    | 31 +++++++++++-----------
 .../camel/language/csimple/joor/FooBean.java}      | 10 +++----
 .../language/csimple/CSimpleCodeGenerator.java     | 15 ++++++++++-
 .../camel/language/csimple/CSimpleHelper.java      | 11 +-------
 .../camel/language/csimple/CSimpleLanguage.java    |  8 +++---
 .../simple/ast/SimpleFunctionExpression.java       |  6 ++---
 6 files changed, 41 insertions(+), 40 deletions(-)
 copy components/{camel-joor/src/test/java/org/apache/camel/language/joor/JoorBeanInjectTransformTest.java => camel-csimple-joor/src/test/java/org/apache/camel/language/csimple/joor/CSimpleBeanTest.java} (77%)
 copy components/{camel-beanio/src/test/java/org/apache/camel/dataformat/beanio/Constants.java => camel-csimple-joor/src/test/java/org/apache/camel/language/csimple/joor/FooBean.java} (83%)