You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 19:08:08 UTC

[GitHub] [beam] damccorm opened a new issue, #20744: Remove Java version limit for classic Java runners

damccorm opened a new issue, #20744:
URL: https://github.com/apache/beam/issues/20744

   It seems there's an artificial restriction in [https://github.com/apache/beam/blob/master/runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/Environments.java#L119](https://github.com/apache/beam/blob/master/runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/Environments.java#L119) that's preventing Beam from running natively on Java \> 11. This restriction should only apply when trying to use the portable runner, but it's enforced everywhere due to a constant failing to initialize there.
   
   Imported from Jira [BEAM-11816](https://issues.apache.org/jira/browse/BEAM-11816). Original Jira may contain additional context.
   Reported by: nirga.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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