[
https://issues.apache.org/jira/browse/CAMEL-22555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pasquale Congiusti reopened CAMEL-22555:
----------------------------------------
Not close. We have several of these warnings along CI build. This was not only
for that maven dependency, but it's a problem that span the entire build. In
order to spot all the warnings, you may have a look at CI build [1]. Then, you
can filter by "varargs call" and have the following result:
276 results for "varargs call" in overall log
[1]
https://ci-builds.apache.org/job/Camel/job/Camel%20Core%20(Build%20and%20test)/job/main/
> [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
> Components: tests
> Reporter: Pasquale Congiusti
> Priority: Minor
> Labels: good-first-issue, help-wanted
> Fix For: 4.19.0
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)