Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GoogleCloudStorageOptions to be protobuf 4.x compliant #1292

Open
wleese opened this issue Dec 30, 2024 · 0 comments
Open

Update GoogleCloudStorageOptions to be protobuf 4.x compliant #1292

wleese opened this issue Dec 30, 2024 · 0 comments

Comments

@wleese
Copy link

wleese commented Dec 30, 2024

Since Spring Cloud GCP 5.9.0 upgraded protobuf from 3.x to 4.x to fix an undisclosed CVE, applications that use the beam SDK (which depends on this project) and pull in hadoop-connectors, run into version mismatch issues.

java.lang.NoSuchMethodError: 'java.lang.Object com.google.protobuf.DescriptorProtos$ServiceOptions.getExtension(com.google.protobuf.GeneratedMessage$GeneratedExtension)'   

A PR was already made here:
#1270 .. but no updated for a while now.

Currently, Spring Cloud GCP 5.9.0 + Beam SDK (any version) or more specifically hadoop-connectors users will be exposed to the undisclosed CVE when downgrading to resolve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant