Skip to content
Draft
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
2c03e5b
chore: Test with Protobuf-Java v4.32 [no need to review]
lqiu96 Aug 26, 2025
e10397a
chore: Update to Protobuf 4.32.1
lqiu96 Sep 24, 2025
1721017
Merge branch 'main' into PR #3266 to update
lqiu96 Oct 6, 2025
b420f66
Merge branch 'main' into PR #3266 to update
lqiu96 Oct 6, 2025
732e1bb
Merge branch 'main' into PR #3266 to update
lqiu96 Oct 6, 2025
269cb30
Merge branch 'main' into PR #3266 to update
lqiu96 Oct 7, 2025
3df0968
Merge branch 'main' into PR #3266 to update
lqiu96 Oct 9, 2025
b1a1599
Merge branch 'main' into PR #3266 to update
lqiu96 Oct 10, 2025
084fd1c
Merge branch 'main' into PR #3266 to update
lqiu96 Oct 11, 2025
68ecd29
Merge branch 'main' into PR #3266 to update
lqiu96 Oct 21, 2025
5c4edc4
Update protobuf.version to 4.33.0
lqiu96 Oct 21, 2025
85e30ad
Merge branch 'main' into PR #3266 to update
lqiu96 Oct 22, 2025
9a1f0fb
Merge branch 'main' into PR #3266 to update
lqiu96 Oct 23, 2025
9e36633
Merge branch 'main' into PR #3266 to update
lqiu96 Oct 29, 2025
0cc6251
Merge branch 'main' into PR #3266 to update
lqiu96 Oct 30, 2025
b48cb0b
Merge branch 'main' into PR #3266 to update
lqiu96 Oct 31, 2025
79b76a1
Merge branch 'main' into PR #3266 to update
lqiu96 Nov 4, 2025
5db22ff
Merge branch 'main' into PR #3266 to update
lqiu96 Nov 5, 2025
7b41922
Merge branch 'main' into PR #3266 to update
lqiu96 Nov 8, 2025
c78545d
Merge branch 'main' into PR #3266 to update
lqiu96 Nov 11, 2025
33205ee
Merge branch 'main' into PR #3266 to update
lqiu96 Nov 12, 2025
1fe0f0e
Merge branch 'main' into PR #3266 to update
lqiu96 Nov 13, 2025
6479f08
Merge branch 'main' into PR #3266 to update
lqiu96 Nov 14, 2025
e4f243d
Merge branch 'main' into PR #3266 to update
lqiu96 Nov 15, 2025
0ebdec7
Merge branch 'main' into PR #3266 to update
lqiu96 Nov 20, 2025
74faf74
Merge branch 'main' into PR #3266 to update
lqiu96 Nov 21, 2025
a6cf929
Merge branch 'main' into PR #3266 to update
lqiu96 Dec 2, 2025
17d199c
Merge branch 'main' into PR #3266 to update
lqiu96 Dec 3, 2025
9364bab
Merge branch 'main' into PR #3266 to update
lqiu96 Dec 6, 2025
dadb203
Merge branch 'main' into PR #3266 to update
lqiu96 Dec 7, 2025
7d3a784
Merge branch 'main' into PR #3266 to update
lqiu96 Dec 9, 2025
e47b7e5
Merge branch 'main' into PR #3266 to update
lqiu96 Dec 10, 2025
7f15411
Merge branch 'main' into PR #3266 to update
lqiu96 Dec 11, 2025
f6a227a
Merge branch 'main' into PR #3266 to update
lqiu96 Dec 13, 2025
6b41d03
Merge branch 'main' into PR #3266 to update
lqiu96 Dec 16, 2025
47a0b77
Merge branch 'main' into PR #3266 to update
lqiu96 Dec 17, 2025
3b5139c
Merge branch 'main' into PR #3266 to update
lqiu96 Dec 18, 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
4 changes: 3 additions & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ javadoc)
integration)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Dprotobuf.version=4.33.0 \
-Penable-integration-tests \
-DtrimStackTrace=false \
-Dclirr.skip=true \
Expand All @@ -82,7 +83,8 @@ integration)
;;
graalvm)
# Run Unit and Integration Tests with Native Image
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfmt.skip=true
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfmt.skip=true \
-Dprotobuf.version=4.33.0
RETURN_CODE=$?
;;
samples)
Expand Down