You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2019/02/20 02:44:00 UTC

[jira] [Reopened] (GUACAMOLE-736) guacamole-auth-cas build fails against JDK 11

     [ https://issues.apache.org/jira/browse/GUACAMOLE-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Jumper reopened GUACAMOLE-736:
--------------------------------------
      Assignee:     (was: Nick Couchman)

> guacamole-auth-cas build fails against JDK 11
> ---------------------------------------------
>
>                 Key: GUACAMOLE-736
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-736
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole-auth-cas, guacamole-auth-duo, guacamole-auth-jdbc, guacamole-auth-radius, guacamole-auth-totp
>    Affects Versions: 1.0.0, 1.1.0
>            Reporter: Michael Jumper
>            Priority: Minor
>
> When attempting to build guacamole-client against JDK 11, the guacamole-auth-cas portion of the build fails with the following error:
> {code:none}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project guacamole-auth-cas: Compilation failure: Compilation failure: 
> [ERROR] guacamole-client/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java:[31,21] error: package javax.xml.bind does not exist
> [ERROR] guacamole-client/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java:[164,34] error: cannot find symbol
> {code}
> This is apparently because the {{java.xml.bind}} package was deprecated as a part of the JDK in version 9 and finally removed in JDK 11. It continues to exist in non-deprecated form, but now must be pulled in manually as a dependency:
> https://stackoverflow.com/questions/52502189/java-11-package-javax-xml-bind-does-not-exist



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)