-
Notifications
You must be signed in to change notification settings - Fork 394
Add JRuby 10.0 support #4928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add JRuby 10.0 support #4928
Conversation
1ff5503
to
8f670ba
Compare
BenchmarksBenchmark execution time: 2025-10-08 18:28:13 Comparing candidate commit 828adb8 in PR branch Found 0 performance improvements and 2 performance regressions! Performance is the same for 42 metrics, 2 unstable metrics. scenario:profiling - intern_all 1000 repeated strings
scenario:tracing - Tracing.log_correlation
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage 🔗 Commit SHA: 828adb8 | Docs | Was this helpful? Give us feedback! |
27ec659
to
4438796
Compare
23bcef4
to
da1db77
Compare
11cbb99
to
bf88571
Compare
f96a5e6
to
bf88571
Compare
bf88571
to
cacdda7
Compare
Typing analysisIgnored filesThere are 539 ignored files in the Steepfile out of 836. Ignored files
Note: Ignored files are excluded from the next sections.
|
What does this PR do?
Adds JRuby 10.0 support to CI.
Motivation:
JRuby 10.0 is out!
Change log entry
No change log entry.
Additional Notes:
Tests that are skipped and need further investigation:
Datadog::Core::Remote::Component::Barrier
Datadog::Tracing::Contrib::Shoryuken::Tracer
These all lead with
TODO: JRuby 10.0 -
...I also added a temporary
jruby_100?
method as recommended by Marco that includes a comment to update Compatibility documentation after all tests are addressed.How to test the change?
Green CI.