From 94480b35166227203424e95a29f9bd12306d29a3 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Tue, 4 Nov 2025 15:46:27 -0500 Subject: [PATCH 1/2] Exclude group com.microsoft.sqlserver from hadoop-minicluster Signed-off-by: Craig Perkins --- test/fixtures/hdfs-fixture/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fixtures/hdfs-fixture/build.gradle b/test/fixtures/hdfs-fixture/build.gradle index d303b67dfe7f2..2d94da9c8c18e 100644 --- a/test/fixtures/hdfs-fixture/build.gradle +++ b/test/fixtures/hdfs-fixture/build.gradle @@ -58,6 +58,7 @@ dependencies { exclude module: "org.eclipse.jetty" exclude group: "commons-lang" exclude group: "org.jsonschema2pojo" + exclude group: "com.microsoft.sqlserver" } api "dnsjava:dnsjava:3.6.3" api "org.codehaus.jettison:jettison:${versions.jettison}" From 21053b4b11be817ce0a220527559282c93a6138d Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Tue, 4 Nov 2025 15:48:01 -0500 Subject: [PATCH 2/2] Add to CHANGELOG Signed-off-by: Craig Perkins --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c75677224ac94..cdea7c564ade0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,8 +77,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `tj-actions/changed-files` from 46.0.5 to 47.0.0 ([#19873](https://github.com/opensearch-project/OpenSearch/pull/19873)) - Bump `com.google.api.grpc:proto-google-iam-v1` from 1.55.0 to 1.57.0 ([#19872](https://github.com/opensearch-project/OpenSearch/pull/19872)) - Bump `org.apache.commons:commons-text` from 1.13.1 to 1.14.0 ([#19871](https://github.com/opensearch-project/OpenSearch/pull/19871)) +- Exclude group com.microsoft.sqlserver from hadoop-minicluster ([#19889](https://github.com/opensearch-project/OpenSearch/pull/19889)) -### Deprecated +- ### Deprecated - Deprecated existing constructors in ThreadPoolStats.Stats in favor of the new Builder ([#19317](https://github.com/opensearch-project/OpenSearch/pull/19317)) - Deprecated existing constructors in IndexingStats.Stats in favor of the new Builder ([#19306](https://github.com/opensearch-project/OpenSearch/pull/19306)) - Deprecated existing constructors in RefreshStats in favor of the new Builder ([#19835](https://github.com/opensearch-project/OpenSearch/pull/19835))