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 #2836

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 Dec 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
googleJavaFormat 1.25.0 -> 1.25.2 age adoption passing confidence
org.apache.logging.log4j:log4j-core (source) 2.24.2 -> 2.24.3 age adoption passing confidence
com.google.api.grpc:proto-google-common-protos 2.49.0 -> 2.50.0 age adoption passing confidence
io.grpc:protoc-gen-grpc-java 1.68.2 -> 1.69.0 age adoption passing confidence
io.grpc:grpc-census 1.68.2 -> 1.69.0 age adoption passing confidence
io.grpc:grpc-services 1.68.2 -> 1.69.0 age adoption passing confidence
io.grpc:grpc-netty 1.68.2 -> 1.69.0 age adoption passing confidence
io.grpc:grpc-stub 1.68.2 -> 1.69.0 age adoption passing confidence
io.grpc:grpc-protobuf 1.68.2 -> 1.69.0 age adoption passing confidence

Release Notes

google/google-java-format (googleJavaFormat)

v1.25.2

Changes:

  • Fix a crash formatting text blocks involving trailing whitespace before the close delimiter (#​1205)

Full Changelog: google/google-java-format@v1.25.1...v1.25.2

v1.25.1

Changes:

  • Fix a crash in text block formatting (#​1195)

Full Changelog: google/google-java-format@v1.25.0...v1.25.1

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

v2.50.0

Features
  • Add experimental S2A integration in client libraries grpc transport (#​3326) (1138ca6)
  • enable selective generation based on service config include list (#​3323) (0cddadb)
  • introduce java.time to java-core (#​3330) (f202c3b)
  • Update Gapic-Generator to generate libraries using java.time methods (#​3321) (b21c9a4)
Bug Fixes
  • Fix flaky test ScheduledRetryingExecutorTest.testCancelOuterFutureAfterStart (#​3335) (e73740d)
  • httpjson callables to trace attempts (started, failed) (#​3300) (15a64ee)
  • instantiate GaxProperties at build time to ensure we get the protobuf version (#​3365) (bb2a3be)
  • protobuf version not always getting set in headers (#​3322) (7f6e470)
  • use BuildKit instead of legacy builder to build the Hermetic Build images (#​3338) (222fb45)
Dependencies
Documentation
grpc/grpc-java (io.grpc:protoc-gen-grpc-java)

v1.69.0

v1.69.0

New Features

  • api: Allow LoadBalancers to specify an authority per-RPC.(#​11631) (c167ead) CallOptions.withAuthority() has higher precedence.
  • netty: Add soft Metadata size limit enforcement. (#​11603) (735b3f3) The soft limit is a lower size limit that fails an increasing percentage of RPCs as the Metadata size approaches the upper limit. This can be used as an “early warning” that the Metadata size is growing too large
  • alts: support altsCallCredentials in GoogleDefaultChannelCredentials (#​11634) (ba8ab79)
  • xds: Add grpc.xds_client metrics, as documented by OpenTelemetry Metrics (#​11661) (20d09ce). grpc.xds.authority is not yet available

Bug Fixes

  • api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (#​11666) (dae078c). 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 (ef1fe87). 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

  • api: Add java.time.Duration overloads to CallOptions, AbstractStub methods that take TimeUnit and a time value (#​11562) (766b923)
  • core: Make timestamp usage in Channelz use nanos from Java.time.Instant when available (#​11604) (9176b55). This increases the timestamp precision from milliseconds
  • okhttp: Fix for ipv6 link local with scope (#​11725) (e98e7445b)
  • binder: Let AndroidComponentAddress specify a target UserHandle (#​11670) (e58c998)
  • servlet: Deframe failures should be logged on the server as warnings (#​11645) (a5db67d)
  • s2a: Rename the Bazel target s2av2_credentials to s2a (29dd9ba). The target s2a had been referenced by IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS but didn’t previously exist
  • services: Make channelz work with proto lite (#​11685) (b170334). This compatibility is on the source level. There is not a pre-built binary on Maven Central that supports proto lite
  • services: Deprecate ProtoReflectionService (#​11681) (921f88a). The class implements the deprecated v1alpha of the reflection protocol. Prefer ProtoReflectionServiceV1, which implements the v1 version of the reflection protocol

Dependencies

  • Upgrade proto-google-common-protos to 2.48.0 (1993e68)
  • Upgrade google-auth-library to 1.24.1 (1993e68)
  • Upgrade error_prone_annotations to 2.30.0 (1993e68)
  • Upgrade Guava to 33.3.1-android (1993e68)
  • Upgrade opentelemetry-api to 1.43.0 (1993e68)
  • xds: Remove Bazel dependency on xds v2 (664f1fc). This had been done for the Maven Central binaries in 1.63.0, but had been missed for Bazel builds

Documentation

  • binder: Update error codes doc for new "Safer Intent" rules. (#​11639) (fe350cf)
  • examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (#​11706) (a79982c)

Thanks to
@​niloc132
@​rockspore
@​SreeramdasLavanya
@​vinodhabib


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 Dec 23, 2024
@renovate-bot renovate-bot requested review from yoshi-approver and a team as code owners December 23, 2024 01:16
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