Currently ElasticsearchCustomConversions are registered on creation of the MappingElasticsearchConverter object. This leads to double registration of the converters, when the user creates a custom ElasticsearchCustomConversion object and sets this in the MappingElasticsearch converter.
This leads to the warnings that are described in DATACMNS-1728 appearing twice
spring-projects-issues commentedOct 18, 2020
sothawo opened DATAES-956 and commented
Currently
ElasticsearchCustomConversions
are registered on creation of theMappingElasticsearchConverter
object. This leads to double registration of the converters, when the user creates a customElasticsearchCustomConversion
object and sets this in theMappingElasticsearch
converter.This leads to the warnings that are described in DATACMNS-1728 appearing twice
Affects: 4.1 RC2 (2020.0.0)
Referenced from: pull request #541
The text was updated successfully, but these errors were encountered: