Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3.0 develop sync develop #13166

Merged

Conversation

KomachiSion
Copy link
Collaborator

Please do not create a Pull Request without creating an issue first.

What is the purpose of the change

XXXXX

Brief changelog

XX

Verifying this change

XXXX

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a Github issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a Github issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add integration-test in test module.
  • Run mvn -B clean package apache-rat:check findbugs:findbugs -Dmaven.test.skip=true to make sure basic checks pass. Run mvn clean install -DskipITs to make sure unit-test pass. Run mvn clean test-compile failsafe:integration-test to make sure integration-test pass.

zhouchunhai and others added 24 commits January 8, 2025 10:35
* [ISSUE alibaba#12940] Add a new param to support return all subscriber when ip or port is null.

* [ISSUE alibaba#12940] Add a new param to support return all subscriber when ip or port is null.

* [ISSUE alibaba#12940] add some unit tests.
…ptimize the logic (alibaba#13024)

 optimize Config Query Chain logic
…ba#13022)

* fix comment typo on ServiceInfo(key) constructor

* fix comment typo on ServiceInfo#GROUP_POSITION field
…libaba#13025)

Bumps org.apache.tomcat.embed:tomcat-embed-core from 9.0.96 to 9.0.98.

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#13035)

* Upgrade to 2.5.0.

* Bump ui dependencies by npm audix.

* Fix unit test.

* Ignore DumpAllProcessorTest Tmp.
* fix type search on mysql model

* 灰度模型迁移程序并发&迁移不落历史表

* fix notify delay
…arge number of logins causing pressure on the Nacos server. (alibaba#13046)
I don't think this default value should be true
… config center (alibaba#13094)

* fix bug of missing tansformation from public namespace to blank namespace in config center

* test bug fix
…baba#13091)

* Compatible with v2 openapi to query configuration.

* Fix CI.
* fix:change upload-artifact version to v4

* fix:change github-script version to v7

* fix:change github-script version to v6

* fix:change github-script version to v6

* fix:change github-script version to v6

* fix:delete proxy
* optimize gray upgrade

* check style
…aba#13136)

* Support callback service listeners anyway when listeners added.

* Fix UT.
* fix:change upload-artifact version to v4

* fix:change github-script version to v7

* fix:change github-script version to v6

* fix:change github-script version to v6

* fix:change github-script version to v6

* fix:delete proxy

* fix:delete proxy
)

* [ISSUE#13129] Optimize the setting method of connection-related parameters of grpc sdk.

* [ISSUE#13129] Fix CI.
* fix processServiceInfo bug

* fix processServiceInfo bug

fix

* fix

* fix

* fix

---------

Co-authored-by: yuecai.liu <[email protected]>
…aba#13002)

uniform all config operation to ConfigOperationService ,instead of all batch & view level interfaces to ConfigOperationService single interface , change aspects to  ConfigOperationService
…0-develop-sync-develop

# Conflicts:
#	api/src/main/java/com/alibaba/nacos/api/model/v2/ErrorCode.java
#	bootstrap/src/main/resources/application.properties
#	client/src/main/java/com/alibaba/nacos/client/config/impl/ClientWorker.java
#	client/src/main/java/com/alibaba/nacos/client/naming/remote/gprc/NamingGrpcClientProxy.java
#	config/src/main/java/com/alibaba/nacos/config/server/aspect/CapacityManagementAspect.java
#	config/src/main/java/com/alibaba/nacos/config/server/aspect/ConfigChangeAspect.java
#	config/src/main/java/com/alibaba/nacos/config/server/aspect/RequestLogAspect.java
#	config/src/main/java/com/alibaba/nacos/config/server/controller/ConfigController.java
#	config/src/main/java/com/alibaba/nacos/config/server/controller/ConfigServletInner.java
#	config/src/main/java/com/alibaba/nacos/config/server/remote/ConfigQueryRequestHandler.java
#	config/src/main/java/com/alibaba/nacos/config/server/remote/ConfigRemoveRequestHandler.java
#	config/src/main/java/com/alibaba/nacos/config/server/service/ConfigGrayModelMigrateService.java
#	config/src/test/java/com/alibaba/nacos/config/server/aspect/ConfigChangeAspectTest.java
#	config/src/test/java/com/alibaba/nacos/config/server/controller/ConfigControllerTest.java
#	config/src/test/java/com/alibaba/nacos/config/server/controller/v2/ConfigControllerV2Test.java
#	config/src/test/java/com/alibaba/nacos/config/server/remote/ConfigQueryRequestHandlerTest.java
#	core/src/main/java/com/alibaba/nacos/core/remote/grpc/GrpcBiStreamRequestAcceptor.java
#	naming/src/main/java/com/alibaba/nacos/naming/controllers/v2/ClientInfoControllerV2.java
#	naming/src/test/java/com/alibaba/nacos/naming/controllers/ServiceControllerTest.java
#	plugin/datasource/src/test/java/com/alibaba/nacos/plugin/datasource/impl/mysql/GroupCapacityMapperByMysqlTest.java
#	pom.xml
#	sys/src/test/java/com/alibaba/nacos/sys/env/EnvUtilTest.java
Copy link

Thanks for your this PR. 🙏
Please check again for your PR changes whether contains any usage/api/configuration change such as Add new API , Add new configuration, Change default value of configuration.
If so, please add or update documents(markdown type) in docs/next/ for repository nacos-group/nacos-group.github.io


感谢您提交的PR。 🙏
请再次查看您的PR内容,确认是否包含任何使用方式/API/配置参数的变更,如:新增API新增配置参数修改默认配置等操作。
如果是,请确保在提交之前,在仓库nacos-group/nacos-group.github.io中的docs/next/目录下添加或更新文档(markdown格式)。

@KomachiSion KomachiSion merged commit 9af54cd into alibaba:v3.0-develop Mar 10, 2025
2 checks passed
@KomachiSion KomachiSion deleted the v3.0-develop-sync-develop branch March 10, 2025 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.