You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
please update spring data's RequestConverters#encodePart to reflect the fix in this issue, since the implementation in spring-data seems to be a copy of an older (pre-fix) version of encodePart, specifically building the URI.
Is there a strong reason to have this duplicated in spring-data, couldn't it use same code from original ES high level client?
Thanks
The text was updated successfully, but these errors were encountered:
We cannot use the class from the Elasticsearch library, as it is not accessible outside the package. So we needed to copy and adapt it for the reactive client.
Please take a look at this fix in original elasticsearch client code:
elastic/elasticsearch#34436
please update spring data's RequestConverters#encodePart to reflect the fix in this issue, since the implementation in spring-data seems to be a copy of an older (pre-fix) version of encodePart, specifically building the URI.
Is there a strong reason to have this duplicated in spring-data, couldn't it use same code from original ES high level client?
Thanks
The text was updated successfully, but these errors were encountered: