/home/travis/build/logstash-plugins/logstash-filter-date/src/test/java/org/logstash/filters/DateFilterTest.java:209: error: cannot find symbol
String actual = ((Timestamp) event.getField("[result_ts]")).toIso8601();
That method isn't in 6.x anymore and should be replaced by toString which it was an alias of before removal.
See https://travis-ci.org/logstash-plugins/logstash-filter-date/jobs/284372666#L1089
That method isn't in
6.x
anymore and should be replaced bytoString
which it was an alias of before removal.