-
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 2.1.0 #8279
Merged
Merged
Upgrade to 2.1.0 #8279
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
* define plugin * add User model * add authContext * add SPI * add resource, modify request, reformat code * copyright, Serverloader, IdentityContext * add unit test * modify ClassLoader, and delete GrantType * delete redundancy code * remove authservice default name * Change to StringUtils
* Replace auth client * Replace auth client original implement * Replace original auth client * Revise client: combine function and modify name
* Add MySQL DataBase * Add Derby Database * Replace Auth Server * Revise: change to AuthSystemType
* Rename and move classes make them more readable. * Rename and move test classes.
* Add Resource abstract. * Add Ram client auth service impl.
…7038) * Change SecurityProxy usage * Replace ram usage in naming module * Replace ram usage in naming module * Replace ram usage in config module * Remove unused field and fix unit test.
* move client.identity package to auth.ram.identity. * move SignUtil to ram.utils. * Add shutdown for auth plugin. * Move SpasAdapter to new package.
#7636) * Revert "[ISSUE#5696] Fix auth server type (#7004)" This reverts commit e3b7f0e * Revert "add derby database (#6996)" This reverts commit fea9d72 * Revert "Add MySQL DataBase (#6968)" This reverts commit 3c0508d * Revert "[ISSUE #5696] Add auth server implement (#6901)" This reverts commit 76ac843 * Move JwtAuthenticationTokenFilter to security package. * refactor constants about auth.
…-develop # Conflicts: # auth/src/main/java/com/alibaba/nacos/auth/common/AuthConfigs.java # client/src/main/java/com/alibaba/nacos/client/config/impl/ClientWorker.java # client/src/main/java/com/alibaba/nacos/client/naming/NacosNamingMaintainService.java # client/src/main/java/com/alibaba/nacos/client/naming/remote/AbstractNamingClientProxy.java # client/src/main/java/com/alibaba/nacos/client/naming/remote/NamingClientProxyDelegate.java # client/src/test/java/com/alibaba/nacos/client/naming/remote/AbstractNamingClientProxyTest.java
… JM.LOG.RETAIN.DURATION (#8134)
* [Optimize] Delete redundant code * [Optimize] Delete redundant code
* optimize RpcClient constructor * edit RpcClient.java
…lt_getExtendDatum_multiple_calls ClientOperationService result.getExtendDatum multiple calls
add service null check
* add log Loggers.REMOTE_PUSH.warn format word and optimize method calls * update log warn
…ies to control whether load snaoshot content on startup in CacheData (#8202)
…er.js to InstanceFilter.js (#8236)
…back overload log configuration (#8229) * Revert "[ISSUE#6999]Logback overrides the automatic refresh of application logback . issu… (#7596)" This reverts commit 7bb6cf2. * bak * suport logback update * 。 * 。 * Revert "。" This reverts commit b5f7a69. * suport logback update * suport logback update * 修改style * 添加注释
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.