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

Fixes javadocs errors and updates deprecated Gradle dependency config… #597

Merged
merged 1 commit into from
Nov 16, 2021

Conversation

sshivanii
Copy link
Contributor

…uration

Signed-off-by: Shivani Shukla [email protected]

Description

  • Fixes all javadocs errors in data-prepper-plugins:common and data-prepper-api and some warnings
  • Updated to implementation since compile will get deprecated in Gradle 7.0. See reference

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

@sshivanii sshivanii requested a review from a team as a code owner November 15, 2021 23:19
@sshivanii sshivanii changed the title Fixed javadocs errors and updated deprecated Gradle dependency config… Fixes javadocs errors and updated deprecated Gradle dependency config… Nov 15, 2021
@sshivanii sshivanii changed the title Fixes javadocs errors and updated deprecated Gradle dependency config… Fixes javadocs errors and updates deprecated Gradle dependency config… Nov 15, 2021
@@ -150,7 +150,7 @@ task basicLogEndToEndTest(type: Test) {

dependencies {
implementation "com.github.javafaker:javafaker:1.0.2"
integrationTestCompile project(':data-prepper-plugins:opensearch')
integrationTestImplementation project(':data-prepper-plugins:opensearch')
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for fixing these as well!

@sshivanii sshivanii merged commit 2d64ee5 into opensearch-project:main Nov 16, 2021
dapowers87 pushed a commit to dapowers87/data-prepper that referenced this pull request Nov 18, 2021
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.

2 participants