Skip to content

Commit 48e5078

Browse files
StevenLuMTganesh-ctds
authored andcommitted
[improve][build] Upgrade zstd version from 1.5.2-3 to 1.5.7-3 (apache#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 (cherry picked from commit 8289e34) (cherry picked from commit 6b762c2)
1 parent f0cca6c commit 48e5078

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
@@ -253,7 +253,10 @@ flexible messaging model and an intuitive client API.</description>
253253
<ant.version>1.10.12</ant.version>
254254
<seancfoley.ipaddress.version>5.5.0</seancfoley.ipaddress.version>
255255
<disruptor.version>3.4.3</disruptor.version>
256-
<zstd-jni.version>1.5.2-3</zstd-jni.version>
256+
257+
<!-- zstd-jni is only used for testcase,
258+
the core logic is switched to java implementation of zstd in org.apache.commons:commons-compress -->
259+
<zstd-jni.version>1.5.7-3</zstd-jni.version>
257260
<netty-reactive-streams.version>2.0.6</netty-reactive-streams.version>
258261
<completable-futures.version>0.3.6</completable-futures.version>
259262
<failsafe.version>3.3.2</failsafe.version>

0 commit comments

Comments
 (0)