-
Notifications
You must be signed in to change notification settings - Fork 73
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
Update to Gradle 7.5 #208
Update to Gradle 7.5 #208
Conversation
Codecov Report
@@ Coverage Diff @@
## main #208 +/- ##
=========================================
Coverage 53.19% 53.19%
Complexity 65 65
=========================================
Files 8 8
Lines 438 438
Branches 50 50
=========================================
Hits 233 233
Misses 186 186
Partials 19 19 Help us with your feedback. Take ten seconds to tell us how you rate us. |
build.gradle
Outdated
@@ -7,7 +7,7 @@ import org.opensearch.gradle.test.RestIntegTestTask | |||
|
|||
buildscript { | |||
ext { | |||
opensearch_version = System.getProperty("opensearch.version", "2.1.0-SNAPSHOT") | |||
opensearch_version = System.getProperty("opensearch.version", "2.2.0-SNAPSHOT") |
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.
Main should be on 3.0, no? Either way I would make this change separately.
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.
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.
Thanks @dblock , I think for most plugin main
is kept in sync with next OpenSearch release (it seems like job-scheduler
has not released 2.1.0.0
)
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.
See opensearch-project/opensearch-plugins#142, I think it's happening, cc: @prudhvigodithi
708aa0c
to
9702bd9
Compare
Hey @reta thanks for PR, I noticed there is change in few lines with gradle wrapper |
Thanks @prudhvigodithi to be fair, I have not seen issues with the wrapper scripts, we could update at some point, may be with Gradle 8? |
@reta thanks for the change. Looks like tests are failing, could you take a look? |
@saratvemulapalli those are flaky ones :(
Tracked as #56 |
Signed-off-by: Andriy Redko <[email protected]>
4453c04
4453c04
to
2bc54d9
Compare
Signed-off-by: Andriy Redko <[email protected]>
@@ -7,7 +7,7 @@ import org.opensearch.gradle.test.RestIntegTestTask | |||
|
|||
buildscript { | |||
ext { | |||
opensearch_version = System.getProperty("opensearch.version", "2.2.0-SNAPSHOT") | |||
opensearch_version = System.getProperty("opensearch.version", "2.3.0-SNAPSHOT") |
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.
Brings snakeyml
update: https://github.com/opensearch-project/OpenSearch/blob/2.x/buildSrc/version.properties#L14
The WhiteSource Security Check should be fixed with new |
@saratvemulapalli care to ack? Let’s backport this to 2.x and increment main to 3.0 next (I’ll do it if I don’t see someone else on it) |
@reta if you want to bump it to 3.0 on main now that’s cool with me |
* Update to Gradle 7.5 Signed-off-by: Andriy Redko <[email protected]> * Fixing Gradle build warnings Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit df154b8)
* Update to Gradle 7.5 Signed-off-by: Andriy Redko <[email protected]> * Fixing Gradle build warnings Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit df154b8) Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]>
* Update to Gradle 7.5 Signed-off-by: Andriy Redko <[email protected]> * Fixing Gradle build warnings Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit df154b8) Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]> Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]> Co-authored-by: Andriy Redko <[email protected]>
* Update to Gradle 7.5 Signed-off-by: Andriy Redko <[email protected]> * Fixing Gradle build warnings Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit df154b8) Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]> Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]> Co-authored-by: Andriy Redko <[email protected]>
* Update to Gradle 7.5 Signed-off-by: Andriy Redko <[email protected]> * Fixing Gradle build warnings Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit df154b8) Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]> Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]> Co-authored-by: Andriy Redko <[email protected]> Signed-off-by: Prudhvi Godithi <[email protected]>
Signed-off-by: Andriy Redko [email protected]
Description
Update to Gradle 7.5
Issues Resolved
Closes #207
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.