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

[3.0] Remove DubboLifecycleComponent #8232

Merged

Conversation

kylixs
Copy link
Member

@kylixs kylixs commented Jul 6, 2021

What is the purpose of the change

Remove unused DubboLifecycleComponent

Brief changelog

Verifying this change

Checklist

  • Make sure there is a GitHub_issue field 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.
  • 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.
  • Check if is necessary to patch to Dubbo 3 if you are work on Dubbo 2.7
  • 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 sample in dubbo samples project.
  • Add some description to dubbo-website project if you are requesting to add a feature.
  • GitHub Actions works fine on your own branch.
  • If this contribution is large, please follow the Software Donation Guide.

@codecov-commenter
Copy link

codecov-commenter commented Jul 6, 2021

Codecov Report

Merging #8232 (0543fe4) into 3.0 (e2d1ec0) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.0    #8232      +/-   ##
============================================
+ Coverage     63.58%   63.61%   +0.02%     
+ Complexity      313      311       -2     
============================================
  Files          1074     1072       -2     
  Lines         45211    45182      -29     
  Branches       6807     6806       -1     
============================================
- Hits          28749    28743       -6     
+ Misses        13272    13244      -28     
- Partials       3190     3195       +5     
Impacted Files Coverage Δ
...pache/dubbo/config/spring/util/DubboBeanUtils.java 92.68% <ø> (ø)
...ing/boot/autoconfigure/DubboAutoConfiguration.java 85.71% <ø> (-7.62%) ⬇️
...e/dubbo/remoting/transport/netty/NettyChannel.java 55.68% <0.00%> (-4.55%) ⬇️
...he/dubbo/remoting/transport/netty/NettyServer.java 70.17% <0.00%> (-3.51%) ⬇️
.../apache/dubbo/remoting/transport/AbstractPeer.java 71.73% <0.00%> (-2.18%) ⬇️
...pache/dubbo/remoting/transport/AbstractServer.java 61.42% <0.00%> (-1.43%) ⬇️
...etadata/report/support/AbstractMetadataReport.java 60.76% <0.00%> (-0.96%) ⬇️
...pache/dubbo/registry/support/AbstractRegistry.java 79.92% <0.00%> (-0.73%) ⬇️
...figcenter/file/FileSystemDynamicConfiguration.java 59.04% <0.00%> (-0.48%) ⬇️
... and 5 more

Continue to review full report at Codecov.

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

@AlbumenJ AlbumenJ merged commit 02a366c into apache:3.0 Jul 8, 2021
@kylixs kylixs deleted the 3.0-remove-lifecycle-component-listener-0706 branch October 23, 2021 04:47
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.

3 participants