Merge branch '2021.0' into 2021/retry

pull/774/head
Haotian Zhang 3 years ago committed by GitHub
commit 475b065ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,3 +22,4 @@
- [Optimize: get service instances by Flux.blockLast() to resolve concurrent problem](https://github.com/Tencent/spring-cloud-tencent/pull/764) - [Optimize: get service instances by Flux.blockLast() to resolve concurrent problem](https://github.com/Tencent/spring-cloud-tencent/pull/764)
- [Fix issue: prompt no registration if web dependence was not imported.](https://github.com/Tencent/spring-cloud-tencent/pull/772) - [Fix issue: prompt no registration if web dependence was not imported.](https://github.com/Tencent/spring-cloud-tencent/pull/772)
- [Bugfix: fix reactor concurrent bug when get instances & fix spring-retry fuse not working bug](https://github.com/Tencent/spring-cloud-tencent/pull/774) - [Bugfix: fix reactor concurrent bug when get instances & fix spring-retry fuse not working bug](https://github.com/Tencent/spring-cloud-tencent/pull/774)
- [Standardize the name of method to create bean.](https://github.com/Tencent/spring-cloud-tencent/pull/779)

@ -74,7 +74,7 @@ public class PolarisServiceRegistryAutoConfiguration {
} }
@Bean @Bean
public PolarisWebApplicationCheck polarisApplicationReady() { public PolarisWebApplicationCheck polarisWebApplicationCheck() {
return new PolarisWebApplicationCheck(); return new PolarisWebApplicationCheck();
} }
} }

Loading…
Cancel
Save