This is an automated email from the ASF dual-hosted git repository. jianbin pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push: new 933b492da8 optimize: add notice file to binary (#6570) 933b492da8 is described below commit 933b492da88e145ca2b7f152ed3b03693936b068 Author: jimin <sliev...@163.com> AuthorDate: Thu May 23 09:38:10 2024 +0800 optimize: add notice file to binary (#6570) --- changes/en-us/2.x.md | 1 + changes/zh-cn/2.x.md | 3 ++- distribution/release-seata.xml | 5 +++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 8abe9696b5..48aeb38711 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -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 diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index c11c390086..a268134266 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -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依赖版本,修复安全漏洞 diff --git a/distribution/release-seata.xml b/distribution/release-seata.xml index 5a9d7eeb18..a06769ce76 100644 --- a/distribution/release-seata.xml +++ b/distribution/release-seata.xml @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org