upgraded elasticsearch to 7.17.3 and I encountered error Cannot resolve symbol 'XContentType'
Is 'XContentType' deprecated? What are its alternative?
upgraded elasticsearch to 7.17.3 and I encountered error Cannot resolve symbol 'XContentType'
Is 'XContentType' deprecated? What are its alternative?
The import path changed:
import org.elasticsearch.common.xcontent.XContentType
import org.elasticsearch.xcontent.XContentType