Skip to content
Draft
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
24ea62b
chore: Test with Protobuf-Java v4.29.4
lqiu96 Aug 26, 2025
ee80699
Merge branch 'main' into PR #2113 to update
lqiu96 Oct 6, 2025
b4d67f6
Merge branch 'main' into PR #2113 to update
lqiu96 Oct 7, 2025
432e32d
Merge branch 'main' into PR #2113 to update
lqiu96 Oct 9, 2025
98ada18
Merge branch 'main' into PR #2113 to update
lqiu96 Oct 10, 2025
fd26243
Merge branch 'main' into PR #2113 to update
lqiu96 Oct 23, 2025
30123ad
Merge branch 'main' into PR #2113 to update
lqiu96 Oct 24, 2025
d8ceb71
Merge branch 'main' into PR #2113 to update
lqiu96 Oct 25, 2025
564af75
Merge branch 'main' into PR #2113 to update
lqiu96 Oct 28, 2025
ae98ca0
Merge branch 'main' into PR #2113 to update
lqiu96 Oct 29, 2025
81d92e1
Merge branch 'main' into PR #2113 to update
lqiu96 Nov 1, 2025
6c82188
Merge branch 'main' into PR #2113 to update
lqiu96 Nov 15, 2025
4a9ddb2
Merge branch 'main' into PR #2113 to update
lqiu96 Nov 19, 2025
738b9e4
Merge branch 'main' into PR #2113 to update
lqiu96 Nov 29, 2025
39cd67c
Merge branch 'main' into PR #2113 to update
lqiu96 Dec 5, 2025
613c1c6
Merge branch 'main' into PR #2113 to update
lqiu96 Dec 12, 2025
49d8693
Merge branch 'main' into PR #2113 to update
lqiu96 Dec 17, 2025
ce34a2e
Merge branch 'main' into PR #2113 to update
lqiu96 Dec 18, 2025
daf59b6
Merge branch 'main' into PR #2113 to update
lqiu96 Dec 19, 2025
cf5aee7
Merge branch 'main' into PR #2113 to update
lqiu96 Dec 24, 2025
5f46f79
Merge branch 'main' into PR #2113 to update
lqiu96 Jan 6, 2026
99b3d8f
Merge branch 'main' into PR #2113 to update
lqiu96 Jan 10, 2026
8f21d11
Merge branch 'main' into PR #2113 to update
lqiu96 Jan 14, 2026
74e50d2
Merge branch 'main' into PR #2113 to update
lqiu96 Jan 15, 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
3 changes: 3 additions & 0 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ integration)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Penable-integration-tests \
-Dprotobuf.version=4.29.4 \
-DtrimStackTrace=false \
-Dclirr.skip=true \
-Denforcer.skip=true \
Expand All @@ -84,6 +85,7 @@ integration-cloud-devel)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Penable-integration-tests \
-Dprotobuf.version=4.29.4 \
-DtrimStackTrace=false \
-Dclirr.skip=true \
-Denforcer.skip=true \
Expand All @@ -98,6 +100,7 @@ integration-cloud-staging)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Penable-integration-tests \
-Dprotobuf.version=4.29.4 \
-DtrimStackTrace=false \
-Dclirr.skip=true \
-Denforcer.skip=true \
Expand Down
Loading