Skip to content

Conversation

@nibix
Copy link

@nibix nibix commented Oct 25, 2025

Description

The core PR opensearch-project/OpenSearch#18523 has changed the ActionFilter interface by adding a new apply() method with an additional parameter. The old apply() method is now deprecated. This change adds the parameter to the ActionFilter implementations.

Check List

  • Commits are signed per the DCO using --signoff.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

The PR opensearch-project/OpenSearch#18523 needs to add a new parameter to the apply() method of the ActionFilter interface. This adds the parameter to the ActionFilter implementations.

Signed-off-by: Nils Bandener <[email protected]>
@Hailong-am
Copy link
Collaborator

please check the complie error

@nibix
Copy link
Author

nibix commented Oct 25, 2025

The error occurs because index-management still uses OpenSearch core in version 3.3.0-SNAPSHOT according to build.gradle; this can be only applied when it is bumped to 3.4.0-SNAPSHOT. I am moving this PR to draft status until this is changed.

@nibix nibix marked this pull request as draft October 25, 2025 12:04
@nibix
Copy link
Author

nibix commented Oct 31, 2025

Note: Merging #1499 should unblock this

@cwperks
Copy link
Member

cwperks commented Oct 31, 2025

@nibix wdyt about doing the version bump within this PR since the changes need to go simultaneously for the checks to pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants