-
Notifications
You must be signed in to change notification settings - Fork 48
Merge from 1.11 to master - support latest ES version #237
Conversation
Codecov Report
@@ Coverage Diff @@
## master #237 +/- ##
===========================================
- Coverage 14.09% 9.96% -4.14%
+ Complexity 65 50 -15
===========================================
Files 39 39
Lines 2015 2018 +3
Branches 150 150
===========================================
- Hits 284 201 -83
- Misses 1722 1809 +87
+ Partials 9 8 -1
Continue to review full report at Codecov.
|
Updated the RCA version to the latest odfe version 1.11 - The build will fail until I get this PR merged on the RCA package. |
id 'com.github.spotbugs' version '4.0.0' | ||
id 'jacoco' | ||
} | ||
|
||
spotbugsMain { | ||
excludeFilter = file("checkstyle/findbugs-exclude.xml") | ||
effort = 'max' | ||
ignoreFailures = false | ||
ignoreFailures = true |
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.
Do we have spotbugs failures which we need to ignore?
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.
As we are doing reverse merge, It includes all the old spotbug failures.
Fixes #, if available:
Description of changes:
Merge 1.11 branch to master.
Update the master to use the latest ES version and plugin version.
Changes that will be addressed in the next PR:
Need to update SpotBug - ignoreFailures to true.
Tests:
Spun a docker and tested
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.