Skip to content

Commit

Permalink
optimize: remove 7z format compression support (#5895)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Sep 30, 2023
1 parent 8f06b45 commit 2ad20fb
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 262 deletions.
5 changes: 0 additions & 5 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,6 @@
<artifactId>seata-compressor-gzip</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-compressor-7z</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-compressor-bzip2</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,6 @@
<artifactId>seata-compressor-zip</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-compressor-7z</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-compressor-bzip2</artifactId>
Expand Down
1 change: 0 additions & 1 deletion compressor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<module>seata-compressor-all</module>
<module>seata-compressor-gzip</module>
<module>seata-compressor-zip</module>
<module>seata-compressor-7z</module>
<module>seata-compressor-bzip2</module>
<module>seata-compressor-lz4</module>
<module>seata-compressor-deflater</module>
Expand Down
48 changes: 0 additions & 48 deletions compressor/seata-compressor-7z/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions compressor/seata-compressor-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
<artifactId>seata-compressor-gzip</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>seata-compressor-7z</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>seata-compressor-bzip2</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<sofa.registry.version>6.3.0</sofa.registry.version>
<motan.version>1.0.0</motan.version>
<jcommander.version>1.82</jcommander.version>
<xz.version>1.8</xz.version>
<commons-compress.version>1.21</commons-compress.version>
<ant.version>1.10.12</ant.version>
<lz4.version>1.7.1</lz4.version>
Expand Down Expand Up @@ -543,11 +542,6 @@
<artifactId>fst</artifactId>
<version>${fst.version}</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>${xz.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion script/client/conf/file.conf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ client {
logTable = "undo_log"
compress {
enable = true
# allow zip, gzip, deflater, 7z, lz4, bzip2, zstd default is zip
# allow zip, gzip, deflater, lz4, bzip2, zstd default is zip
type = zip
# if rollback info size > threshold, then will be compress
# allow k m g t
Expand Down

0 comments on commit 2ad20fb

Please sign in to comment.