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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
