mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
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 |
||
---|---|---|
.. | ||
bootstrap | ||
pluginmanager | ||
systeminstall |