This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit bb50b03e590f6f160cb1bbd3a49247886e8cf1b3 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Tue May 9 13:00:30 2023 +0200 fix(e2e): high memory native test Closes #4345 --- e2e/native/files/Java2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/native/files/Java2.java b/e2e/native/files/Java2.java index 73b29ab99..8a3f7ad4a 100644 --- a/e2e/native/files/Java2.java +++ b/e2e/native/files/Java2.java @@ -17,7 +17,7 @@ import org.apache.camel.builder.RouteBuilder; - public class Java extends RouteBuilder { + public class Java2 extends RouteBuilder { @Override public void configure() throws Exception { from("timer:tick")