arosien commented on PR #699: URL: https://github.com/apache/daffodil-vscode/pull/699#issuecomment-1634733419
> I suspect CI is failing because it uses JDK 8 and that JVM flag isn't recognized for that version. Yes, this is the case. Ugh. The flag is needed at build time, to generate the JAXB sources, and also at runtime, when dealing with XML via JAXB. - At build time we could detect the current JVM version and conditionally add the flags. - At runtime we can't know what JVM version the user has, so we can document the error and have an extension setting that adds the flags when set. This adds more evidence that JAXB needs to be removed, a la #594. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
