This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new be8a438cfc8 CAMEL-17999: camel-bean - Allow to invoke clone method
(also via simple language). Thanks to Steffen Brauns for unit test.
be8a438cfc8 is described below
commit be8a438cfc85b990a84b0ed37e5b7d70d373f37d
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 {