-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Upgrade to 1.4.1 #4696
Merged
Merged
Upgrade to 1.4.1 #4696
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Reduce unnecessary InetAddress.getLocalHost() calls * Set workerId to instance variables to ensure that its value can be different on the same server
…ils#computeIfAbsent (#4126) * fix param check mismatch * add map check
…upName support '*' to get all group serviceName (#4133)
* fix the occasional failure of CI * 修复错误的修改 * no message
* IPv6 support * AddressServerParamCheckUtil 合并到 IpUtil 及一些修改 * 解决魔法值 * 修改隐患 * 调整使用了类似 ip.indexOf(":") 查找是否有端口的地方的逻辑, 一些 ":" 替换为常量 * 删除无用测试 * IpUtil 改名 为 IPUtil, 涉及IP的相关方法名修改,涉及到的调用修改,检测IP的地方调用的isIPv4改为isIP. 修改涉及IP的字段长度及相关升级更新的sql * no message * no message * no message * no message * 获取本机IP时,如果本机IP是IPv6并且包含网卡信息(V6地址中最后面的百分号和百分号后面的内容)则去除网卡信息 * 解决 AvoidComplexConditionRule(请不要在条件中使用复杂的表达式) * 移除无用代码 * 添加注释 * 调整code style, 调整获取本机IP的逻辑
…e 'text' (#3915) * when publishConfig, if type is absent, set default value 'text' * 1.add publishConfig api(add param type) 2.check type is valid in nacos server
) This reverts commit cf92d19.
…g/lang3 dependency in common/api/client. (#4198) Change-Id: I4b7a0bec09359e64ecf997b123b85c265bfe16cf
…4207) * add commons-lang3 dependency into core and sys, prepare to remove lang/lang3 dependency in common/api/client. Change-Id: I4b7a0bec09359e64ecf997b123b85c265bfe16cf * remove lang dependency. Change-Id: I5cbd811babc8269a54b93e278ad6e5e2663c8427 * remove lang/lang3 dependency from api/common/client. Change-Id: I77b5cf5d922a7c031fa4676d1404de7cb255a010
* refactor and supply api to async handle instances change event * add async handle way to callback event listener * refactor EventListener, supply getExecutor to handle event async and compatible old version. * remove unnecessary code * ignore abstract class name check * fix EmptyLineSeparator * remove unuseful import * compatible old client sdk, add abstractEventListener to support async handle naming event. * remove unuseful import * refactor InstanceChangeListener. decouple AbstractEventListener's executor and InstanceChangeListener's executor * 1.remove key if listeners is empty. 2.fix getSubscribeServices * revert notify center code * code quality enhance * upgrade @SInCE 1.4.0 -> 1.4.1 * change combineListenKey to ServiceInfo.getKey * just deregisterSubscriber when hostReactor shutdown * not export getSubscribers() * add this key word, and move code place.
* fix: fix issue 4187 * fix: correct faulty repair logic * fix: fixed unit test issues
* ignore * config 列表支持排序 * remove local cfg
* 优化 FileTypeEnum 取值逻辑, 避免使用异常当作逻辑分支 异常的代价是很大的, 非必要情况下. 应该尽量避免 * comment * comment * license
[ISSUE #4612] Remove JwtTokenUtils
For #4291, support remove old raft metadata
…4635) * fix(CredentialWatcher): 使用ScheduledThreadPoolExecutor替代Timer * enhance(CredentialWatcher): use ExecutorFactory replace ScheduledThreadPoolExecutor. * enhance(CredentialWatcher): use ExecutorFactory.Managed replace ExecutorFactory. * enhance(CredentialWatcher): remove Managed
Add CSharp Client
[ISSUE-#4662] Just choose one between nacosDomain mode and servers mode.
[ISSUE #4429] Fix mcp can't be open
…uest-problem Cherry-pick jraft write request problem from nacos2.0.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
[ISSUE #123] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean package apache-rat:check findbugs:findbugs -Dmaven.test.skip=true
to make sure basic checks pass. Runmvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.