[Backport 3.5] Migrate from CodecServiceFactory to AdditionalCodecs (so the custom codecs could be used with k-nn, neutral-search, ... plugins) - #303
Merged
Conversation
opensearch-trigger-bot
Bot
requested review from
andrross,
nknize,
reta and
sarthakaggarwal97
as code owners
February 3, 2026 02:36
…odecs could be used with k-nn, neutral-search, ... plugins) (#302) * Include AdditionalCodecs argument to allow additional Codec registration Signed-off-by: Andriy Redko <drreta@gmail.com> * Migrate from CodecServiceFactory to AdditionalCodecs Signed-off-by: Andriy Redko <drreta@gmail.com> * Address code review comments Signed-off-by: Andriy Redko <drreta@gmail.com> * Fix BWC branch coordinates (2.x -> 2.19) Signed-off-by: Andriy Redko <drreta@gmail.com> --------- Signed-off-by: Andriy Redko <drreta@gmail.com> (cherry picked from commit ce7a577) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Andriy Redko <drreta@gmail.com>
reta
force-pushed
the
backport/backport-302-to-3.5
branch
from
February 3, 2026 02:40
42bb3e8 to
d90ffec
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.5 #303 +/- ##
======================================
Coverage ? 51.50%
Complexity ? 169
======================================
Files ? 46
Lines ? 1000
Branches ? 60
======================================
Hits ? 515
Misses ? 440
Partials ? 45 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
reta
approved these changes
Feb 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport ce7a577 from #302.