-
Notifications
You must be signed in to change notification settings - Fork 263
Bump opensearch.version from 2.19.1 to 3.0.0 #1533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Bumps `opensearch.version` from 2.19.1 to 3.0.0. Updates `org.opensearch.client:opensearch-rest-high-level-client` from 2.19.1 to 3.0.0 - [Release notes](https://github.com/opensearch-project/OpenSearch/releases) - [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md) - [Commits](opensearch-project/OpenSearch@2.19.1...3.0.0) Updates `org.opensearch.client:opensearch-rest-client-sniffer` from 2.19.1 to 3.0.0 - [Release notes](https://github.com/opensearch-project/OpenSearch/releases) - [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md) - [Commits](opensearch-project/OpenSearch@2.19.1...3.0.0) --- updated-dependencies: - dependency-name: org.opensearch.client:opensearch-rest-high-level-client dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.opensearch.client:opensearch-rest-client-sniffer dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Looks like OpenSearch 3.0.0 is build against Java 21 - so unless we also raise the Java level, we cannot include it. |
Storm is able to run with Java 21 - we could build with Java 21 and set the target to Java 17 and only for OpenSearch we go for 21 (or we provide a OpenSearch 2.x module). Thoughts @jnioche @sebastian-nagel @tballison @mvolikas ? |
Why don't we upgrade all the modules to Java 21, and have |
Because this would be a breaking change (and possible SC 4.0.x . People would need to upgrade their Storm Cluster to run with Java 21 (which is possible) but usually adoption rate is quite small. So I would prefer to stay with Java 17 as baseline for now. I think it wouldn't be a big thing if we migrate to opensearch-java (instead of the high level rest client) |
@rzo1 Thanks for explaining! |
Bumps
opensearch.version
from 2.19.1 to 3.0.0.Updates
org.opensearch.client:opensearch-rest-high-level-client
from 2.19.1 to 3.0.0Release notes
Sourced from org.opensearch.client:opensearch-rest-high-level-client's releases.
... (truncated)
Changelog
Sourced from org.opensearch.client:opensearch-rest-high-level-client's changelog.
... (truncated)
Commits
dc4efa8
Update Apache HttpClient5 and HttpCore5 (CVE-2025-27820) (#18152) (#18155)8e94360
Fix native plugin error (#18153)33b88a2
Add syscalls for merge operation error (#18148)65fd507
Updated 3.0 release note related to #17682 (#18140) (#18141)e891017
Fix systemd configs (#18134)cb67ff9
Update Gradle wrapper and startup scripts (#18090) (#18105)c2f323a
Remove testSystemCallFilter temporarily (#18123)084ec06
Use cached SourceLookup for FieldScript (#17927) (#18107)06dbba9
Fix release notes title (#18120)040c28a
Add release notes for 3.0 GA release (#18117)Updates
org.opensearch.client:opensearch-rest-client-sniffer
from 2.19.1 to 3.0.0Release notes
Sourced from org.opensearch.client:opensearch-rest-client-sniffer's releases.
... (truncated)
Changelog
Sourced from org.opensearch.client:opensearch-rest-client-sniffer's changelog.
... (truncated)
Commits
dc4efa8
Update Apache HttpClient5 and HttpCore5 (CVE-2025-27820) (#18152) (#18155)8e94360
Fix native plugin error (#18153)33b88a2
Add syscalls for merge operation error (#18148)65fd507
Updated 3.0 release note related to #17682 (#18140) (#18141)e891017
Fix systemd configs (#18134)cb67ff9
Update Gradle wrapper and startup scripts (#18090) (#18105)c2f323a
Remove testSystemCallFilter temporarily (#18123)084ec06
Use cached SourceLookup for FieldScript (#17927) (#18107)06dbba9
Fix release notes title (#18120)040c28a
Add release notes for 3.0 GA release (#18117)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)