Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
51effdd
deps: Bump grpc-java to v1.76.0
lqiu96 Oct 15, 2025
d8fb3ce
Merge branch 'main' into upgrade-grpc-java
lqiu96 Oct 16, 2025
e7a9b3a
deps: update google auth library dependencies to v1.40.0 (#3945)
renovate-bot Oct 16, 2025
d879011
chore: Upper bound file deps change has chore type (#3949)
lqiu96 Oct 16, 2025
0aead11
chore: Update dependencies.properties and cloudbuild docker files
lqiu96 Oct 16, 2025
d1ead1f
Merge branch 'main' into upgrade-grpc-java
lqiu96 Oct 16, 2025
01d3b8b
chore: generate libraries at Thu Oct 16 15:45:27 UTC 2025
cloud-java-bot Oct 16, 2025
cb6ffdc
chore: Resolve bazel issue
lqiu96 Oct 16, 2025
e7a59b3
Merge branch 'main' into upgrade-grpc-java
lqiu96 Oct 27, 2025
e80c3aa
chore: Update config for constructor access for MpscUnpaddedArrayQueue
lqiu96 Oct 28, 2025
8e3d904
chore: Update config for constructor access for MpscUnpaddedArrayQueue
lqiu96 Oct 28, 2025
9dbadae
chore: Remove netty graalvm configs
lqiu96 Oct 29, 2025
cf8d479
chore: Register MpscUnpaddedArrayQueue's constructors
lqiu96 Oct 29, 2025
e99a52d
chore: Register all super class constructors
lqiu96 Oct 29, 2025
7e9a4e1
chore: Fix lint issues
lqiu96 Oct 29, 2025
c069bcd
chore: Add class to be initialized at runtime
lqiu96 Oct 29, 2025
6f788c0
chore: Add PlatformDependent class to the runtime declaration
lqiu96 Oct 30, 2025
9954a2f
chore: Register PlatformDependent class
lqiu96 Oct 30, 2025
524f90e
chore: Add platform dependenent for runtime
lqiu96 Oct 30, 2025
e317c38
chore: Add explicit configuraitons for classes
lqiu96 Oct 30, 2025
2eee060
chore: Add missing slash
lqiu96 Oct 30, 2025
5ca594e
chore: Try multiple args in native-image.properties file
lqiu96 Oct 30, 2025
b76820d
chore: Add the unpadded versions to be registered for unsafe access
lqiu96 Oct 30, 2025
50b1690
chore: Add the unpadded versions to be registered for unsafe access
lqiu96 Oct 30, 2025
e96f5e1
chore: Add the unpadded versions to be registered for unsafe access
lqiu96 Oct 30, 2025
ba207e7
chore: Use the correct unpadded package
lqiu96 Oct 30, 2025
bca799b
chore: Fix lint issues
lqiu96 Oct 30, 2025
8bb82fa
chore: Update the hermetic build ITs to use generator v2.63.0
lqiu96 Oct 30, 2025
4756e8b
chore: Update WORKSPACE file with comments about new jar_jar changes
lqiu96 Oct 30, 2025
e989297
chore: Fix comments in WORKSPACE file
lqiu96 Oct 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ FROM docker.io/library/python:3.13.2-slim@sha256:6b3223eb4d93718828223966ad31690

ARG OWLBOT_CLI_COMMITTISH=3a68a9c0de318784b3aefadcc502a6521b3f1bc5
ARG PROTOC_VERSION=25.8
ARG GRPC_VERSION=1.71.0
ARG GRPC_VERSION=1.76.0
ENV HOME=/home
ENV OS_ARCHITECTURE="linux-x86_64"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ FROM us-docker.pkg.dev/artifact-foundry-prod/docker-3p-trusted/python@sha256:afc

ARG OWLBOT_CLI_COMMITTISH=3a68a9c0de318784b3aefadcc502a6521b3f1bc5
ARG PROTOC_VERSION=25.8
ARG GRPC_VERSION=1.71.0
ARG GRPC_VERSION=1.76.0
ENV HOME=/home
ENV OS_ARCHITECTURE="linux-x86_64"

Expand Down
2 changes: 1 addition & 1 deletion gapic-generator-java-pom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!-- External dependencies, especially gRPC and Protobuf version, should be
consistent across modules in this repository -->
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<grpc.version>1.71.0</grpc.version>
<grpc.version>1.76.0</grpc.version>
<google.auth.version>1.40.0</google.auth.version>
<google.http-client.version>2.0.2</google.http-client.version>
<gson.version>2.12.1</gson.version>
Expand Down
2 changes: 1 addition & 1 deletion gax-java/dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ version.gax_httpjson=2.70.4-SNAPSHOT

version.com_google_protobuf=3.25.8
version.google_java_format=1.15.0
version.io_grpc=1.71.0
version.io_grpc=1.76.0

# Maven artifacts.
# Note, the actual name of each property matters (bazel build scripts depend on it).
Expand Down
Loading