Hi all, I am using the JDK 11 to build the package but encounter this compilation error. The code is from https://github.com/apereo/java-cas-client.
Do anyone has idea about how to solve it? Many thanks. Regards, Steve [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project cas-client-core: Compilation failure: Compilation failure: [ERROR] /Users/stevecheung/Documents/Steve_Temp/workspace/java-cas-client/cas-client-core/src/main/java/org/jasig/cas/client/session/SingleSignOutHandler.java:[30,22] package javax.xml.bind does not exist [ERROR] /Users/stevecheung/Documents/Steve_Temp/workspace/java-cas-client/cas-client-core/src/main/java/org/jasig/cas/client/session/SingleSignOutHandler.java:[250,38] cannot find symbol [ERROR] symbol: variable DatatypeConverter [ERROR] location: class org.jasig.cas.client.session.SingleSignOutHandler [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :cas-client-core -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/9306864c-506d-425d-957b-e6308b908d6d%40apereo.org.
