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
Recently, some repositories like common-utils, job-scheduler, security plugin that are dependencies for ism, have moved to using opensearch-3.0.0-alpha1-SNAPSHOT.
With this opensearch version, major change is many classes are refactored and moved around. For ex. AcknowledgedResponse. AcknowledgedRequest etc.
index-management plugin still uses opensearch-3.0.0-SNAPSHOT.
Issue: When latest versions of these dependencies is pulled into ism, it would result in incompatibility issues due to opensearch version mismatch.
Expectation: ism to do version bump to opensearch-3.0.0-alpha1-SNAPSHOT and replace all usages of deprecated classes to the latest ones.
Hi
Recently, some repositories like common-utils, job-scheduler, security plugin that are dependencies for ism, have moved to using opensearch-3.0.0-alpha1-SNAPSHOT.
With this opensearch version, major change is many classes are refactored and moved around. For ex. AcknowledgedResponse. AcknowledgedRequest etc.
Some PRs merged in opensearch ->
org.opensearch.action.support.master
OpenSearch#17118org.opensearch.client
from:server
module OpenSearch#17272index-management plugin still uses opensearch-3.0.0-SNAPSHOT.
Issue: When latest versions of these dependencies is pulled into ism, it would result in incompatibility issues due to opensearch version mismatch.
Expectation: ism to do version bump to opensearch-3.0.0-alpha1-SNAPSHOT and replace all usages of deprecated classes to the latest ones.
Other dependencies:
Hopefully, once the dependent PRs get merged, ism will be unblocked, to make the version bump.
I can raise a PR for the same.
The text was updated successfully, but these errors were encountered: