Closed JohnNiang closed 1 month ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Attention: Patch coverage is 33.33333%
with 28 lines
in your changes missing coverage. Please review.
Project coverage is 58.04%. Comparing base (
6cd8dc8
) to head (849335e
). Report is 79 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
.../halo/app/theme/dialect/SecureTemplateContext.java | 24.32% | 25 Missing and 3 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: guqing
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/kind api-change 此 PR 禁止插件通过 SpringContextUtils 获取 ApplicationContext,如果插件使用到此方法则需要使用依赖注入来代替
What type of PR is this?
/kind improvement /area core /area plugin /milestone 2.20.x
What this PR does / why we need it:
This PR disables access to ApplicationContext using ITemplateContext.
Does this PR introduce a user-facing change?