ruansheng

Results 34 comments of ruansheng

> > 计划年前发布 2023.0.0.0-RC1 See #3574 > > 好像没有推送到maven仓库呢 Spring Cloud Alibaba 2023.0.0.0.RC1 版本昨天刚发布: https://github.com/alibaba/spring-cloud-alibaba/releases

What's the version of `spring-cloud-starter-alibaba-nacos-discovery`?

@yunzck8s We have optimized `NacosWatch` in the latest version. Please upgrade `spring-cloud-starter-alibaba-nacos-discovery` to version `2.2.10-RC2` to verify whether the problem still exists.

@chengyouling 本地可以用 Maven Helper 看看是否有依赖冲突,或者咨询一下 Nacos 社区之前是否有遇到过类似的情况。

`lbRestClientPostProcessor` 是 Spring Cloud 官方项目中存在的问题,不过不影响使用,Spring Cloud 计划在下一个版本中修复该问题,SCA 会在Spring Cloud 下个版本发布后集成最新版本。 https://github.com/spring-cloud/spring-cloud-commons/issues/1315

Sentinel 1.8.7 does not currently support Spring 6.x ( Sentinel 1.8.6 Adopting a temporary solution ). I will follow up on this.

> 2023.0.0得RC 请问有定期吗 @1455668754 `2023.0.0.0-RC1` 发布了,可以试一下

见 `http://localhost:28888/actuator/env` 如果用户使用 `*` 暴露actuator端口, 会导致nacos config所有配置泄漏, 存在安全隐患. ```yaml spring: cloud: nacos: server-addr: 127.0.0.1:8848 config: file-extension: yml shared-configs: - dataId: database.yml group: TEST management: endpoints: web: exposure: include: "*" ```...

@123liuziming 方案二有个好处是可以按需加载Bean, 未来服务治理模块将会持续增加其他相关功能, 转换器数量会越来越多, 根据用户自身依赖的模块按需加载具体功能的转换器可能是一个比较好的选择