Skip to content

Commit ae19c82

Browse files
committed
Merge remote-tracking branch 'upstream/main' into go/pkgsite-fix
2 parents 099251f + a2e90f6 commit ae19c82

21 files changed

+2574
-199
lines changed

.github/workflows/ort.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,17 @@ jobs:
158158
distribution: "temurin"
159159
java-version: 11
160160

161+
- name: Install protoc (protobuf)
162+
uses: arduino/setup-protoc@v3
163+
with:
164+
version: "29.1"
165+
repo-token: ${{ secrets.GITHUB_TOKEN }}
166+
167+
- name: Build java artifact
168+
working-directory: ./java
169+
run: |
170+
./gradlew publishToMavenLocal -x buildRust -x javadoc
171+
161172
- name: Run ORT tools for Java
162173
uses: ./.github/workflows/run-ort-tools
163174
with:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* Go: Add `ZCARD` ([#2838](https://github.com/valkey-io/valkey-glide/pull/2838))
1818
* Java, Node, Python: Update documentation for CONFIG SET and CONFIG GET ([#2919](https://github.com/valkey-io/valkey-glide/pull/2919))
1919
* Go: Add `BZPopMin` ([#2849](https://github.com/valkey-io/valkey-glide/pull/2849))
20+
* Java: Shadow `protobuf` dependency ([#2931](https://github.com/valkey-io/valkey-glide/pull/2931))
2021
* Java: Add `RESP2` support ([#2383](https://github.com/valkey-io/valkey-glide/pull/2383))
2122
* Node: Add `IFEQ` option ([#2909](https://github.com/valkey-io/valkey-glide/pull/2909))
2223

0 commit comments

Comments
 (0)