Pasquale Congiusti created CAMEL-22555:
------------------------------------------
Summary: [build] non-varargs call of varargs method with inexact
argument type for last parameter
Key: CAMEL-22555
URL: https://issues.apache.org/jira/browse/CAMEL-22555
Project: Camel
Issue Type: Task
Environment: We have plenty of this warnings, for example:
{code}
[WARNING]
/home/jenkins/jenkins-agent/workspace/l_Camel_Core_Build_and_test_main/tooling/maven/camel-api-component-maven-plugin/target/generated-test-sources/camel-component/org/apache/camel/component/test/TestProxyIT.java:[97,37]
non-varargs call of varargs method with inexact argument type for last
parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
{code}
We should have a look and fix to clear.
Reporter: Pasquale Congiusti
--
This message was sent by Atlassian Jira
(v8.20.10#820010)