Skip to content

Commit

Permalink
fix:fix report bug after circuit breaker rule being deleted.
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeBeFreeman committed Oct 23, 2023
1 parent 3fc56d4 commit f4a3b2a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@
- [fix:Update README-zh.md](https://github.com/Tencent/spring-cloud-tencent/pull/1093).
- [feature: support Polaris configuration center extension plugin interface and support dynamic modification of log levels.](https://github.com/Tencent/spring-cloud-tencent/pull/1104).
- fix:fix system env variable read bug.
- fix:fix report bug after circuit breaker rule being deleted.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Spring Cloud Tencent 所有组件都已上传到 Maven 中央仓库,只需要
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<!--version number-->
<version>1.12.3-2020.0.6</version>
<version>1.12.4-2020.0.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ For example:
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<!--version number-->
<version>1.12.3-2020.0.6</version>
<version>1.12.4-2020.0.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

<properties>
<!-- Project revision -->
<revision>1.12.3-2020.0.6</revision>
<revision>1.12.4-2020.0.6</revision>

<!-- Spring Framework -->
<spring.framework.version>5.3.25</spring.framework.version>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-tencent-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
</developers>

<properties>
<revision>1.12.3-2020.0.6</revision>
<revision>1.12.4-2020.0.6</revision>

<!-- Dependencies -->
<polaris.version>1.14.1</polaris.version>
<polaris.version>1.14.2</polaris.version>
<guava.version>32.0.1-jre</guava.version>
<logback.version>1.2.11</logback.version>
<mocktio.version>4.5.1</mocktio.version>
Expand Down

0 comments on commit f4a3b2a

Please sign in to comment.