-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
When compiling with maven 3.3.9 and Java 1.8.0_111, the compilation fails with:
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ softlayer-api-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1084 source files to /Users/eric/s/softlayer-java/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/eric/s/softlayer-java/src/main/java/com/softlayer/api/service/container/authentication/response/2FactorAuthenticationNeeded.java:[13,13] <identifier> expected
[ERROR] /Users/eric/s/softlayer-java/src/main/java/com/softlayer/api/service/container/authentication/response/2FactorAuthenticationNeeded.java:[13,41] <identifier> expected
[ERROR] /Users/eric/s/softlayer-java/src/main/java/com/softlayer/api/service/container/authentication/response/2FactorAuthenticationNeeded.java:[13,56] <identifier> expected
[ERROR] /Users/eric/s/softlayer-java/src/main/java/com/softlayer/api/service/container/authentication/request/native/external/Totp.java:[1,68] <identifier> expected
The package name generated from code gen process is using:
package com.softlayer.api.service.container.authentication.request.**native**.external;
Native is a keyword in Java. Java package name convention prevents usage of Java keyword. This is causing compilation to fail.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels