File tree 5 files changed +6
-5
lines changed
spring-cloud-tencent-dependencies
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 30
30
levels.
31
31
- fix: fix system env variable read bug.
32
32
- fix: fix report bug after circuit breaker rule being deleted.
33
+ - fix: reset circuit-breaker status when rule being deleted.
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Spring Cloud Tencent 所有组件都已上传到 Maven 中央仓库,只需要
78
78
<groupId >com.tencent.cloud</groupId >
79
79
<artifactId >spring-cloud-tencent-dependencies</artifactId >
80
80
<!-- version number-->
81
- <version >1.12.3 -Hoxton.SR12</version >
81
+ <version >1.12.4 -Hoxton.SR12</version >
82
82
<type >pom</type >
83
83
<scope >import</scope >
84
84
</dependency >
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ For example:
81
81
<groupId >com.tencent.cloud</groupId >
82
82
<artifactId >spring-cloud-tencent-dependencies</artifactId >
83
83
<!-- version number-->
84
- <version >1.12.3 -Hoxton.SR12</version >
84
+ <version >1.12.4 -Hoxton.SR12</version >
85
85
<type >pom</type >
86
86
<scope >import</scope >
87
87
</dependency >
Original file line number Diff line number Diff line change 89
89
90
90
<properties >
91
91
<!-- Project revision -->
92
- <revision >1.12.3 -Hoxton.SR12</revision >
92
+ <revision >1.12.4 -Hoxton.SR12</revision >
93
93
94
94
<!-- Spring Framework -->
95
95
<spring .framework.version>5.2.25.RELEASE</spring .framework.version>
Original file line number Diff line number Diff line change 70
70
</developers >
71
71
72
72
<properties >
73
- <revision >1.12.3 -Hoxton.SR12</revision >
73
+ <revision >1.12.4 -Hoxton.SR12</revision >
74
74
75
75
<!-- Dependencies -->
76
- <polaris .version>1.14.2 </polaris .version>
76
+ <polaris .version>1.14.3 </polaris .version>
77
77
<guava .version>32.0.1-jre</guava .version>
78
78
<logback .version>1.2.11</logback .version>
79
79
<mocktio .version>4.5.1</mocktio .version>
You can’t perform that action at this time.
0 commit comments