-
Notifications
You must be signed in to change notification settings - Fork 215
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
Updated the package name to org.opensearch for data-prepper-core. #1671
Updated the package name to org.opensearch for data-prepper-core. #1671
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1671 +/- ##
=========================================
Coverage 93.78% 93.78%
Complexity 1267 1267
=========================================
Files 166 166
Lines 3639 3639
Branches 291 291
=========================================
Hits 3413 3413
Misses 157 157
Partials 69 69
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: David Venable <dlv@amazon.com>
Signed-off-by: David Venable <dlv@amazon.com> Corrected names from rebase. Signed-off-by: David Venable <dlv@amazon.com>
c21df8e
to
5da6525
Compare
@@ -1,4 +1,9 @@ | |||
package com.amazon.dataprepper.plugin; | |||
/* |
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.
Nice catch
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.
That's all IntelliJ! :)
…ensearch-project#1671) Updated the package name to org.opensearch for data-prepper-core. Updated the Java main class package name to org.opensearch. Signed-off-by: David Venable <dlv@amazon.com>
Description
Renames all packages in
data-prepper-core
toorg.opensearch.dataprepper
fromcom.amazon.dataprepper
.NB: All the changes to code were done by IntelliJ's refactoring tools. I manually changed the
build.gradle
.Issues Resolved
Part of #344.
Check List
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.