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

fix: Use ImmutableMap.Builder.buildOrThrow() instead of build(). #632

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

pcostell
Copy link
Contributor

@pcostell pcostell commented Feb 1, 2022

ImmutableMap.Builder.build() recommends usage of buildOrThrow() instead.

@product-auto-label product-auto-label bot added the api: datastore Issues related to the googleapis/java-datastore API. label Feb 1, 2022
@kolea2 kolea2 changed the title Use ImmutableMap.Builder.buildOrThrow() instead of build(). fix: Use ImmutableMap.Builder.buildOrThrow() instead of build(). Feb 15, 2022
@kolea2 kolea2 added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Feb 15, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 15, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 15, 2022
@kolea2 kolea2 merged commit 5d0f484 into googleapis:main Feb 15, 2022
gcf-merge-on-green bot pushed a commit that referenced this pull request Mar 2, 2022
🤖 I have created a release *beep* *boop*
---


### [2.2.5](v2.2.4...v2.2.5) (2022-03-02)


### Bug Fixes

* Use ImmutableMap.Bulder.buildOrThrow() instead of build(). ([#632](#632)) ([5d0f484](5d0f484))


### Documentation

* **sample:** Add sample for native image support in Datastore ([#640](#640)) ([f728901](f728901))
* **sample:** Use Java 8 for Native Image sample ([#656](#656)) ([b95ee96](b95ee96))


### Dependencies

* update actions/setup-java action to v3 ([#648](#648)) ([8d85b64](8d85b64))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.8.0 ([#653](#653)) ([03162a6](03162a6))
* update dependency com.google.cloud:native-image-support to v0.12.5 ([#650](#650)) ([b449554](b449554))
* update dependency com.google.cloud:native-image-support to v0.12.6 ([#654](#654)) ([5e69833](5e69833))
* update dependency org.graalvm.buildtools:junit-platform-native to v0.9.10 ([#646](#646)) ([c62a390](c62a390))
* update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.10 ([#647](#647)) ([d6e2a16](d6e2a16))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the googleapis/java-datastore API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants