-
Notifications
You must be signed in to change notification settings - Fork 8k
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
use caffeine
instead of ConcurrentLinkedHashMap
(#2871)
#2878
base: master
Are you sure you want to change the base?
Conversation
|
接着提交即可 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果使用了Caffeine ,期望能将concurrentlinkedhashmap-lru 组件整体从项目中移除掉。
公司会做开源扫描,这个组件有漏洞不让使用。
initialize(rule, true); | ||
} | ||
|
||
public void initialize(ParamFlowRule rule, boolean useCaffeine) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果使用了Caffeine ,期望能将concurrentlinkedhashmap-lru 组件整体从项目中移除掉。
公司会做开源扫描,这个组件有漏洞不让使用。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3Q
刚刚我点错了review请求, 烦请重新指定一下 review 人员, 谢谢您 |
merge master, please review thanks |
Describe what this PR does / why we need it
use
caffeine
instead ofConcurrentLinkedHashMap
Does this pull request fix one issue?
Fixes #2871
Describe how you did it
Describe how to verify it
Special notes for reviews