elastic / elastic/logstash

Logstash plugins should target the Java platform.

Open
#5,444 2 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.