* fix:fix restTemplateCustomizer bean conflict causing service to fail to start properly.
* fix:fix NullPointerException when properties contain kv with null value.
* fix: memory not released while using wildcard api call with circuitbreaker (#1361)
* fix: memory not released while using wildcard api call with circuitbreaker enabled
* fix: change version 1.13.3-Hoxton.SR12-SNAPSHOT
* fix: update polaris verion to 1.15.9 release
* Update CHANGELOG.md
* release 1.13.3-Hoxton.SR12 (#1362)
* fix: memory not released while using wildcard api call with circuitbreaker enabled
* fix: change version 1.13.3-Hoxton.SR12-SNAPSHOT
* fix: update polaris verion to 1.15.9 release
* Update CHANGELOG.md
* release: 1.13.3-Hoxton.SR12
* fix: fix PolarisCircuitBreakerConfiguration not clear when gateway invoke by wildcard apis (#1392)
* fix: CHANGE VERSION TO 1.13.4-Hoxton.SR12-SNAPSHOT (#1407)
* fix: fix PolarisCircuitBreakerConfiguration not clear when gateway invoked by wildcard apis
* Update CHANGELOG.md
* fix: restore PolarisCircuitBreakerUtils and use ThreadPoolUtils.waitAndStopThreadPools instead
* fix: 修复命名不一致问题
* fix: CHANGE VERSION TO 1.13.4-Hoxton.SR12-SNAPSHOT
* Update polaris version to 1.15.10-SNAPSHOT
* fix:fix rate limit window update bug.
* fix: fix npe when feign.hystrix.enabled=false (#1436)
* feat: support 2.0.0 feature
* fix
* feat: support lossless config from console & support warmup (#1435)
feat:add admin http handler. (#1448)
feat:support concurrency rate limit. (#1454)
* fix
* add changelog
* fix
* fix changelog
* fix
* fix checkstyle
* fix ut
---------
Co-authored-by: 码匠君 <pointer_v@qq.com>
Co-authored-by: Haotian Zhang <928016560@qq.com>
Co-authored-by: andrew shan <45474304+andrewshan@users.noreply.github.com>
Co-authored-by: shedfreewu <shedfreewu@tencent.com>
* feat: support actuator for sct core components
This commit only support actuator of config, metadata, discovery and ratelimit.
* add: change log for actuator extension
* feat: support actuator for sct core components
This commit only support actuator of config, metadata, discovery and ratelimit.
* add: change log for actuator extension
* fix: unit test failed caused by merge code
* fix: code style and design flaws
* fix: unit test error caused by code format
* fix: change the conditional class of polaris endpoint to endpoint class
Co-authored-by: frankjlli <frankjlli@tencent.com>