Skip to content

Update google-api-services-storage to match libraries-bom#29864

Merged
jrmccluskey merged 1 commit intoapache:masterfrom
bvolpato:patch-3
Dec 22, 2023
Merged

Update google-api-services-storage to match libraries-bom#29864
jrmccluskey merged 1 commit intoapache:masterfrom
bvolpato:patch-3

Conversation

@bvolpato
Copy link
Copy Markdown
Contributor

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)

Please add a meaningful description for your change here


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

```
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
Copy link
Copy Markdown
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

@jrmccluskey jrmccluskey merged commit 44515bf into apache:master 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