Merge branch '2022.0' into 2022/release

pull/743/head
lepdou 3 years ago committed by GitHub
commit 59d16e24b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,8 @@
# Change Log
---
- [support 2022](https://github.com/Tencent/spring-cloud-tencent/pull/732)
- [feat:update to Spring Cloud 2022 RC2.](https://github.com/Tencent/spring-cloud-tencent/pull/734)
- [feat:update to Spring Boot 3.0.0.](https://github.com/Tencent/spring-cloud-tencent/pull/739)
- [Optimize:delete loadbalancer module spring.factories file.](https://github.com/Tencent/spring-cloud-tencent/pull/740)
- [fix:fix jacoco cov not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/744)

@ -207,6 +207,7 @@
<configuration>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
<argLine>${argLine}</argLine>
</configuration>
</plugin>
<plugin>

Loading…
Cancel
Save