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

[Cherry-pick] Update google-api-services-storage to match libraries-bom #29865

Conversation

bvolpato
Copy link
Contributor

Cherry-picking #29864 to release-2.53.0

```
cd /tmp; wget https://repo1.maven.org/maven2/com/google/cloud/libraries-bom/26.28.0/libraries-bom-26.28.0.pom -O base.pom && mvn help:effective-pom -f base.pom -Doutput=effective.pom && cat effective.pom | grep -v 'dependencyManagement' > cleanup.pom && mvn dependency:tree -f cleanup.pom
```

Yields

```
[INFO] |  +- com.google.apis:google-api-services-storage:jar:v1-rev20231202-2.0.0:compile
```

Making the change accordingly, since this mismatch is causing some errors on RC validation: https://github.com/GoogleCloudPlatform/DataflowTemplates/pull/1233/checks?check_run_id=19897484522


```
java.lang.NoClassDefFoundError: com/google/api/services/storage/model/Bucket$ObjectRetention
	at com.google.cloud.storage.JsonConversions.<init>(JsonConversions.java:120)
	at com.google.cloud.storage.JsonConversions.<clinit>(JsonConversions.java:89)
	at com.google.cloud.storage.Conversions.json(Conversions.java:33)
	at com.google.cloud.storage.StorageImpl.<clinit>(StorageImpl.java:109)
```
@github-actions github-actions bot added the build label Dec 22, 2023
Copy link
Contributor

Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment assign set of reviewers

Copy link
Contributor

@jrmccluskey jrmccluskey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jrmccluskey jrmccluskey merged commit 1f6d7af into apache:release-2.53.0 Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants