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

[ISSUE #10308] Use Generic Type #10309

Merged
merged 12 commits into from
Apr 13, 2023
Merged

[ISSUE #10308] Use Generic Type #10309

merged 12 commits into from
Apr 13, 2023

Conversation

ZhangShenao
Copy link
Contributor

@ZhangShenao ZhangShenao commented Apr 11, 2023

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:

  • 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.

…p.AbstractHttpClientFactory#ASYNC_IO_REACTOR_NAME
* 'develop' of github.com:alibaba/nacos:
  [ISSUE #9906] cache token to improve performance (#9914)
  [ISSUE #9821] Update data-source-plugin input and output parameters (#9851)
  code optimization for `ConfigChangeHandler` (#9923)
* '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)
  ...
@ZhangShenao
Copy link
Contributor Author

#10308

@KomachiSion KomachiSion merged commit 1f28e28 into alibaba:develop Apr 13, 2023
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.

2 participants