Adjust version on ingest processor exception
The dedicated ingest processor exception was backported to 7.5. This commit updates the version in the 7.x branch.
This commit is contained in:
parent
32c3416549
commit
36dc544819
|
@ -1041,7 +1041,7 @@ public class ElasticsearchException extends RuntimeException implements ToXConte
|
|||
org.elasticsearch.ingest.IngestProcessorException.class,
|
||||
org.elasticsearch.ingest.IngestProcessorException::new,
|
||||
157,
|
||||
Version.V_7_6_0);
|
||||
Version.V_7_5_0);
|
||||
|
||||
final Class<? extends ElasticsearchException> exceptionClass;
|
||||
final CheckedFunction<StreamInput, ? extends ElasticsearchException, IOException> constructor;
|
||||
|
|
Loading…
Reference in New Issue