-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
1,080 additions
and
383 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ on: | |
branches: [ test*, "*.*.*" ] | ||
|
||
jobs: | ||
# job 1 | ||
test: | ||
name: "test" | ||
runs-on: ubuntu-latest | ||
|
@@ -13,8 +14,8 @@ jobs: | |
matrix: | ||
java: [ 8, 11, 17 ] | ||
springboot: [ | ||
2.7.2 -Dspring-framework.version=5.3.22, | ||
2.6.10 -Dspring-framework.version=5.3.22, | ||
2.7.6 -Dspring-framework.version=5.3.24, | ||
2.6.14 -Dspring-framework.version=5.3.24, | ||
2.5.14 -Dspring-framework.version=5.3.20, | ||
2.4.13 -Dspring-framework.version=5.3.13, | ||
2.3.12.RELEASE -Dspring-framework.version=5.2.15.RELEASE, | ||
|
@@ -32,14 +33,12 @@ jobs: | |
# step 1 | ||
- name: "Checkout" | ||
uses: actions/[email protected] | ||
|
||
# step 2 | ||
- name: "Set up Java JDK" | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: ${{ matrix.java }} | ||
|
||
# step 3 | ||
- name: "Test with Maven" | ||
# https://docs.github.com/cn/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#github-context | ||
|
@@ -49,14 +48,42 @@ jobs: | |
else | ||
./mvnw -T 4C clean test -Dspring-boot.version=${{ matrix.springboot }} -Dcheckstyle.skip=true -Dlicense.skip=true -e -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn; | ||
fi | ||
arm64-test: | ||
# job 2 | ||
test-springboot3x: | ||
name: "test-springboot3.x" | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
java: [ 17 ] | ||
springboot: [ | ||
3.0.0 -Dspring-framework.version=6.0.2 -Dspring-boot-for-server.version=2.4.13 -Dspring-framework-for-server.version=5.3.18 -Dkotlin-maven-plugin.version=1.7.22 | ||
] | ||
steps: | ||
# step 1 | ||
- name: "Checkout" | ||
uses: actions/[email protected] | ||
# step 2 | ||
- name: "Set up Java JDK" | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: ${{ matrix.java }} | ||
# step 3 | ||
- name: "Test with Maven" | ||
run: | | ||
./mvnw -T 4C clean test -Dspring-boot.version=${{ matrix.springboot }} -Dcheckstyle.skip=false -Dlicense.skip=false -e -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn; | ||
# job 3 | ||
arm64-test: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
springboot: [ | ||
2.7.2 -Dspring-framework.version=5.3.22, | ||
2.6.10 -Dspring-framework.version=5.3.22, | ||
2.7.6 -Dspring-framework.version=5.3.24, | ||
2.6.14 -Dspring-framework.version=5.3.24, | ||
2.5.14 -Dspring-framework.version=5.3.20, | ||
2.4.13 -Dspring-framework.version=5.3.13, | ||
2.3.12.RELEASE -Dspring-framework.version=5.2.15.RELEASE, | ||
|
@@ -69,7 +96,7 @@ jobs: | |
#1.2.8.RELEASE, | ||
#1.1.12.RELEASE, | ||
#1.0.2.RELEASE | ||
] | ||
] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Set up QEMU | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
### 1.6.1 | ||
|
||
[source](https://github.com/seata/seata/archive/v1.6.1.zip) | | ||
[binary](https://github.com/seata/seata/releases/download/v1.6.1/seata-server-1.6.1.zip) | ||
|
||
<details> | ||
<summary><mark>Release notes</mark></summary> | ||
|
||
|
||
### Seata 1.6.1 | ||
|
||
Seata 1.6.1 Released. | ||
|
||
Seata is an easy-to-use, high-performance, open source distributed transaction solution. | ||
|
||
The version is updated as follows: | ||
|
||
### feature: | ||
- [[#5115](https://github.com/seata/seata/pull/5115)] support for `spring-boot:3.x` | ||
|
||
### bugfix: | ||
- [[#5179](https://github.com/seata/seata/pull/5179)] fix ClassNotFoundException when server starts using Eureka | ||
|
||
### optimize: | ||
- [[#5120](https://github.com/seata/seata/pull/5120)] unify the format of configuration items in yml files | ||
- [[#5180](https://github.com/seata/seata/pull/5180)] GlobalTransactionScanner,SeataAutoDataSourceProxyCreator declare @bean methods as static | ||
- [[#5182](https://github.com/seata/seata/pull/5182)] fix some security vulnerabilities in GGEditor | ||
- [[#5183](https://github.com/seata/seata/pull/5183)] optimize the default values for some switches | ||
|
||
Thanks to these contributors for their code commits. Please report an unintended omission. | ||
|
||
<!-- Please make sure your Github ID is in the list below --> | ||
- [slievrly](https://github.com/slievrly) | ||
- [wangliang181230](https://github.com/wangliang181230) | ||
- [xingfudeshi](https://github.com/xingfudeshi) | ||
- [whxxxxx](https://github.com/whxxxxx) | ||
- [xssdpgy](https://github.com/xssdpgy) | ||
|
||
Also, we receive many valuable issues, questions and advices from our community. Thanks for you all. | ||
|
||
#### Link | ||
|
||
- **Seata:** https://github.com/seata/seata | ||
- **Seata-Samples:** https://github.com/seata/seata-samples | ||
- **Release:** https://github.com/seata/seata/releases | ||
- **WebSite:** https://seata.io | ||
|
||
|
||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
### 1.6.1 | ||
|
||
[source](https://github.com/seata/seata/archive/v1.6.1.zip) | | ||
[binary](https://github.com/seata/seata/releases/download/v1.6.1/seata-server-1.6.1.zip) | ||
|
||
<details> | ||
<summary><mark>Release notes</mark></summary> | ||
|
||
|
||
### Seata 1.6.1 | ||
|
||
Seata 1.6.1 发布。 | ||
|
||
Seata 是一款开源的分布式事务解决方案,提供高性能和简单易用的分布式事务服务。 | ||
|
||
此版本更新如下: | ||
|
||
### feature: | ||
- [[#5115](https://github.com/seata/seata/pull/5115)] 支持 `spring-boot:3.x` | ||
|
||
### bugfix: | ||
- [[#5179](https://github.com/seata/seata/pull/5179)] 修复使用Eureka作为注册中心ClassNotFoundException问题 | ||
|
||
### optimize: | ||
- [[#5120](https://github.com/seata/seata/pull/5120)] 统一yml文件中的配置项格式 | ||
- [[#5180](https://github.com/seata/seata/pull/5180)] GlobalTransactionScanner,SeataAutoDataSourceProxyCreator 创建bean用static修饰 | ||
- [[#5182](https://github.com/seata/seata/pull/5182)] 修复 Saga 可视化设计器 GGEditor 安全漏洞 | ||
- [[#5183](https://github.com/seata/seata/pull/5183)] 优化配置开关的默认值 | ||
|
||
非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。 | ||
|
||
<!-- 请确保您的 GitHub ID 在以下列表中 --> | ||
- [slievrly](https://github.com/slievrly) | ||
- [wangliang181230](https://github.com/wangliang181230) | ||
- [xingfudeshi](https://github.com/xingfudeshi) | ||
- [whxxxxx](https://github.com/whxxxxx) | ||
- [xssdpgy](https://github.com/xssdpgy) | ||
|
||
同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。 | ||
|
||
|
||
#### Link | ||
|
||
- **Seata:** https://github.com/seata/seata | ||
- **Seata-Samples:** https://github.com/seata/seata-samples | ||
- **Release:** https://github.com/seata/seata/releases | ||
- **WebSite:** https://seata.io | ||
|
||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.