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 b97a15c Drop Java 8 b97a15c is described below commit b97a15c8d73561af1f81883094d8276836910748 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Dec 24 15:15:50 2021 +0100 Drop Java 8 --- .../test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java b/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java index 2f10aea..c13d918 100644 --- a/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java +++ b/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java @@ -121,7 +121,6 @@ public class BeanInvokeAsyncTest extends ContextTestSupport { }; } - // java 8 async return type public CompletableFuture<?> asyncMethod(String body) { this.receivedBody = body; methodInvoked.countDown();