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(deps): update dependency io.grpc:protoc-gen-grpc-java to v1.68.2 #482

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.grpc:protoc-gen-grpc-java 1.68.1 -> 1.68.2 age adoption passing confidence

Release Notes

grpc/grpc-java (io.grpc:protoc-gen-grpc-java)

v1.68.2

Bug Fixes

  • api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (https://github.com/grpc/grpc-java/pull/11688). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (#​11662) that could be seen in certain custom NameResolvers
  • okhttp: If the frame handler thread is null do not schedule it on the executor (https://github.com/grpc/grpc-java/pull/11716). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks

Improvements


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

sourcery-ai bot commented Nov 28, 2024

Reviewer's Guide by Sourcery

这是一个简单的依赖版本更新 PR,将 gRPC Java 版本从 1.68.1 更新到 1.68.2。此次更新包括修复在版本 1.68.1 中引入的回归问题,特别是解决了 NameResolver 同步和 OkHttp 传输执行器处理的问题。

未生成图表,因为更改看起来很简单,不需要视觉表示。

文件级更改

更改 详情 文件
更新 gRPC Java 依赖版本
  • 将 protoc-gen-grpc-java 从 1.68.1 更新到 1.68.2
  • 修复 NameResolver 同步中的 IllegalStateException 回归
  • 修复 OkHttp 传输执行器处理中的 NullPointerException 回归
gradle/libs.versions.toml

可能相关的问题

  • #1: PR 更新了 io.grpc:protoc-gen-grpc-java,该依赖在问题的依赖仪表板中列出。

提示和命令

与 Sourcery 互动

  • 触发新审查: 在拉取请求上评论 @sourcery-ai review
  • 继续讨论: 直接回复 Sourcery 的审查评论。
  • 从审查评论生成 GitHub 问题: 通过回复审查评论,要求 Sourcery 从中创建一个问题。
  • 生成拉取请求标题: 在拉取请求标题的任何地方写 @sourcery-ai 以随时生成标题。
  • 生成拉取请求摘要: 在拉取请求正文的任何地方写 @sourcery-ai summary 以随时生成 PR 摘要。您也可以使用此命令指定摘要应插入的位置。

自定义您的体验

访问您的仪表板以:

  • 启用或禁用审查功能,如 Sourcery 生成的拉取请求摘要、审查者指南等。
  • 更改审查语言。
  • 添加、删除或编辑自定义审查说明。
  • 调整其他审查设置。

获取帮助

Original review guide in English

Reviewer's Guide by Sourcery

This is a straightforward dependency version update PR that bumps the gRPC Java version from 1.68.1 to 1.68.2. The update includes important bug fixes for regressions introduced in version 1.68.1, particularly addressing issues with NameResolver synchronization and OkHttp transport executor handling.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update gRPC Java dependency version
  • Bump protoc-gen-grpc-java from 1.68.1 to 1.68.2
  • Fix IllegalStateException regression in NameResolver synchronization
  • Fix NullPointerException regression in OkHttp transport executor handling
gradle/libs.versions.toml

Possibly linked issues

  • #1: The PR updates io.grpc:protoc-gen-grpc-java, which is listed in the issue's dependency dashboard.

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

我们跳过了对这个拉取请求的审查。它似乎是由一个机器人创建的(嘿,renovate[bot]!)。我们假设它知道自己在做什么!

Original comment in English

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

@livk-cloud livk-cloud merged commit fd5faed into main Nov 29, 2024
16 checks passed
@livk-cloud livk-cloud deleted the renovate/grpc-java-monorepo branch November 29, 2024 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant