mbeckerle commented on code in PR #699:
URL: https://github.com/apache/daffodil-vscode/pull/699#discussion_r1261657261
##########
build.sbt:
##########
@@ -118,6 +118,10 @@ lazy val xjcSettings =
xjcCommandLine += "-p",
xjcCommandLine += "org.apache.daffodil.tdml",
xjcBindings += "debugger/src/main/resources/bindings.xjb",
+ xjcJvmOpts ++= Seq(
+ // workaround: certain reflection (used by JAXB) isn't allowed by
default in JDK 17:
https://docs.oracle.com/en/java/javase/17/migrate/migrating-jdk-8-later-jdk-releases.html#GUID-7BB28E4D-99B3-4078-BDC4-FC24180CE82B
Review Comment:
Just break the too-long comment lines here and below.
--
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]