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.