gaul commented on pull request #75: URL: https://github.com/apache/jclouds/pull/75#issuecomment-643711607
This will likely fail in CI due to configuration but locally tests fail due a gson issue. I don't understand our tower of hacks. @nacx Any suggestions on how to address this? ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project jclouds-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: There was an error in the forked process [ERROR] java.lang.NoClassDefFoundError: com/google/gson/TypeAdapterFactory [ERROR] at java.lang.ClassLoader.defineClass1(Native Method) [ERROR] at java.lang.ClassLoader.defineClass(ClassLoader.java:756) [ERROR] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ... [ERROR] Caused by: java.lang.ClassNotFoundException: com.google.gson.TypeAdapterFactory [ERROR] at java.net.URLClassLoader.findClass(URLClassLoader.java:382) [ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:418) [ERROR] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) [ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:351) [ERROR] ... 39 more ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
