Skip to content
Draft
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1132761
chore: Test with Protobuf-Java v4.32 [no need to review]
lqiu96 Aug 26, 2025
e708aff
chore: Update to Protobuf 4.32.1
lqiu96 Sep 24, 2025
7678fde
Merge branch 'main' into PR #1644 to update
lqiu96 Oct 6, 2025
0a227b0
Merge branch 'main' into PR #1644 to update
lqiu96 Oct 6, 2025
03bd49d
Merge branch 'main' into PR #1644 to update
lqiu96 Oct 7, 2025
8d0c931
Merge branch 'main' into PR #1644 to update
lqiu96 Oct 8, 2025
9eab5a9
Merge branch 'main' into PR #1644 to update
lqiu96 Oct 10, 2025
0a16e33
Update protobuf.version to 4.33.0
lqiu96 Oct 21, 2025
f45cf6b
Merge branch 'main' into PR #1644 to update
lqiu96 Oct 22, 2025
7a34b2e
Merge branch 'main' into PR #1644 to update
lqiu96 Oct 23, 2025
9d11ef6
Merge branch 'main' into PR #1644 to update
lqiu96 Nov 8, 2025
5fd7eb3
Merge branch 'main' into PR #1644 to update
lqiu96 Nov 11, 2025
792953b
Merge branch 'main' into PR #1644 to update
lqiu96 Nov 14, 2025
1edda15
Merge branch 'main' into PR #1644 to update
lqiu96 Dec 5, 2025
c9b53f3
Merge branch 'main' into PR #1644 to update
lqiu96 Dec 16, 2025
5475ec0
Merge branch 'main' into PR #1644 to update
lqiu96 Dec 24, 2025
7973fb7
Merge branch 'main' into PR #1644 to update
lqiu96 Jan 14, 2026
fbd4384
Merge branch 'main' into PR #1644 to update
lqiu96 Jan 17, 2026
a64f07a
update protobuf version
JoeWang1127 Jan 26, 2026
3af756b
Merge branch 'main' into PR #1644 to update
lqiu96 Jan 29, 2026
8f686f1
Merge branch 'main' into PR #1644 to update
lqiu96 Jan 31, 2026
4681c70
chore: update protobuf-java version to latest
lqiu96 Feb 12, 2026
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
4 changes: 3 additions & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ javadoc)
integration)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Dprotobuf.version=4.33.5 \
-Penable-integration-tests \
-DtrimStackTrace=false \
-Dclirr.skip=true \
Expand All @@ -74,7 +75,8 @@ integration)
;;
graalvm)
# Run Unit and Integration Tests with Native Image
mvn test -Pnative -Penable-integration-tests
mvn test -Pnative -Penable-integration-tests \
-Dprotobuf.version=4.33.5
RETURN_CODE=$?
;;
samples)
Expand Down