logstash/lib
Pier-Hugues Pellerin 4dc2fd3ddd Remove unecessary dependency file-dependencies
To understand why we can now remove this gem we have to go back at the
history of LS 1.5 and the choice we made back them. In the begining
plugins depending on external files like the `user-agent` or the `filter-geoip`
were not bundling theses files in the gem.

The `file-dependencies` was providing a new hook when plugins were
installed to trigger the file download.

In the context of making the plugins work in an offline environment we
need to make sure that every plugins external resources are present in
the gem.

We have currently a few plugins that require external files and they all
bundle it. So I think its safe to remove that feature, also the hook was
not triggered correctly. So it was a NOOP.

Fixes #8298
2017-09-18 18:56:58 +00:00
..
bootstrap use jruby 9.1.9.0 2017-06-12 12:35:10 -04:00
pluginmanager Remove unecessary dependency file-dependencies 2017-09-18 18:56:58 +00:00
systeminstall Update existing packaging to use /usr/lib/logstash 2016-05-25 17:25:26 +00:00