fix: move @ConditionalOnTsfEnabled to spring-cloud-tencent-commons and fix PolarisInetUtilsAutoConfiguration

pull/1350/head
fuyuwei01 1 year ago
parent ad95a48ab9
commit 256b59edd4

@ -17,3 +17,4 @@
- [fix:fix no registry when lossless is disabled.](https://github.com/Tencent/spring-cloud-tencent/pull/1347)
- [fix:fix the ratelimit bug for 2022](https://github.com/Tencent/spring-cloud-tencent/pull/1348)
- [feat:add Tencent Cloud TSF support. ](https://github.com/Tencent/spring-cloud-tencent/pull/1350)
-

@ -71,7 +71,7 @@ public class ConfigChangeListenerTest {
applicationEventPublisher.publishEvent(event);
//after change
boolean ret = hits.await(2, TimeUnit.SECONDS);
boolean ret = hits.await(5, TimeUnit.SECONDS);
Assertions.assertThat(ret).isEqualTo(true);
Assertions.assertThat(testConfig.getChangeCnt()).isEqualTo(2);

Loading…
Cancel
Save