Rename Class ending with Plugin to Module under modules dir #4042
Rename Class ending with Plugin to Module under modules dir #4042reta merged 2 commits intoopensearch-project:mainfrom
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 <imrockybean@gmail.com>
631e764 to
603b53a
Compare
Gradle Check (Jenkins) Run Completed with:
|
nknize
left a comment
There was a problem hiding this comment.
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 <imrockybean@gmail.com>
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. |
nknize
left a comment
There was a problem hiding this comment.
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
PlugintoModuleundermodulesdir for better classification withpluginswhich 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.