You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2022/02/15 19:13:47 UTC

[GitHub] [daffodil-vscode] stevedlawrence edited a comment on issue #78: Publish 1.0.0 release candidate

stevedlawrence edited a comment on issue #78:
URL: https://github.com/apache/daffodil-vscode/issues/78#issuecomment-1040678177


   Thanks for the reference. If I'm reading the bug correctly, it sounds like this is only a runtime issue with Java 8 and not a compile time issue. And that we should still be able to compile things on Java 8, as long as it only runs on Java 9+. I ran a real simple test and that seems to be the case. I can build some nested objects and all `getSimpleName` on Java 8. If I run on Java 8 it fails, if I run on Java 11 it works (I don't have Java 9 to test).
   
   So with PR #79 merged, it should mean that we can build the convenience binaries using the daffodil-release-candidate (which builds with Java 8) without having to change anything.
   
   So essentially build requirements are Java 8+, run requirements are Java 9+? Does that seem reasonable?


-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org