logstash-plugins / logstash-filter-date

Apache License 2.0
7 stars 43 forks source link

Build against Logstash Master is Broken #110

Open original-brownbear opened 7 years ago

original-brownbear commented 7 years ago

See https://travis-ci.org/logstash-plugins/logstash-filter-date/jobs/284372666#L1089

/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.