Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
Description
Seen when running mvn clean test-compile -Dguava.version=19.0-rc1:
[INFO] Compiling 124 source files to /home/gaul/work/jclouds/apis/openstack-nova/target/test-classes warning: No processor claimed any of these annotations: org.testng.annotations.AfterClass,org.jclouds.rest.annotations.ResponseParser,org.testng.annotations.DataProvider,org.testng.annotations.BeforeClass,org.testng.annotations.BeforeMethod,org.testng.annotations.Test,org.jclouds.rest.annotations.SelectJson,org.testng.annotations.AfterMethod,org.testng.annotations.BeforeTest,javax.ws.rs.Consumes,org.testng.annotations.BeforeGroups error: cannot access CheckReturnValue class file for javax.annotation.CheckReturnValue not found Consult the following stack trace for details. com.sun.tools.javac.code.Symbol$CompletionFailure: class file for javax.annotation.CheckReturnValue not found
We should investigate this before Guava 19.0 releases.