I'm trying to change an ES plugin that worked with ES v7.3.0 to work with ES v7.16.3, but it seems like common.ParseField
was removed in ES v7.14.0 and common.xcontent.XContentBuilder
& common.xcontent.XContentParser
were removed in ES v7.16.0
I'm not sure where to start in refactoring my code's usages of ParseField and xcontent. Are there recommended classes to migrate to using or any documentation that would point me how to handle this?