logstash-plugins / logstash-input-http_poller

Create Logstash events by polling HTTP endpoints!
https://www.elastic.co/guide/en/logstash/current/plugins-inputs-http_poller.html
Apache License 2.0
43 stars 65 forks source link

Do not limit scheduler library to old version #121

Closed kares closed 2 years ago

kares commented 4 years ago

Versions prior to 3.3.3 print Fixnum warnings on Ruby >= 2.4 (LS 7.x)

The 3.0.x lock is there since it was first introduced: https://github.com/logstash-plugins/logstash-input-http_poller/commit/dd37c846c8c4dc3fa5963ce79da377012033d4b9

Other plugins such as jdbc do not have a strict limit but suffer from getting the library updated in LS.

see https://github.com/logstash-plugins/logstash-integration-jdbc/issues/21

kares commented 2 years ago

superseded by https://github.com/logstash-plugins/logstash-input-http_poller/pull/130