mike-jumper opened a new pull request #582: URL: https://github.com/apache/guacamole-client/pull/582
The merge of #576 broke the build due to the addition of the `ByteArrayProperty` class to guacamole-ext. That class depends on JAXB for decoding base64, which is not available out-of-the-box for Java 9 and later. JAXB is inherently made available within the context of the Guacamole webapp. This change explicitly declares that by listing the JAXB API as a provided dependency of guacamole-ext, thus fixing the build. ---------------------------------------------------------------- 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]
