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/09/07 17:12:56 UTC

[GitHub] [beam] fernando-wizeline opened a new issue, #23068: [Feature Request]: Add compile time check to target JDK8 when compiling with JDK11/17

fernando-wizeline opened a new issue, #23068:
URL: https://github.com/apache/beam/issues/23068

   ### What would you like to happen?
   
   Several tests fail when compiling with JDK11/17 due to changes made to the ByteBuffer class in JDK9.
   Those changes block visibility of some ByteBuffer methods used by Beam, resulting NoSuchMethodError exceptions.
   There is a --release flag added to javac to counter this, but not sure if that could help.
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: examples-java


-- 
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


[GitHub] [beam] apilloud commented on issue #23068: [Feature Request]: Add compile time check to target JDK8 when compiling with JDK11/17

Posted by GitBox <gi...@apache.org>.
apilloud commented on issue #23068:
URL: https://github.com/apache/beam/issues/23068#issuecomment-1291139731

   Looks like this is being fixed by #23771


-- 
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

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


[GitHub] [beam] kileys closed issue #23068: [Feature Request]: Add compile time check to target JDK8 when compiling with JDK11/17

Posted by GitBox <gi...@apache.org>.
kileys closed issue #23068: [Feature Request]: Add compile time check to target JDK8 when compiling with JDK11/17
URL: https://github.com/apache/beam/issues/23068


-- 
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

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