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

Updated the package name to org.opensearch for data-prepper-core. #1671

Merged
merged 2 commits into from
Aug 17, 2022

Conversation

dlvenable
Copy link
Member

@dlvenable dlvenable commented Aug 16, 2022

Description

Renames all packages in data-prepper-core to org.opensearch.dataprepper from com.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

  • New functionality includes testing.
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

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.

@dlvenable dlvenable requested a review from a team as a code owner August 16, 2022 15:42
@codecov-commenter
Copy link

codecov-commenter commented Aug 16, 2022

Codecov Report

Merging #1671 (782c6eb) into main (c51ff6d) will not change coverage.
The diff coverage is n/a.

@@            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           
Impacted Files Coverage Δ
...ava/org/opensearch/dataprepper/ContextManager.java 100.00% <ø> (ø)
...n/java/org/opensearch/dataprepper/DataPrepper.java 96.15% <ø> (ø)
...org/opensearch/dataprepper/DataPrepperExecute.java 25.00% <ø> (ø)
...rch/dataprepper/meter/EMFLoggingMeterRegistry.java 98.05% <ø> (ø)
...ch/dataprepper/meter/EMFLoggingRegistryConfig.java 100.00% <ø> (ø)
...g/opensearch/dataprepper/meter/EMFMetricUtils.java 87.50% <ø> (ø)
.../opensearch/dataprepper/parser/ParseException.java 100.00% <ø> (ø)
...prepper/parser/PipelineConfigurationValidator.java 69.49% <ø> (ø)
.../opensearch/dataprepper/parser/PipelineParser.java 88.57% <ø> (ø)
...per/parser/config/DataPrepperAppConfiguration.java 100.00% <ø> (ø)
... and 43 more

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>
@dlvenable dlvenable force-pushed the package-rename-core branch from c21df8e to 5da6525 Compare August 17, 2022 20:54
@@ -1,4 +1,9 @@
package com.amazon.dataprepper.plugin;
/*
Copy link
Member

Choose a reason for hiding this comment

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

Nice catch

Copy link
Member Author

Choose a reason for hiding this comment

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

That's all IntelliJ! :)

@dlvenable dlvenable merged commit cf86674 into opensearch-project:main Aug 17, 2022
@dlvenable dlvenable deleted the package-rename-core branch September 8, 2022 00:21
engechas pushed a commit to engechas/data-prepper that referenced this pull request Sep 12, 2022
…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>
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.

4 participants