Skip to content

Commit

Permalink
optimize: optimize change log (#5906)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 authored Oct 7, 2023
1 parent 2c44932 commit 351b108
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# step 4
- name: "Test with Maven"
run: |
./mvnw -T 4C clean test -Dspring-boot.version=${{ matrix.springboot }} -Dspring-boot-for-server.version=2.5.14 -Dspring-framework-for-server.version=5.3.20 -Dkotlin-maven-plugin.version=1.7.22 -Dcheckstyle.skip=false -Dlicense.skip=false -e -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn;
./mvnw -T 4C clean test -Dspring-boot.version=${{ matrix.springboot }} -Dspring-boot-for-server.version=2.5.14 -Dspring-framework-for-server.version=5.3.20 -Dkotlin-maven-plugin.version=1.7.22 -Dcheckstyle.skip=true -Dlicense.skip=true -e -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn;
# job 3
arm64-test:
Expand Down
1 change: 1 addition & 0 deletions changes/en-us/1.7.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Add changes here for all PR submitted to the develop branch.
- [[#5815](https://github.com/seata/seata/pull/5815)] support the nacos application name property
- [[#5820](https://github.com/seata/seata/pull/5820)] unified log output directory
- [[#5822](https://github.com/seata/seata/pull/5822)] upgrade some deprecated github actions
- [[#5168](https://github.com/seata/seata/pull/5168)] optimize: publish images based on java `8`, `8-slim`, `17`, `17-slim`

### security:
- [[#5728](https://github.com/seata/seata/pull/5728)] fix some dependencies vulnerability
Expand Down
3 changes: 3 additions & 0 deletions changes/en-us/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ Add changes here for all PR submitted to the develop branch.
- [[#5889](https://github.com/seata/seata/pull/5889)] remove dependency without license
- [[#5890](https://github.com/seata/seata/pull/5890)] remove 7z format compression support
- [[#5891](https://github.com/seata/seata/pull/5891)] remove mariadb.jdbc dependency
- [[#5828](https://github.com/seata/seata/pull/5828)] fix codecov chart not display

### security:
- [[#5867](https://github.com/seata/seata/pull/5867)] fix npm package vulnerabilities
- [[#5898](https://github.com/seata/seata/pull/5898)] fix npm package vulnerabilities

### test:
- [[#5888](https://github.com/seata/seata/pull/5888)] remove sofa test cases
- [[#5831](https://github.com/seata/seata/pull/5831)] upgrade druid and add `test-druid.yml`
- [[#5862](https://github.com/seata/seata/pull/5862)] fix unit test in java 21

Thanks to these contributors for their code commits. Please report an unintended omission.

Expand Down
1 change: 1 addition & 0 deletions changes/zh-cn/1.7.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [[#5815](https://github.com/seata/seata/pull/5815)] 支持 Nacos applicationName 属性
- [[#5820](https://github.com/seata/seata/pull/5820)] 统一日志输出目录
- [[#5822](https://github.com/seata/seata/pull/5822)] 升级过时的github actions
- [[#5168](https://github.com/seata/seata/pull/5168)] 发布基于多个java版本的docker镜像

### security:
- [[#5728](https://github.com/seata/seata/pull/5728)] 修复Java依赖漏洞
Expand Down
3 changes: 3 additions & 0 deletions changes/zh-cn/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@
- [[#5889](https://github.com/seata/seata/pull/5889)] 移除无license组件
- [[#5890](https://github.com/seata/seata/pull/5890)] 移除7z压缩支持
- [[#5891](https://github.com/seata/seata/pull/5891)] 移除 mariadb.jdbc 依赖
- [[#5828](https://github.com/seata/seata/pull/5828)] 修正 `codecov chart` 不展示的问题

### security:
- [[#5867](https://github.com/seata/seata/pull/5867)] 修复npm package漏洞
- [[#5898](https://github.com/seata/seata/pull/5898)] 修复npm package漏洞

### test:
- [[#5888](https://github.com/seata/seata/pull/5888)] 移除 sofa 测试用例
- [[#5831](https://github.com/seata/seata/pull/5831)] 升级 `druid` 版本,并添加 `test-druid.yml` 用于测试seata与druid各版本的兼容性。
- [[#5862](https://github.com/seata/seata/pull/5862)] 修复单元测试在Java21下无法正常运行的问题。

非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。

Expand Down

0 comments on commit 351b108

Please sign in to comment.