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 java #2915

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 24, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
gradle (source) minor 8.12.1 -> 8.13 age adoption passing confidence
io.netty:netty-tcnative-boringssl-static (source) dependencies patch 2.0.69.Final -> 2.0.70.Final age adoption passing confidence
com.google.api.grpc:proto-google-common-protos dependencies minor 2.51.0 -> 2.53.0 2.54.1 (+1) age adoption passing confidence
com.google.protobuf:protoc (source) dependencies minor 4.29.3 -> 4.30.0 4.30.1 age adoption passing confidence
com.google.protobuf:protobuf-java (source) dependencies minor 4.29.3 -> 4.30.0 4.30.1 age adoption passing confidence
com.fasterxml.jackson.core:jackson-databind (source) dependencies patch 2.18.2 -> 2.18.3 age adoption passing confidence
com.fasterxml.jackson.core:jackson-core dependencies patch 2.18.2 -> 2.18.3 age adoption passing confidence
io.grpc:protoc-gen-grpc-java dependencies minor 1.70.0 -> 1.71.0 age adoption passing confidence
io.grpc:grpc-census dependencies minor 1.70.0 -> 1.71.0 age adoption passing confidence
io.grpc:grpc-services dependencies minor 1.70.0 -> 1.71.0 age adoption passing confidence
io.grpc:grpc-netty dependencies minor 1.70.0 -> 1.71.0 age adoption passing confidence
io.grpc:grpc-stub dependencies minor 1.70.0 -> 1.71.0 age adoption passing confidence
io.grpc:grpc-protobuf dependencies minor 1.70.0 -> 1.71.0 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.13

Compare Source

googleapis/sdk-platform-java (com.google.api.grpc:proto-google-common-protos)

v2.53.0

Compare Source

Features
  • enable DirectPath bound token in InstantiatingGrpcChannelProvider (#​3572) (5080495)
  • Enable MTLS_S2A bound token by default for gRPC S2A enabled flows (#​3591) (81e21f2)
  • migrate away from deprecated graal-sdk dependency to use nativeimage (#​2706) (757801a)
Bug Fixes
  • Avoid creating message string prematurely for streaming calls (#​3622) (f805e70)
Dependencies

v2.52.0

Compare Source

Features
Dependencies
protocolbuffers/protobuf (com.google.protobuf:protoc)

v4.30.0

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

v1.71.0

API Changes
  • xds: Enable Xds Client Fallback by default. This allows having a backup xDS server as described in gRFC A71-xds-fallback.md (#​11817) (176f3ee)
  • protobuf: Experimental API marshallerWithRecursionLimit in ProtoUtils is now stabilized (#​11884) (90b1c4f)
Bug Fixes
  • xds: Cluster weights should be uint32 (199a7ea). They were previously processed as int32, although the sum of weights was checked to be positive. So this would have caused a very large weight to never be selected and to reduce the chances of immediately-following clusters to be selected. There have been no reports of control planes using such large weights
  • xds: Fix an unlikely infinite loop triggered by route update (199a7ea). Triggering required the old cluster to no longer be used, an RPC processing when the update arrived, and for a RPC to not match any route in the new config. There have been no reports of this actually happening
  • core: Release data frame if it is received before the headers (dc316f7)
Improvements
  • Replace jsr305's CheckReturnValue with Error Prone's (#​11811) (7b5d069)
  • core: optimize number of buffer allocations for message sizes larger than 1 MB (#​11879) (5a7f350)
  • core: Update the retry backoff range from [0, 1] to [0.8, 1.2] as per the A6 redefinition (#​11858) (44e92e2)
  • core: include last pick status in status message when wait-for-ready RPC’s deadline expires (#​11851) (7585b16). This makes it much easier to debug connectivity issues when using wait-for-ready RPCs
  • xds: Include max concurrent request limit in the error status for concurrent connections limit exceeded (#​11845) (0f5503e)
  • netty, servlet: Remove 4096 min write buffer size because MessageFramer.flush() is being called between every message, so messages are never combined and the larger allocation just wastes memory. (4a10a38, 7153ff8)
  • core: When ClientStreamObserver closes the response observer log the error message if this operation fails (#​11880) (302342c)
  • bom: use gradle java-platform to build pom instead of custom xml generation (#​11875) (3142928)
  • xds: Reuse filter interceptors on client-side across RPCs (c506190, b3db8c2). This was an internal refactor that should have no user-visible change
  • alts: Enhance AltsContextUtil to allow getting the AltsContext on client-side (b1bc0a9)
  • xds: Envoy proto sync to 2024-11-11 (#​11816) (b44ebce)
Documentation
Dependencies
Thanks to

@​benjamin
@​panchenko
@​harshagoo94
@​NaveenPrasannaV


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@forking-renovate forking-renovate bot added dependencies Pull requests that update a dependency file lang: java Issues specific to Java. labels Feb 24, 2025
@renovate-bot renovate-bot requested review from yoshi-approver and a team as code owners February 24, 2025 00:52
@renovate-bot renovate-bot force-pushed the renovate/java branch 2 times, most recently from 58a5ed3 to 41d13c0 Compare February 24, 2025 21:27
@renovate-bot renovate-bot force-pushed the renovate/java branch 3 times, most recently from f8523c9 to 82cc131 Compare March 8, 2025 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file lang: java Issues specific to Java.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant