Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
44c717c
chore: Test with Protobuf-Java v4.29.4
lqiu96 Jun 26, 2025
7ffff37
Merge branch 'main' into protobuf-ci-v4294
lqiu96 Aug 15, 2025
f1a6f5d
Merge branch 'main' into protobuf-ci-v4294
lqiu96 Aug 26, 2025
9d65e43
Merge branch 'main' into protobuf-ci-v4294
lqiu96 Sep 10, 2025
70fa5b1
Merge branch 'main' into protobuf-ci-v4294
lqiu96 Sep 24, 2025
08f9ced
Merge branch 'main' into PR #2165 to update
lqiu96 Oct 6, 2025
fe23adb
Merge branch 'main' into PR #2165 to update
lqiu96 Oct 6, 2025
e2b0fa3
Merge branch 'main' into PR #2165 to update
lqiu96 Oct 7, 2025
57ada76
Merge branch 'main' into PR #2165 to update
lqiu96 Oct 8, 2025
5fb2513
Merge branch 'main' into PR #2165 to update
lqiu96 Oct 18, 2025
e9489c2
Merge branch 'main' into PR #2165 to update
lqiu96 Oct 21, 2025
841a4b5
Merge branch 'main' into PR #2165 to update
lqiu96 Nov 14, 2025
3d72842
Merge branch 'main' into PR #2165 to update
lqiu96 Dec 5, 2025
045c478
Merge branch 'main' into PR #2165 to update
lqiu96 Dec 12, 2025
febc183
Merge branch 'main' into PR #2165 to update
lqiu96 Dec 13, 2025
2480dd1
Merge branch 'main' into PR #2165 to update
lqiu96 Dec 19, 2025
07ac481
Merge branch 'main' into PR #2165 to update
lqiu96 Jan 6, 2026
c893bb6
Merge branch 'main' into PR #2165 to update
lqiu96 Jan 14, 2026
50de51f
Merge branch 'main' into PR #2165 to update
lqiu96 Jan 16, 2026
5c36482
Merge branch 'main' into PR #2165 to update
lqiu96 Jan 20, 2026
f4ad7f7
chore: generate libraries at Tue Jan 20 04:03:10 UTC 2026
cloud-java-bot Jan 20, 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: 2 additions & 2 deletions .github/workflows/update_generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
- name: Install Dependencies
shell: bash
run: sudo apt-get update && sudo apt-get install -y libxml2-utils
Expand All @@ -43,5 +43,5 @@ jobs:
--base_branch "${base_branch}" \
--repo ${{ github.repository }}
env:
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}

1 change: 1 addition & 0 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ samples)
pushd ${SAMPLES_DIR}
mvn -B \
-ntp \
-Dprotobuf.version=4.29.4 \
-DtrimStackTrace=false \
-Dclirr.skip=true \
-Denforcer.skip=true \
Expand Down
Loading