Skip to content

Commit 8325812

Browse files
authored
Remove transport-nio plugin (opensearch-project#17251)
Signed-off-by: Andrew Ross <[email protected]>
1 parent 99df856 commit 8325812

File tree

56 files changed

+7
-6591
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+7
-6591
lines changed

CHANGELOG-3.0.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5151
- Remove custom Map, List and Set collection classes ([#6871](https://github.com/opensearch-project/OpenSearch/pull/6871))
5252
- Remove `index.store.hybrid.mmap.extensions` setting in favor of `index.store.hybrid.nio.extensions` setting ([#9392](https://github.com/opensearch-project/OpenSearch/pull/9392))
5353
- Remove package org.opensearch.action.support.master ([#4856](https://github.com/opensearch-project/OpenSearch/issues/4856))
54+
- Remove transport-nio plugin ([#16887](https://github.com/opensearch-project/OpenSearch/issues/16887))
5455

5556
### Fixed
5657
- Fix 'org.apache.hc.core5.http.ParseException: Invalid protocol version' under JDK 16+ ([#4827](https://github.com/opensearch-project/OpenSearch/pull/4827))

gradle/missing-javadoc.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ configure([
149149
project(":plugins:repository-hdfs"),
150150
project(":plugins:repository-s3"),
151151
project(":plugins:store-smb"),
152-
project(":plugins:transport-nio"),
153152
project(":plugins:crypto-kms"),
154153
project(":qa:die-with-dignity"),
155154
project(":qa:wildfly"),

plugins/identity-shiro/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependencies {
3131
implementation "org.bouncycastle:bcprov-jdk18on:${versions.bouncycastle}"
3232

3333
testImplementation project(path: ':modules:transport-netty4') // for http
34-
testImplementation project(path: ':plugins:transport-nio') // for http
3534
testImplementation "org.mockito:mockito-core:${versions.mockito}"
3635
testImplementation project(path: ':client:rest-high-level')
3736
testImplementation 'junit:junit:4.13.2'

plugins/transport-nio/build.gradle

-192
This file was deleted.

0 commit comments

Comments
 (0)