Update Gradle to 9.4.1 and Jacoco to 0.8.14 - #21153
Conversation
Signed-off-by: Andriy Redko <drreta@gmail.com>
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit 8bf11b2.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21153 +/- ##
============================================
- Coverage 73.35% 73.23% -0.13%
+ Complexity 73209 73148 -61
============================================
Files 5921 5932 +11
Lines 333798 333924 +126
Branches 48124 48125 +1
============================================
- Hits 244862 244549 -313
- Misses 69387 69830 +443
+ Partials 19549 19545 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Aparajita Pandey <aparajita31pandey@gmail.com>
Signed-off-by: Andriy Redko <drreta@gmail.com>
OpenSearch build-tools' GlobalBuildInfoPlugin now requires Gradle 9.4.1+, causing every CI run (including main) to fail during project evaluation with "Gradle 9.4.1+ is required". Mirrors opensearch-project/OpenSearch#21153. Signed-off-by: rithin-pullela-aws <rithinp@amazon.com>
OpenSearch build-tools' GlobalBuildInfoPlugin now requires Gradle 9.4.1+, causing every CI run (including main) to fail during project evaluation with "Gradle 9.4.1+ is required". Mirrors opensearch-project/OpenSearch#21153. Signed-off-by: rithin-pullela-aws <rithinp@amazon.com>
Bump Gradle wrapper from 9.2.0 to 9.4.1 to satisfy the minimum version required by opensearch-build-tools 3.7.0-SNAPSHOT (GlobalBuildInfoPlugin). Exclude 24 @Ignore-annotated test classes from integTest at the Gradle layer to work around a Gradle 9.4.1+ bug where TestEventReporterAsListener crashes with ClassCastException when encountering class-level @ignore annotations. These classes were already skipped by JUnit; this moves the skip earlier to avoid the buggy bridge. Not fixed as of Gradle 9.5.0. Refs: opensearch-project/OpenSearch#21153, opensearch-project#5406 Signed-off-by: Chen Dai <daichen@amazon.com>
Description
Update Gradle to 9.4.1 and Jacoco to 0.8.14
Related Issues
Prepare for JDK-26 support
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.