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

davsclaus pushed a change to branch feature/CAMEL-24708-groovy-message
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard db8fdf6f17da CAMEL-24708: camel-jbang - the script variables javadoc 
names a difference that still holds now groovy has message too
 discard f0f853916c37 CAMEL-24708: camel-groovy - a message script variable, 
the Camel 4 name of request, and a missing property hint that only names 
variables the binding has
     add a90e886da595 chore: camel-kamelet - fix tests broken by removal of 
joor language
     add 37444d59a5d8 CAMEL-24708: camel-groovy - a message script variable, 
the Camel 4 name of request, and a missing property hint that only names 
variables the binding has
     add 9f04347194a6 CAMEL-24708: camel-jbang - the script variables javadoc 
names a difference that still holds now groovy has message too

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   (db8fdf6f17da)
            \
             N -- N -- N   refs/heads/feature/CAMEL-24708-groovy-message 
(9f04347194a6)

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:
 ...EipAggregateJoorTest.java => KameletEipAggregateJavaTest.java} | 6 +++---
 ...oorExternalTest.java => KameletLocalBeanJavaExternalTest.java} | 4 ++--
 .../camel-kamelet/src/test/resources/{mybar.groovy => mybar.java} | 8 +++-----
 components/camel-kamelet/src/test/resources/mybar.joor            | 4 ----
 4 files changed, 8 insertions(+), 14 deletions(-)
 rename 
components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/{KameletEipAggregateJoorTest.java
 => KameletEipAggregateJavaTest.java} (91%)
 rename 
components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/{KameletLocalBeanJoorExternalTest.java
 => KameletLocalBeanJavaExternalTest.java} (94%)
 copy components/camel-kamelet/src/test/resources/{mybar.groovy => mybar.java} 
(86%)
 delete mode 100644 components/camel-kamelet/src/test/resources/mybar.joor

Reply via email to