Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into replace-gradle-blac…
Browse files Browse the repository at this point in the history
…klist
  • Loading branch information
Tianli Feng committed Apr 5, 2022
2 parents ce57ddb + 6103010 commit b2afd3c
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 11 deletions.
6 changes: 1 addition & 5 deletions libs/grok/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
dependencies {
api 'org.jruby.joni:joni:2.1.41'
// joni dependencies:
api 'org.jruby.jcodings:jcodings:1.0.44'
api 'org.jruby.jcodings:jcodings:1.0.57'

testImplementation(project(":test:framework")) {
exclude group: 'org.opensearch', module: 'opensearch-grok'
Expand All @@ -41,7 +41,3 @@ dependencies {
tasks.named('forbiddenApisMain').configure {
replaceSignatureFiles 'jdk-signatures'
}

thirdPartyAudit.ignoreMissingClasses(
'org.jcodings.unicode.UnicodeCodeRange'
)
1 change: 0 additions & 1 deletion libs/grok/licenses/jcodings-1.0.44.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions libs/grok/licenses/jcodings-1.0.57.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
603a9ceac39cbf7f6f27fe18b2fded4714319b0a
2 changes: 1 addition & 1 deletion plugins/repository-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ opensearchplugin {
dependencies {
api 'com.azure:azure-core:1.26.0'
api 'com.azure:azure-storage-common:12.15.0'
api 'com.azure:azure-core-http-netty:1.11.8'
api 'com.azure:azure-core-http-netty:1.11.9'
api "io.netty:netty-codec-dns:${versions.netty}"
api "io.netty:netty-codec-socks:${versions.netty}"
api "io.netty:netty-codec-http2:${versions.netty}"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1d1f34b3e60db038f3913007a2706a820383dc26
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ final class AzureStorageSettings {
AZURE_CLIENT_PREFIX_KEY,
"endpoint_suffix",
key -> Setting.simpleString(key, Property.NodeScope),
() -> ACCOUNT_SETTING,
() -> KEY_SETTING
() -> ACCOUNT_SETTING
);

// The overall operation timeout
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
"tasks_list test":
- skip:
version: "all"
reason: "AwaitsFix https://github.com/opensearch-project/OpenSearch/issues/2757"
features: [arbitrary_key]

- do:
Expand Down Expand Up @@ -32,4 +34,3 @@

- is_true: tasks
- match: { tasks.0.headers.X-Opaque-Id: "That is me" }

0 comments on commit b2afd3c

Please sign in to comment.