This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.21.0
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 20c9e0224e03 chore(deps-dev): Bump 
org.codehaus.mojo:versions-maven-plugin
     add d1a85a47bc07 camel-core - Add floor/ceil function to simple language
     add 543b98e88a7c chore(deps): Bump openapi-generator-version from 7.18.0 
to 7.19.0 (#20921)
     add 745a1cadf16e chore(deps-dev): Bump 
org.codehaus.mojo:javacc-maven-plugin (#20922)
     add f94474f46012 chore(deps): Bump org.apache.jackrabbit:jackrabbit-core 
(#20924)
     add 974cca3ef260 chore(deps): Bump 
org.codehaus.mojo:templating-maven-plugin (#20925)
     add c73fd98d7f36 chore(deps): Bump com.pubnub:pubnub-gson from 12.1.1 to 
12.1.2 (#20926)
     add 097dde5eb593 chore(deps): Bump com.stripe:stripe-java from 31.1.0 to 
31.2.0 (#20927)
     add 9cebcb435519 chore(deps-dev): Bump 
org.codehaus.mojo:versions-maven-plugin

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (20c9e0224e03)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.21.0 
(9cebcb435519)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/languages/simple.json | 22 +++---
 .../language/csimple/joor/OriginalSimpleTest.java  | 68 ++++++++++++++++++
 .../org/apache/camel/language/simple/simple.json   | 22 +++---
 .../modules/languages/pages/simple-language.adoc   |  5 ++
 .../camel/language/csimple/CSimpleHelper.java      | 28 ++++++++
 .../camel/language/simple/SimpleConstants.java     |  6 ++
 .../language/simple/SimpleExpressionBuilder.java   | 84 ++++++++++++++++++++++
 .../simple/ast/SimpleFunctionExpression.java       | 66 +++++++++++++++++
 .../apache/camel/language/simple/SimpleTest.java   | 76 ++++++++++++++++++++
 parent/pom.xml                                     | 10 +--
 pom.xml                                            |  2 +-
 11 files changed, 363 insertions(+), 26 deletions(-)

Reply via email to