Update jruby to 10.0.6.0#19264
Conversation
🤖 GitHub commentsJust comment with:
|
|
run exhaustive tests |
|
This pull request does not have a backport label. Could you fix it @donoghuc? 🙏
|
TL;DRJava unit compilation is failing after the JRuby 10.0.6.0 bump because Remediation
Investigation detailsRoot CauseThe PR only changes The failing source is: // logstash-core/src/test/java/org/logstash/log/RubyBasicObjectSerializerTest.java:78-80
final ThreadContext context = RUBY.getCurrentContext();
final RubyArray<RubySymbol> rubyArray = new RubyArray<>(RUBY, 2);
rubyArray.push(context, RubySymbol.newSymbol(RUBY, "one"));JRuby 10.0.6.0 provides Evidence
The FIPS Java unit job shows the same compiler failure at the same source line, so this is a deterministic compile break rather than a flaky test. VerificationNot run locally; this is a read-only CI detective workflow. The diagnosis is based on the decoded Buildkite job logs and the PR diff. Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "buildkitecloud.s3.amazonaws.com"See Network Configuration for more information. What is this? | From workflow: PR Buildkite Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
|
run exhaustive tests |
💚 Build Succeeded
History
|
Release notes
Update jruby to 10.0.6.0
What does this PR do?
Take up the latest 10.0 jruby release. Reference: https://github.com/jruby/jruby/releases/tag/10.0.6.0
Closes https://github.com/elastic/ingest-dev/issues/8650