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
'org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate.ClientCallback' is not public in 'org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate'. Cannot be accessed from outside package
I noticed we move ClientCallback interface from interface ReactiveElasticsearchOperations into class ReactiveElasticsearchTemplate, but it seems we forgot adding the public modifier for the inner interface in class.
The text was updated successfully, but these errors were encountered:
kevinat
changed the title
Can not use method ReactiveElasticsearchTemplate.execute because ReactiveElasticsearchTemplate.Callback is not public
Can not use method ReactiveElasticsearchTemplate.execute because ReactiveElasticsearchTemplate.ClientCallback is not public
Dec 29, 2023
sothawo
added a commit
to sothawo/spring-data-elasticsearch
that referenced
this issue
Dec 29, 2023
Using this method cause compile error:
I noticed we move ClientCallback interface from interface ReactiveElasticsearchOperations into class ReactiveElasticsearchTemplate, but it seems we forgot adding the
public
modifier for the inner interface in class.The text was updated successfully, but these errors were encountered: