Skip to content

Commit

Permalink
optimize: add notice file to binary (#6570)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored May 23, 2024
1 parent 682b830 commit 933b492
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/en-us/2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#6540](https://github.com/apache/incubator-seata/pull/6540)] exclude com.google.guava:listenablefuture
- [[#6549](https://github.com/apache/incubator-seata/pull/6549)] macos workflow support arm testing
- [[#6558](https://github.com/apache/incubator-seata/pull/6558)] remove mysql-connector-java from pom.xml
- [[#6570](https://github.com/apache/incubator-seata/pull/6570)] add notice file to binary

### security:
- [[#6069](https://github.com/apache/incubator-seata/pull/6069)] Upgrade Guava dependencies to fix security vulnerabilities
Expand Down
3 changes: 2 additions & 1 deletion changes/zh-cn/2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@
- [[#6539](https://github.com/apache/incubator-seata/pull/6539)] 增加组件 license
- [[#6540](https://github.com/apache/incubator-seata/pull/6540)] 排除 com.google.guava:listenablefuture 依赖
- [[#6549](https://github.com/apache/incubator-seata/pull/6549)] 支持macos arm架构单测
- [[#6558](https://github.com/apache/incubator-seata/pull/6558)] y移除 mysql-connector-java 依赖
- [[#6558](https://github.com/apache/incubator-seata/pull/6558)] 移除 mysql-connector-java 依赖
- [[#6570](https://github.com/apache/incubator-seata/pull/6570)] 添加 notice 文件

### security:
- [[#6069](https://github.com/apache/incubator-seata/pull/6069)] 升级Guava依赖版本,修复安全漏洞
Expand Down
5 changes: 5 additions & 0 deletions distribution/release-seata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@
<destName>LICENSE</destName>
</file>

<file>
<source>../NOTICE</source>
<destName>NOTICE</destName>
</file>

<file>
<source>../server/target/seata-server-exec.jar</source>
<outputDirectory>target/</outputDirectory>
Expand Down

0 comments on commit 933b492

Please sign in to comment.