-
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
[ISSUE #10308] Use Generic Type #10309
Merged
Merged
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
…p.AbstractHttpClientFactory#ASYNC_IO_REACTOR_NAME
* 'develop' of github.com:alibaba/nacos: Judge the message whether null for metadata processor. (#9951) display the namespace on add,edit,detail configuration page #(9827) (#9845) [Enhancement] Add prometheus api exception handling (#9885) [ISSUE #9930] fix word spelling error in com.alibaba.nacos.common.http.AbstractHttpClientFactory#ASYNC_IO_REACTOR_NAME (#9931)
* 'develop' of github.com:alibaba/nacos: fix #9954 -- timeunit. (#10004) [ISSUE #9448] use local font files (#9995) [ISSUE #9860] abstract the nacos logback configurator to solve the problem between different version (#9934) ✨ fix LDAP login failed (#9932) Fixed some minor bugs in CollectionUtils.java (#9989) Remove the default token.secret.key (#9992) [ISSUE #9276] 新增根据配置信息检索内容的功能 (#9925) [ISSUE #9965] Delete method getRemoteIp() from class NacosHttpTpsCont... (#9966) [ISSUE #9821] Update ConfigInfoBetaMapper data-source-plugin input and output parameters (#9967) replaced report API to Grpc (#9976)
…n` in com.alibaba.nacos.core.auth.AuthConfig
* 'develop' of github.com:alibaba/nacos: (52 commits) Develop synced from 2.2.2 (#10307) selector avalanche protection (#10184) 取消默认openssl (#10276) Expose way to add config filter (#10236) failover file path should be like `{user.home}/naming/{group}/failover/00-00---000-VIPSRV_FAILOVER_SWITCH-000---00-00`. (#10272) Don't stopping startup for illegal token.secret.key when auth.enabled is false. (#10273) Don't stopping startup for illegal token.secret.key when auth.enabled is false. (#10265) Build console main.js. (#10264) [fix]🐛nacos login page && notice config (#10262) [ISSUE #10206] Optimize nacos default application.properties configuration (#10207) [ISSUE #10210] init NamingGrpcClientProxy Configure appName label. (#10234) Add unit test for api module (#10241) [ISSUE #7698] refactor: remove httpasyncclient version dependency management, avoid version conflicts (#10170) Code optimization for NacosMeterRegistryCenter (#10231) clean code (#10180) [ISSUE#10208] Remove DefaultSettingPropertySource.java and add some unit test for I… (#10211) 修改mapperProxy单例 (#10162) Add DaoCloud logo (#10195) [ISSUE#10153] Add auth state into /state api and add announcement api. (#10203) Fix fs char (#10101) ...
KomachiSion
approved these changes
Apr 13, 2023
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
Code Optimization
Brief changelog
Use Generic Type in com.alibaba.nacos.prometheus.filter.PrometheusAuthFilter to Register Bean AuthorizationFilter.
Verifying this change
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.