[ https://issues.apache.org/jira/browse/GUACAMOLE-736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16772580#comment-16772580 ]
Michael Jumper commented on GUACAMOLE-736: ------------------------------------------ [~nick.couch...@yahoo.com] - I think we need more than just {{jaxb-api}} here. While including {{jaxb-api}} will fix the build issues, there will still not be any _implementation_ of that API in the classpath unless other dependencies are pulled in. Jersey pulls in {{jaxb-impl}}, for example. That said, the only thing we use {{jaxb-api}} for in any of these projects is {{DatatypeConverter}}. Perhaps there's a library other than {{jaxb-*}} that would fill that need? I believe the only reason we went with {{DatatypeConverter}} was that it is a part of Java, but that reason has disappeared with the deprecation and subsequent removal of {{javax.xml.bind}} as a whole. > 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, 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 > Assignee: 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)