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

提供SPI机制通过实现WallProviderCreator来自定义扩展WallProvider #5682 #5772

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

lizongbo
Copy link
Collaborator

参考测试用例可以自行实现 com.alibaba.druid.wall.WallProviderCreator,通过spi机制扩展自定义逻辑

参考测试用例可以自行实现 com.alibaba.druid.wall.WallProviderCreator,通过spi机制扩展自定义逻辑
去除多余空行
@codecov-commenter
Copy link

codecov-commenter commented Mar 12, 2024

Codecov Report

Attention: Patch coverage is 77.41935% with 7 lines in your changes missing coverage. Please review.

Project coverage is 58.63%. Comparing base (098c227) to head (f2d6258).
Report is 361 commits behind head on master.

Files with missing lines Patch % Lines
...c/main/java/com/alibaba/druid/wall/WallFilter.java 80.00% 3 Missing and 3 partials ⚠️
...va/com/alibaba/druid/wall/WallProviderCreator.java 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #5772      +/-   ##
============================================
+ Coverage     58.62%   58.63%   +0.01%     
- Complexity    27858    27870      +12     
============================================
  Files          1340     1341       +1     
  Lines        128125   128150      +25     
  Branches      24173    24177       +4     
============================================
+ Hits          75111    75141      +30     
+ Misses        43635    43633       -2     
+ Partials       9379     9376       -3     
Files with missing lines Coverage Δ
...va/com/alibaba/druid/wall/WallProviderCreator.java 0.00% <0.00%> (ø)
...c/main/java/com/alibaba/druid/wall/WallFilter.java 49.62% <80.00%> (+1.74%) ⬆️

... and 8 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 098c227...f2d6258. Read the comment docs.

@lizongbo lizongbo merged commit cd03e76 into alibaba:master Mar 12, 2024
5 checks passed
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