Abacn commented on issue #35560:
URL: https://github.com/apache/beam/issues/35560#issuecomment-3059243583

   Upgrade to com.google.cloud.bigdataoss:gcsio major version 3 on Beam 
mainline is blocked due to it dropped Java8 support. On Java8 client at 
runtime, it will fail with
   
   ```
   Exception in thread "main" java.lang.UnsupportedClassVersionError: 
com/google/cloud/hadoop/gcsio/GoogleCloudStorageImpl has been compiled by a 
more recent version of the Java Runtime (class file version 55.0), this version 
of the Java Runtime only recognizes class file versions up to 52.0
   ```
   
   However for programs consumes Beam jars it does support gcs-connector 3.x 
(added in #33368)
   
   I think in #35175 we can revert the version change of 
`com.google.cloud.bigdataoss:gcsio`, while retaining the compatiblity of the 
shipped LTS bundle


-- 
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-unsubscr...@beam.apache.org

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

Reply via email to