Hi,
I am in the middle of upgrading my application to elasticsearch 7.4.0. The application makes use of maven and the high level rest client. There seems to be a problem though with the plugin mapper-extras:
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
<version>7.4.0</version>
<!-- TODO Remove this with 7.4.1 or when it will be available on Maven Central -->
<exclusions>
<exclusion>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>mapper-extras</artifactId>
</exclusion>
</exclusions>
</dependency>
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.