Skip to content

Bump org.opensearch.client:opensearch-java from 2.23.0 to 3.0.0 #462

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps org.opensearch.client:opensearch-java from 2.23.0 to 3.0.0.

Release notes

Sourced from org.opensearch.client:opensearch-java's releases.

v3.0.0

What's Changed

... (truncated)

Changelog

Sourced from org.opensearch.client:opensearch-java's changelog.

[3.0.0] - 05/16/2025

⚠️ Breaking Changes ⚠️

Added

  • Document HTTP/2 support (#330)

Dependencies

  • Bumps org.eclipse.parsson:parsson from 1.1.6 to 1.1.7
  • Bumps org.hamcrest:hamcrest from 2.2 to 3.0
  • Bumps com.github.jk1.dependency-license-report from 2.8 to 2.9
  • Bump com.carrotsearch.randomizedtesting:randomizedtesting-runner from 2.8.2 to 2.8.3 (#1487)
  • Bump org.opensearch.gradle:build-tools from 3.0.0-alpha1-SNAPSHOT to 3.1.0-SNAPSHOT (#1543)

Changed

  • Migrate client transports to Apache HttpClient / Core 5.x (#246)
  • Changed SearchAfter of SearchRequest type to FieldValue instead of String (#769)
  • Changed type of DanglingIndex's creationDateMillis field from String to long (#1124)
  • Changed type of ShardStatistics's total, successful, failed & skipped fields from Number to int/Integer (#1158)
  • Unified tasks.Info and tasks.State classes into tasks.TaskInfo (#1187)
  • Changed type of Hit's sort field from List<String> to List<FieldValue> (#1225)
  • Changed type of MultisearchBody's searchAfter field from List<String> to List<FieldValue> (#1225)

Deprecated

  • Deprecate RestClientTransport (#536)

Removed

  • Removed the features and shutdown namespaces as they're not supported by OpenSearch (#1361)
  • Removed the indices.diskUsage operation as it's not supported by OpenSearch (#1361)
  • Removed the ingest.geoIpStats operation as it's not supported by OpenSearch (#1375)
  • Removed the indices.getUpgrade and indices.upgrade operations as they're not supported by OpenSearch (#1377)
  • Removed the termsEnum operation as it's not supported by OpenSearch (#1377)

Fixed

  • Fix version and build (#254)
  • Fixed deserializing tasks.ListResponse when using GroupBy.None (#1187)

[2.24.0] - 05/16/2025

Dependencies

  • Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.4.4 (#1544)

Changed

  • Changed StopTokenFilter's stopwords field to no longer be required (#1551)

Fixed

  • Fixed deserializing wrapper queries (#1537)
  • Add is_hidden to AliasDefinition (#1537)
Commits
  • 2e6490d Fix setting version in release workflow (#346) (#1567)
  • f964f2c Prepare 3.0.0 release (#1560)
  • 4b91a67 Generate from latest specification (#1557)
  • 0992ab5 Update integration test matrix to include 3.0.0 (#1555)
  • cacad9a Bump lycheeverse/lychee-action from 2.4.0 to 2.4.1 (#1553)
  • 279645a Bump org.opensearch.gradle:build-tools from 3.0.0-alpha1-SNAPSHOT to 3.1.0-SN...
  • fa5add5 Fix changelog post v2.23.0 release (#1546)
  • 56ddafa Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.4.4 in /ja...
  • 6185987 Generate aggregate types (#1527)
  • 00e9587 Re-generate client code using latest OpenSearch API specification (2025-04-21...
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 19, 2025
@dependabot dependabot bot requested review from reta, dlvenable and andrross as code owners May 19, 2025 11:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 19, 2025
@reta
Copy link
Collaborator

reta commented May 21, 2025

@dependabot rebase please

Bumps [org.opensearch.client:opensearch-java](https://github.com/opensearch-project/opensearch-java) from 2.23.0 to 3.0.0.
- [Release notes](https://github.com/opensearch-project/opensearch-java/releases)
- [Changelog](https://github.com/opensearch-project/opensearch-java/blob/main/CHANGELOG.md)
- [Commits](opensearch-project/opensearch-java@v2.23.0...v3.0.0)

---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-java
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.opensearch.client-opensearch-java-3.0.0 branch from a68b755 to a4db14f Compare May 21, 2025 01:11
@rursprung
Copy link
Contributor

this is a breaking change of the client => i presume that this will require a major release of spring-data-opensearch as well? (though this isn't using semver, so you could do it with any minor release as well...).

either way: this isn't just a dependabot-update, it needs manual code changes and a note in the changelog about the breaking change.

@reta
Copy link
Collaborator

reta commented May 26, 2025

this is a breaking change of the client => i presume that this will require a major release of spring-data-opensearch as well? (though this isn't using semver, so you could do it with any minor release as well...).

Yes, we would have to release major version for this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants