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:
Jason Tedor 2019-11-15 09:34:35 -05:00
parent 32c3416549
commit 36dc544819
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 1 additions and 1 deletions

View File

@ -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;