Publish logger usage checker - #22043
Merged
Merged
Conversation
Signed-off-by: Craig Perkins <craig5008@gmail.com>
Contributor
|
❕ Gradle check result for 2bca104: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #22043 +/- ##
=========================================
Coverage 73.40% 73.41%
- Complexity 75532 75595 +63
=========================================
Files 6038 6038
Lines 342827 342827
Branches 49314 49314
=========================================
+ Hits 251661 251689 +28
+ Misses 71176 71155 -21
+ Partials 19990 19983 -7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Member
Author
|
@reta could you take a look at this small PR? I noticed that I wasn't able to enable this check in other repos (i.e. security) and its due to core not publishing this artifact. One line fix to push. |
reta
approved these changes
Jun 12, 2026
KhishorekumarBS
pushed a commit
to KhishorekumarBS/OpenSearch
that referenced
this pull request
Jul 3, 2026
Signed-off-by: Craig Perkins <craig5008@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Publishes the
:test:logger-usageproject so external plugin repositories can resolve the logger usage checker used by build-tools.The logger usage precommit plugin already wires external plugin builds to resolve
org.opensearch.test:logger-usage:${opensearch_version}. This change makes that expected artifact publishable.Validation
./gradlew :test:logger-usage:publishToMavenLocal -Pcrypto.standard=FIPS-140-3 -Dbuild.snapshot=trueCompanion PR
Job Scheduler companion: opensearch-project/job-scheduler#933