mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Revert "Upgrade to JRuby 9.1.14.0"
This reverts commit d38e4ff665
.
(Original commit was part of
https://github.com/elastic/logstash/pull/8620)
The revert is due to `UDPSocket.new(Socket::AF_INET)` crashing in
9.1.14.0:
* https://github.com/elastic/logstash/issues/8736
* https://github.com/jruby/jruby/issues/4869
Fixes #8738
This commit is contained in:
parent
bccc0d9a39
commit
d0c3f46d06
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ logstash-core-plugin-api: 2.1.16
|
||||||
# jruby must reference a *released* version of jruby which can be downloaded from the official download url
|
# jruby must reference a *released* version of jruby which can be downloaded from the official download url
|
||||||
# *and* for which jars artifacts are published for compile-time
|
# *and* for which jars artifacts are published for compile-time
|
||||||
jruby:
|
jruby:
|
||||||
version: 9.1.14.0
|
version: 9.1.13.0
|
||||||
sha1: 56cd68e5ac1324ab56e2e86a57a0154f8142bde2
|
sha1: 815bac27d5daa1459a4477d6d80584f007ce6a68
|
||||||
|
|
||||||
# jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby for logstash runtime only,
|
# jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby for logstash runtime only,
|
||||||
# not for the compile-time jars
|
# not for the compile-time jars
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue