João Duarte
João Duarte
@enebo the new code executes during `build_package_jruby` right after jruby is symlinked to "ruby". it's jruby that's called, so JRUBY_VERSION should always exist.
@logstashmachine bump patch
I've done a few updates to the gem. compilation seems to be working correctly now: ``` ❯ cat Dockerfile FROM jruby:9.4-jdk8 RUN apt-get update -q && apt-get install -q -y...
@tianon absolutely agreed that this is not ideal. Logstash/Kibana/ES images are built using the tarball artifacts for the release. For Logstash we need to add the extra binary to the...
buildkite test this
We have avoided this for a long time given it's hard to take an action that is always correct. Skipping the conditional can easily lead to broken behaviour; for example:...
@andsel let's close this one and create a follow up issue, linked to this one, that tracks "sending failed conditional events to DLQ"
I would like to avoid having more than 1 place where we state what's commercially supported. The plugin reference docs explain how any/a user uses the plugin: if it needs...
I don’t know why the major version was included in the name (perhaps to facilitate the coexistence of 4.x and 5.x?), but here it is: https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5/5.0.3 On Fri, 30 Oct...
Hi @funny-falcon, sorry to ping you directly, any chance you can publish 0.1.7 to avoid having to pin 0.1.6 in JRuby apps?