Pasquale Congiusti created CAMEL-22548:
------------------------------------------
Summary: [build] annotation processor warning
Key: CAMEL-22548
URL: https://issues.apache.org/jira/browse/CAMEL-22548
Project: Camel
Issue Type: Task
Reporter: Pasquale Congiusti
{code}
[WARNING] The following annotation processors were found on the classpath:
[org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor],
provided by
/home/jenkins/.m2/repository/org/apache/logging/log4j/log4j-core/2.24.3/log4j-core-2.24.3.jar
Compile avoidance has been deactivated.
Please use the maven-compiler-plugin version 3.5 or above and use the
<annotationProcessorPaths> configuration element to declare the processors
instead.
If you did not intend to use the processors above (e.g. they were leaked by a
dependency), you can use the <proc>none</proc> option to disable annotation
processing.
For more information see
https://gradle.com/help/maven-extension-compile-avoidance.
{code}
We should see how to clear the warning.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)