Skip to content

Commit

Permalink
optimize: Slimming down for the seata-all.jar (apache#4353)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 authored Feb 14, 2022
1 parent b62f03e commit f1be649
Show file tree
Hide file tree
Showing 15 changed files with 938 additions and 819 deletions.
9 changes: 9 additions & 0 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@
<groupId>io.seata</groupId>
<artifactId>seata-sqlparser-antlr</artifactId>
<version>${project.version}</version>
<!-- Slimming down for 'seata-all.jar' -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.seata</groupId>
Expand Down Expand Up @@ -230,12 +232,19 @@
<groupId>io.seata</groupId>
<artifactId>seata-serializer-protobuf</artifactId>
<version>${project.version}</version>
<!-- Slimming down for 'seata-all.jar' -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-grpc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-hsf</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-serializer-kryo</artifactId>
Expand Down
17 changes: 17 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
<artifactId>seata-grpc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-hsf</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-http</artifactId>
Expand All @@ -188,11 +193,13 @@
<artifactId>seata-rm-datasource</artifactId>
<version>${project.version}</version>
</dependency>
<!-- the 'seata-server' is an application, not a dependency
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-server</artifactId>
<version>${project.version}</version>
</dependency>
-->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-spring</artifactId>
Expand Down Expand Up @@ -303,6 +310,11 @@
<artifactId>seata-compressor-deflater</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-compressor-zstd</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-saga-processctrl</artifactId>
Expand Down Expand Up @@ -348,6 +360,11 @@
<artifactId>seata-sqlparser-druid</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>apm-seata-skywalking-plugin</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
2 changes: 1 addition & 1 deletion changes/1.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单
- [[#4303](https://github.com/seata/seata/pull/4303)] `tcc_fence_log`表悬挂日志记录异步删除
- [[#4328](https://github.com/seata/seata/pull/4328)] 配置上传脚本支持注释
- [[#4336](https://github.com/seata/seata/pull/4336)] 添加AT模式不支持的SQL语句异常提示

- [[#4353](https://github.com/seata/seata/pull/4353)]`seata-all.jar` 瘦身。



Expand Down
2 changes: 1 addition & 1 deletion changes/en-us/1.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
- [[#4303](https://github.com/seata/seata/pull/4303)] `tcc_fence_log` table hanging log records are deleted asynchronously
- [[#4328](https://github.com/seata/seata/pull/4328)] upload configuration script support comments
- [[#4336](https://github.com/seata/seata/pull/4336)] add SQL exception prompt not supported by AT mode

- [[#4353](https://github.com/seata/seata/pull/4353)] Slimming down for the `seata-all.jar`



Expand Down
Loading

0 comments on commit f1be649

Please sign in to comment.