Skip to content

Conversation

JohnNiang
Copy link
Member

What type of PR is this?

/kind improvement
/area core
/milestone 2.12.x

What this PR does / why we need it:

This PR reverts changes in PR #4023, mainly thanks to PR #5148.

We don't need to refresh the plugin wrapper on every startup, because we entirely disable the plugin in plugin manager when disabling plugin at console.

Which issue(s) this PR fixes:

Fixes #4016

Does this PR introduce a user-facing change?

None

… starting

Signed-off-by: John Niang <johnniang@foxmail.com>
@f2c-ci-robot f2c-ci-robot bot added release-note-none Denotes a PR that doesn't merit a release note. kind/improvement Categorizes issue or PR as related to a improvement. labels Jan 23, 2024
@f2c-ci-robot f2c-ci-robot bot added this to the 2.12.x milestone Jan 23, 2024
@f2c-ci-robot f2c-ci-robot bot added the area/core Issues or PRs related to the Halo Core label Jan 23, 2024
@f2c-ci-robot f2c-ci-robot bot requested review from guqing and ruibaby January 23, 2024 16:21
Copy link

codecov bot commented Jan 23, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (8523a67) 57.05% compared to head (2d0ae62) 57.08%.
Report is 2 commits behind head on main.

Files Patch % Lines
...in/java/run/halo/app/plugin/HaloPluginManager.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5238      +/-   ##
============================================
+ Coverage     57.05%   57.08%   +0.03%     
  Complexity     3332     3332              
============================================
  Files           584      584              
  Lines         19191    19179      -12     
  Branches       1445     1445              
============================================
  Hits          10949    10949              
+ Misses         7666     7654      -12     
  Partials        576      576              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@guqing guqing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@f2c-ci-robot f2c-ci-robot bot added the lgtm Indicates that a PR is ready to be merged. label Jan 24, 2024
Copy link

f2c-ci-robot bot commented Jan 24, 2024

[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

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@f2c-ci-robot f2c-ci-robot bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 24, 2024
@f2c-ci-robot f2c-ci-robot bot merged commit 7e8df33 into halo-dev:main Jan 24, 2024
@JohnNiang JohnNiang deleted the refactor/refresh-plugin-wrapper-when-start branch January 24, 2024 07:17
@ruibaby ruibaby modified the milestones: 2.12.x, 2.12.0 Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/core Issues or PRs related to the Halo Core kind/improvement Categorizes issue or PR as related to a improvement. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

插件重启后 MainClass 中持有的文件内容变更无法生效
3 participants