alibaba / spring-cloud-alibaba

Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
https://sca.aliyun.com
Apache License 2.0
27.38k stars 8.16k forks source link

2023能升级到nacos2.3.2? #3677

Open jaimyjie opened 1 month ago

jaimyjie commented 1 month ago

我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。另外请按照如下要求提交相关信息节省社区维护同学的理解成本,否则该讨论极有可能直接被忽视或关闭。 We recommend using English. If you are non-native English speaker, you can use the translation software. In addition, please submit relevant information according to the following requirements to save the understanding cost of community maintenances, otherwise the discussion is very likely to be ignored or closed directly.

Which Component eg. Nacos Discovery, Sentinel

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

2023帮升级下nacos2.3.2

yuluo-yx commented 1 month ago

@jaimyjie Can you complete feat?

jaimyjie commented 1 month ago

我看代码spring-cloud-alibaba-dependencies/pom.xml中 2.3.0</nacos.client.version>改下版本就可以,但我不知道我有没有权限,及项目测试需要经过什么流程

yuluo-yx commented 1 month ago

我看代码spring-cloud-alibaba-dependencies/pom.xml中 2.3.0</nacos.client.version>改下版本就可以,但我不知道我有没有权限,及项目测试需要经过什么流程

update process is easy,

  1. update nacos client version;
  2. run example in localmachine;
  3. pull request;
  4. when review complete, pr will merge.
jaimyjie commented 1 month ago

我看代码spring-cloud-alibaba-dependencies/pom.xml中 2.3.0</nacos.client.version>改下版本就可以,但我不知道我有没有权限,及项目测试需要经过什么流程

update process is easy,

  1. update nacos client version;
  2. run example in localmachine;
  3. pull request;
  4. when review complete, pr will merge.

好的,我试试