You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msfroh opened this issue
Aug 12, 2024
· 1 comment
· Fixed by #15238
Labels
bugSomething isn't workingLibrariesLucene Upgrades and Libraries, Any 3rd party library that Core depends on, ex: nebula; team is respov2.17.0v3.0.0Issues and PRs related to version 3.0.0
github-actionsbot
added
the
Libraries
Lucene Upgrades and Libraries, Any 3rd party library that Core depends on, ex: nebula; team is respo
label
Aug 12, 2024
bugSomething isn't workingLibrariesLucene Upgrades and Libraries, Any 3rd party library that Core depends on, ex: nebula; team is respov2.17.0v3.0.0Issues and PRs related to version 3.0.0
Describe the bug
In #13620, @reta correctly caught an incorrect use of
org.apache.logging.log4j.util.Strings
instead oforg.opensearch.core.common.Strings
.I tried adding
org.apache.logging.log4j.util.String
to https://github.com/opensearch-project/OpenSearch/blob/main/buildSrc/src/main/resources/forbidden/opensearch-all-signatures.txt, and got the following errors (including the one I had added by accident):Related component
Libraries
To Reproduce
org.apache.logging.log4j.util.Strings
andjoptsimple.internal.Strings
to https://github.com/opensearch-project/OpenSearch/blob/main/buildSrc/src/main/resources/forbidden/opensearch-all-signatures.txt./gradlew precommit
Expected behavior
These existing uses of
org.apache.logging.log4j.util.Strings
should be replaced with uses oforg.opensearch.core.common.Strings
.Additional Details
N/A
The text was updated successfully, but these errors were encountered: