File tree 4 files changed +12
-3
lines changed
spring-cloud-tencent-dependencies
spring-cloud-tencent-polaris-context
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 25
25
- [ fix: fix swagger not working bug.] ( https://github.com/Tencent/spring-cloud-tencent/pull/1224 )
26
26
- fix: fix restTemplateCustomizer bean conflict causing service to fail to start properly.
27
27
- fix: fix NullPointerException when properties contain kv with null value.
28
+ - fix: upgrade polaris java to 1.15.8
Original file line number Diff line number Diff line change 89
89
90
90
<properties >
91
91
<!-- Project revision -->
92
- <revision >1.13.2 -2021.0.9</revision >
92
+ <revision >1.13.3 -2021.0.9</revision >
93
93
94
94
<!-- Spring Framework -->
95
95
<spring .framework.version>5.3.31</spring .framework.version>
Original file line number Diff line number Diff line change 70
70
</developers >
71
71
72
72
<properties >
73
- <revision >1.13.2 -2021.0.9</revision >
73
+ <revision >1.13.3 -2021.0.9</revision >
74
74
75
75
<!-- Dependencies -->
76
- <polaris .version>1.15.0 </polaris .version>
76
+ <polaris .version>1.15.8 </polaris .version>
77
77
<guava .version>32.0.1-jre</guava .version>
78
78
<logback .version>1.2.13</logback .version>
79
79
<springdoc .version>1.7.0</springdoc .version>
Original file line number Diff line number Diff line change 104
104
<groupId >com.tencent.polaris</groupId >
105
105
<artifactId >polaris-assembly-factory</artifactId >
106
106
</dependency >
107
+ <dependency >
108
+ <groupId >com.tencent.polaris</groupId >
109
+ <artifactId >polaris-circuitbreaker-factory</artifactId >
110
+ </dependency >
111
+ <dependency >
112
+ <groupId >com.tencent.polaris</groupId >
113
+ <artifactId >polaris-ratelimit-factory</artifactId >
114
+ </dependency >
107
115
<!-- Polaris dependencies end -->
108
116
109
117
<dependency >
You can’t perform that action at this time.
0 commit comments