Thomas Cunningham created CAMEL-23265:
-----------------------------------------
Summary: Fix unchecked/unsafe operations in
camel-spring-boot-generator-maven-plugin
Key: CAMEL-23265
URL: https://issues.apache.org/jira/browse/CAMEL-23265
Project: Camel
Issue Type: Task
Components: camel-spring-boot
Reporter: Thomas Cunningham
Getting unchecked/unsafe operation warnings in
camel-spring-boot-generator-maven-plugin - the error is from how the results
from loadClass are consumed by addAnnotation
{code:java}
[INFO]
/Users/tcunning/src/community/camel-spring-boot/tooling/camel-spring-boot-generator-maven-plugin/src/main/java/org/apache/camel/springboot/maven/SpringBootAutoConfigurationMojo.java:
/Users/tcunning/src/community/camel-spring-boot/tooling/camel-spring-boot-generator-maven-plugin/src/main/java/org/apache/camel/springboot/maven/SpringBootAutoConfigurationMojo.java
uses unchecked or unsafe operations.
[INFO]
/Users/tcunning/src/community/camel-spring-boot/tooling/camel-spring-boot-generator-maven-plugin/src/main/java/org/apache/camel/springboot/maven/SpringBootAutoConfigurationMojo.java:
Recompile with -Xlint:unchecked for details.{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)