fix: update polaris-java to change the heartbeat task to scheduleAtFixedRate. (#1719)

* fix: update polaris-java to change the heartbeat task to scheduleAtFixedRate.

---------

Co-authored-by: shedfreewu <shedfreewu@tencent.com>
release/2.0.1.x-2021.0.9
shedfreewu 2 weeks ago committed by GitHub
parent 541a33941e
commit 98d84708ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,4 +15,5 @@
- [feat:support stat and event report with service discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1533)
- [fix: update EnhancedRequestContext toString method.](https://github.com/Tencent/spring-cloud-tencent/pull/1547)
- [docs: update GitHub Actions.](https://github.com/Tencent/spring-cloud-tencent/pull/1554)
- [fix: use getActiveRuleId method to fix javaagent ratelimit pb method not found error.](https://github.com/Tencent/spring-cloud-tencent/pull/1572)
- [fix: use getActiveRuleId method to fix javaagent ratelimit pb method not found error.](https://github.com/Tencent/spring-cloud-tencent/pull/1572)
- [fix: update polaris-java to change the heartbeat task to scheduleAtFixedRate.](https://github.com/Tencent/spring-cloud-tencent/pull/1719)

@ -90,7 +90,7 @@
<properties>
<!-- Project revision -->
<revision>2.0.1.0-2021.0.9</revision>
<revision>2.0.1.1-2021.0.9-SNAPSHOT</revision>
<!-- Spring Framework -->
<spring.framework.version>5.3.39</spring.framework.version>

@ -71,10 +71,10 @@
<properties>
<!-- Project revision -->
<revision>2.0.1.0-2021.0.9</revision>
<revision>2.0.1.1-2021.0.9-SNAPSHOT</revision>
<!-- Polaris SDK version -->
<polaris.version>2.0.1.0</polaris.version>
<polaris.version>2.0.1.1-SNAPSHOT</polaris.version>
<!-- Dependencies -->
<bcpkix-jdk18on.version>1.78.1</bcpkix-jdk18on.version>

Loading…
Cancel
Save