This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.14.x by this push:
new d71398a793c CAMEL-17999: camel-bean - Allow to invoke clone method
(also via simple language). Thanks to Steffen Brauns for unit test.
d71398a793c is described below
commit d71398a793cbeccee11f970481f7a8ec6bae0d6c
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Jun 4 15:35:20 2022 +0200
CAMEL-17999: camel-bean - Allow to invoke clone method (also via simple
language). Thanks to Steffen Brauns for unit test.
---
.../src/test/java/org/apache/camel/language/simple/InvokeCloneTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/camel-core/src/test/java/org/apache/camel/language/simple/InvokeCloneTest.java
b/core/camel-core/src/test/java/org/apache/camel/language/simple/InvokeCloneTest.java
index acd01089716..03a23b28871 100644
---
a/core/camel-core/src/test/java/org/apache/camel/language/simple/InvokeCloneTest.java
+++
b/core/camel-core/src/test/java/org/apache/camel/language/simple/InvokeCloneTest.java
@@ -22,7 +22,7 @@ import org.apache.camel.component.mock.MockEndpoint;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
-public class InvokeCloneTest extends ContextTestSupport {
+public class InvokeCloneTest extends ContextTestSupport {
@Test
public void invokeClone() throws Exception {