elastic / logstash

Logstash - transport and process your logs, events, or other data
https://www.elastic.co/products/logstash
Other
48 stars 3.5k forks source link

Logstash plugins should target the Java platform. #5444

Open ph opened 8 years ago

ph commented 8 years ago

Since plugins cannot work without the logstash-core-java-event it makes sense that we make sure the plugins are publishing only as java gems.

This mean we need to add to all the plugins gemspec the following line s.platform = "java".

This will also prevent people to do a bundle install under MRI, since bundler will yield a useful message telling them they need to have the correct ruby platform to proceed.

purbon commented 8 years ago

agreed with it, this is necessary.

ph commented 8 years ago

We also need to make the publish of plugins fails if we ever tried to publish them with a mri platform.