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 8098f39f2ec Remove tests as its allowed now due to CAMEL-16374 add 35d1e9f6144 CAMEL-20127: Add messageAs function to simple language (#12081) add 14c4625d9e6 Replace obsolete classname in the camel-netty document (#12082) No new revisions were added by this update. Summary of changes: .../camel-netty/src/main/docs/netty-component.adoc | 2 +- .../modules/languages/pages/csimple-language.adoc | 3 ++ .../modules/languages/pages/simple-language.adoc | 7 ++++ .../camel/language/csimple/CSimpleHelper.java | 4 ++ .../language/simple/SimpleExpressionBuilder.java | 46 ++++++++++++++++++++++ .../simple/ast/SimpleFunctionExpression.java | 32 ++++++++++++++- .../camel/language/simple/MyAttachmentMessage.java | 22 +++++++---- .../apache/camel/language/simple/SimpleTest.java | 16 ++++++++ .../camel/support/builder/ExpressionBuilder.java | 39 ++++++++++++++++++ 9 files changed, 161 insertions(+), 10 deletions(-) copy components/camel-spring-xml/src/test/java/org/apache/camel/spring/xml/handler/MyErrorProcessor.java => core/camel-core/src/test/java/org/apache/camel/language/simple/MyAttachmentMessage.java (70%)