-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Rename Class ending with Plugin to Module under modules dir #4042
Rename Class ending with Plugin to Module under modules dir #4042
Conversation
52de8eb
to
631e764
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
…ch-project#4034) Signed-off-by: rockybean <[email protected]>
631e764
to
603b53a
Compare
Gradle Check (Jenkins) Run Completed with:
|
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.
Thank you so much for your first contribution @rockybean 🎉!!! This is a great moment to have more folks like you willing to step up and help grow the project.
Since there is still some discussion on the best way to draw a logical API distinction between modules and plugins w/o introducing more confusion I'm going to hold on an official approval until we settle on a path forward. Let's continue to discuss on the issue and we'll circle back here on the implementation.
Signed-off-by: rockybean <[email protected]>
a595164
to
f2549f6
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Is there any way to trigger |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #4042 +/- ##
============================================
+ Coverage 70.57% 70.75% +0.18%
- Complexity 56845 56959 +114
============================================
Files 4581 4581
Lines 273842 273842
Branches 40148 40148
============================================
+ Hits 193275 193768 +493
+ Misses 64237 63765 -472
+ Partials 16330 16309 -21
Help us with your feedback. Take ten seconds to tell us how you rate us. |
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.
Excellent! Thank you for taking care of this @rockybean
Close #4034 |
Why did we go with |
@dblock check please #4034 (comment) |
Description
Rename Class Name ending with
Plugin
toModule
undermodules
dir for better classification withplugins
which is not installed by default.Issues Resolved
#4034
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.