Support OpenSearch 3.x#176
Merged
hayashi-mas-wap merged 18 commits intoWorksApplications:developfrom Jan 30, 2026
Merged
Conversation
OpenSearch 3.0+ which uses Java agent-based security instead of Security Manager
…ch-3 # Conflicts: # build.gradle # integration/build.gradle # src/main/java/com/worksap/nlp/elasticsearch/sudachi/ConfigAdapter.kt # testlib/build.gradle
Also remove Elasticsearch versions below 8.10 from the build matrix because the 'com.worksap.nlp.sudachi.es' plugin no longer supports Elasticsearch < 8.10.
Contributor
Author
|
I have tested the plugin locally on OpenSearch 3.3.2; it works as expected. @mh-northlander @hayashi-mas-wap I would appreciate it if you could take a look. 🙏 |
|
Great to see this! We are planning to use OpenSearch 3, so having sudachi support for it would be very helpful. |
…ch-3 # Conflicts: # .github/workflows/release.yml # gradle.properties
Contributor
Author
|
Fixed conflicts caused by merging #177. |
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.
#143
Summary
This PR updates the CI and build tooling to add OpenSearch (OS) 3.x coverage, ensuring the project can build and run tests against OpenSearch
3.0.0-3.4.0.What changed
21(OpenSearch 3.0+ requires Java 21).com.worksap.nlp.sudachi.esplugin does not support those versions.extdirectory to support Java 21 compatibility during build/test execution.Why
extadditions are required to make the build configuration work correctly under Java 21 for OpenSearch 3.x.Notes