Skip to content
Draft
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3743537
chore: Test with Protobuf-Java v4.29.4
lqiu96 Jun 27, 2025
65be136
Merge branch 'main' into protobuf-ci-v4294
lqiu96 Jul 16, 2025
01fb56c
Merge branch 'main' into protobuf-ci-v4294
lqiu96 Jul 24, 2025
ae996eb
Merge branch 'main' into protobuf-ci-v4294
lqiu96 Aug 15, 2025
f7d7430
Merge branch 'main' into protobuf-ci-v4294
lqiu96 Aug 26, 2025
d048326
Merge branch 'main' into protobuf-ci-v4294
lqiu96 Sep 10, 2025
6659d64
Merge branch 'main' into protobuf-ci-v4294
lqiu96 Sep 24, 2025
d53a41a
Merge branch 'main' into PR #1612 to update
lqiu96 Oct 6, 2025
159d82c
Merge branch 'main' into PR #1612 to update
lqiu96 Oct 6, 2025
e707dfc
Merge branch 'main' into PR #1612 to update
lqiu96 Oct 7, 2025
4e4a891
Merge branch 'main' into PR #1612 to update
lqiu96 Oct 8, 2025
c1c577f
Merge branch 'main' into PR #1612 to update
lqiu96 Oct 10, 2025
7b684d3
Merge branch 'main' into PR #1612 to update
lqiu96 Oct 22, 2025
2b7a04a
Merge branch 'main' into PR #1612 to update
lqiu96 Oct 23, 2025
bec99e1
Merge branch 'main' into PR #1612 to update
lqiu96 Nov 8, 2025
85a8622
Merge branch 'main' into PR #1612 to update
lqiu96 Nov 11, 2025
6c1eab0
Merge branch 'main' into PR #1612 to update
lqiu96 Nov 14, 2025
4f78c65
Merge branch 'main' into PR #1612 to update
lqiu96 Dec 5, 2025
fff66ae
Merge branch 'main' into PR #1612 to update
lqiu96 Dec 16, 2025
43d2302
Merge branch 'main' into PR #1612 to update
lqiu96 Dec 24, 2025
e36b383
Merge branch 'main' into PR #1612 to update
lqiu96 Jan 14, 2026
f9c18c3
Merge branch 'main' into PR #1612 to update
lqiu96 Jan 17, 2026
ecc5f6c
Merge branch 'main' into PR #1612 to update
lqiu96 Jan 29, 2026
b8ed1c3
Merge branch 'main' into PR #1612 to update
lqiu96 Jan 31, 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
1 change: 1 addition & 0 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,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 Down