Skip to content

spring-data-elasticsearch breaks opensearch client with private field #2574

Closed as not planned
@ptourneur

Description

@ptourneur

Hello,

I have just updated my project to spring-boot 3.1 which brings spring-data 2023.0 which brings spring-data-elasticsearch:5.1.0.
In this PR fields of BaseQueryBuilder have been changed from protected to private and it breaks NativeSearchQueryBuilder from opensearch-project which extends it because it tries to access indicesOptions.

This is my first issue on an opensource project so maybe I'm wrong or it's opensearch-project which should adapt but for me this fields of BaseQueryBuilder should stay protected.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions