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

[ggj][codegen][test] feat: ServiceClientTest.rpcExceptionTest support for LRO, streaming #350

Merged
merged 12 commits into from Sep 26, 2020

Conversation

miraleung
Copy link
Contributor

No description provided.

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 25, 2020
@miraleung miraleung changed the title [ggj][codegen] feat: ServiceClientTest.rpcExceptionTest support for LRO, streaming [ggj][codegen][test] feat: ServiceClientTest.rpcExceptionTest support for LRO, streaming Sep 25, 2020
Base automatically changed from gp/g6 to master September 26, 2020 01:52
@miraleung miraleung merged commit 151cedb into master Sep 26, 2020
@miraleung miraleung deleted the gp/g7 branch September 26, 2020 01:59
suztomo pushed a commit that referenced this pull request Dec 16, 2022
… to v2.12.1 (#350)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.errorprone:error_prone_annotations](https://errorprone.info) ([source](https://togithub.com/google/error-prone)) | `2.11.0` -> `2.12.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.12.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.12.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.12.1/compatibility-slim/2.11.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.12.1/confidence-slim/2.11.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>google/error-prone</summary>

### [`v2.12.1`](https://togithub.com/google/error-prone/releases/v2.12.1)

-   This release adds an infrastructure optimization to `AppliedFix` source code processing.

-   [Release Diff: v2.12.0...v2.12.1](https://togithub.com/google/error-prone/compare/v2.12.0...v2.12.1).

### [`v2.12.0`](https://togithub.com/google/error-prone/releases/v2.12.0)

New checks

-   [`BoxedPrimitiveEquality`](http://errorprone.info/bugpattern/BoxedPrimitiveEquality)
-   [`DoubleBraceInitialization`](http://errorprone.info/bugpattern/DoubleBraceInitialization)
-   [`IgnoredPureGetter`](http://errorprone.info/bugpattern/IgnoredPureGetter)
-   [`LockOnBoxedPrimitive`](http://errorprone.info/bugpattern/LockOnBoxedPrimitive)
-   [`IncorrectMainMethod`](http://errorprone.info/bugpattern/IncorrectMainMethod)
-   [`LongDoubleConversion`](http://errorprone.info/bugpattern/LongDoubleConversion)
-   [`RobolectricShadowDirectlyOn`](http://errorprone.info/bugpattern/RobolectricShadowDirectlyOn)
-   [`StaticAssignmentOfThrowable`](http://errorprone.info/bugpattern/StaticAssignmentOfThrowable)
-   [`UnnecessaryLongToIntConversion`](http://errorprone.info/bugpattern/UnnecessaryLongToIntConversion)
-   [`Varifier`](http://errorprone.info/bugpattern/Varifier)

Fixed issues: [#&#8203;58](https://togithub.com/google/error-prone/issues/58), [#&#8203;65](https://togithub.com/google/error-prone/issues/65), [#&#8203;1327](https://togithub.com/google/error-prone/issues/1327), [#&#8203;1654](https://togithub.com/google/error-prone/issues/1654), [#&#8203;2858](https://togithub.com/google/error-prone/issues/2858), [#&#8203;2867](https://togithub.com/google/error-prone/issues/2867), [#&#8203;2916](https://togithub.com/google/error-prone/issues/2916), [#&#8203;2951](https://togithub.com/google/error-prone/issues/2951), [#&#8203;2954](https://togithub.com/google/error-prone/issues/2954), [#&#8203;3006](https://togithub.com/google/error-prone/issues/3006), [#&#8203;3008](https://togithub.com/google/error-prone/issues/3008)

**Full Changelog**: google/error-prone@v2.11.0...v2.12.0

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/api-common-java).
suztomo pushed a commit that referenced this pull request Dec 16, 2022
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
suztomo pushed a commit that referenced this pull request Dec 16, 2022
…350)

Source-Link: googleapis/synthtool@505ce5a
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:2567a120ce90fadb6201999b87d649d9f67459de28815ad239bce9ebfaa18a74
suztomo pushed a commit that referenced this pull request Dec 16, 2022
🤖 I have created a release *beep* *boop*
---


## [1.4.0](googleapis/java-iam@v1.3.4...v1.4.0) (2022-05-19)


### Features

* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-iam/issues/1440)) ([#350](googleapis/java-iam#350)) ([f09a2eb](googleapis/java-iam@f09a2eb))


### Dependencies

* update dependency com.google.api:api-common to v2.2.0 ([#348](googleapis/java-iam#348)) ([c91fd46](googleapis/java-iam@c91fd46))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#349](googleapis/java-iam#349)) ([048b766](googleapis/java-iam@048b766))

---
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
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant