Logstash plugins should target the Java platform.
Open
packaging
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.