Skip to content

Update to Spring Data Elasticsearch 5.5 #433

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

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

Conversation

reta
Copy link
Collaborator

@reta reta commented Mar 16, 2025

Description

Upate to Spring Data Elasticsearch 5.5

Issues Resolved

N/A

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • 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.

@reta reta changed the title Upate to Spring Data Elasticsearch 5.5 Update to Spring Data Elasticsearch 5.5 Mar 16, 2025
@@ -227,14 +227,6 @@ protected String doDelete(String id, @Nullable String routing, IndexCoordinates
return execute(client -> client.delete(request, RequestOptions.DEFAULT).getId());
}

@Override
public ByQueryResponse delete(Query query, Class<?> clazz, IndexCoordinates index) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were these removed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those are gone from AbstractElasticsearchTemplate (that we inherit/implement)

@Puadiale
Copy link

Puadiale commented Apr 3, 2025

Hi, quick question. Do you have any plans on also including the latest Spring boot 3.4.4 version?

@reta
Copy link
Collaborator Author

reta commented Apr 3, 2025

Hi, quick question. Do you have any plans on also including the latest Spring boot 3.4.4 version?

Oh yes, sure, will be done as maintenance release, thank you

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