Skip to content

Commit 8289e34

Browse files
authored
[improve][build] Upgrade zstd version from 1.5.2-3 to 1.5.7-3 (#24263)
### Motivation [zstd](https://github.com/facebook/zstd/releases/tag/v1.5.7) would be useful to have zstd upgraded to latest version,the new version brings many improvements: 1. Enhanced Compression Speed for Small Data Blocks 2. Substantial --patch-from improvements 3. Compression ratio improvements for large files 4. Command-Line Interface Updates See release notes for details: - [zstd v1.5.7 release notes](https://github.com/facebook/zstd/releases/tag/v1.5.7) - [zstd-jni v1.5.7-3 release notes](https://github.com/luben/zstd-jni/releases/tag/v1.5.7-3) ### Modifications Upgrade zstd version from 1.5.2-3 to 1.5.7-3
1 parent 669c642 commit 8289e34

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,10 @@ flexible messaging model and an intuitive client API.</description>
262262
<ant.version>1.10.12</ant.version>
263263
<seancfoley.ipaddress.version>5.5.0</seancfoley.ipaddress.version>
264264
<disruptor.version>3.4.3</disruptor.version>
265-
<zstd-jni.version>1.5.2-3</zstd-jni.version>
265+
266+
<!-- zstd-jni is only used for testcase,
267+
the core logic is switched to java implementation of zstd in org.apache.commons:commons-compress -->
268+
<zstd-jni.version>1.5.7-3</zstd-jni.version>
266269
<netty-reactive-streams.version>2.0.6</netty-reactive-streams.version>
267270
<opentelemetry.version>1.45.0</opentelemetry.version>
268271
<opentelemetry.alpha.version>${opentelemetry.version}-alpha</opentelemetry.alpha.version>

0 commit comments

Comments
 (0)