Skip to content

Commit

Permalink
Adjust version on ingest processor exception
Browse files Browse the repository at this point in the history
The dedicated ingest processor exception was backported to 7.5. This
commit updates the version in the 7.x branch.
  • Loading branch information
jasontedor committed Nov 15, 2019
1 parent 32c3416 commit 36dc544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ private enum ElasticsearchExceptionHandle {
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;
Expand Down

0 comments on commit 36dc544

Please sign in to comment.