- 79 issues fixed for 9.4.3.0
- #1422 - GzipReader#mtime gives the wrong time
- #6607 - Clean up javadoc for stricter Java 11
- #7452 - Default external to locale as in CRuby
- #7474 - Rails 7 support
- #7522 - case/when optimizations
- #7579 - GLIBC compatibility with RHEL/CentOS 7 and JRuby 9.4.0.0
- #7673 - Enable more traces and reduce costs of others
- #7676 - ruby2_keywords should not warn when using ...
- #7711 - Constants set by autoload have wrong line number in JIT
- #7712 - Use real stack trace for autoload const location
- #7714 - Enumerator cleanup
- #7717 - sass-embedded gem extension install fails with rake require error on Windows with JRuby 9.4.2.0
- #7718 - Deprecation cleanup
- #7719 - Fixes #7717. sass-embedded gem extension install fails with jruby-com…
- #7720 - More indy call optz
- #7722 - Eliminate duplication for optimized case/when build
- #7723 - passing specs
- #7724 - Syslog tags
- #7725 - More specs already fixed
- #7726 - Ruby-based SecurityManager can recurse forever
- #7728 - [feat] make Ruby#setWarningsEnabled actually useful
- #7734 - Object with finalizer dumps wrong data leading to:
load': marshal data too short
- #7735 -
Dir.home
is no longer compatible with CRuby after JRuby 9.3 - #7738 - Fix Dir.home called with nil user
- #7739 - Don't try to marshal non-serializable variables
- #7740 - irb error on Mac M1
- #7741 - some line numbers on warnings are off by 1
- #7743 - [ripper] NPE during parsing the rspec documentation
- #7744 - The
File#absolute_path?
implementation in JRuby 9.4.x.x causes issues with asciidoctor-pdf - #7745 - Pathname#absolute? stopped working properly for URIs
- #7746 - Flaky test running rack on JRuby
- #7747 - Ruby 3.1 : fix Bigdecimal
- #7751 - Move arity-checking into variable-arity method bodies
- #7753 - Fix #7743. NPE during parsing the rspec documentation
- #7755 - Fixes #7676. ruby2_keywords should not warn when using ...
- #7756 - Regression go away
- #7757 - Migrate regressions into jruby:spec or remove if already covered
- #7758 - Fix BigDecimal#sub with Object and significant digits
- #7761 - Can't match rspec errors in 9.4.2.0
- #7764 - Mysterious "unused literal ignored" warnings
- #7765 - GH-6607 Clean up javadoc for stricter Java 11
- #7766 - Fix rounding mode constants of BigDecimal to use the same mri's values
- #7767 - Fix BigMath#exp and #log error message for edge cases
- #7768 - Fix BigDecimal(0, NAN and INFINITY) to return always same object
- #7770 - Fixes #7769. regexp with / before mbc should work.
- #7774 - ripper presents an extra on_var_field for opt parameters in methods
- #7775 - Fixes #7774. ripper presents an extra on_var_field for opt params
- #7776 - Ripper fixes found while running syntax_tree gems tests.
- #7777 - fix try_convert error message
- #7778 - Fix BigDecimal#to_s for edge case
- #7779 - Fix bigdecimal/util's #to_d and BigDecimal.interpret_loosely to return correct value for loosely case
- #7780 - Fix several BigDecimal failures
- #7781 - Add BigDecimal#power(n, prec)
- #7783 - Rails profiling optimizations
- #7789 - Java call optimizations
- #7790 - jruby --help displays removed taint level command line option
- #7791 - Remove obsolete command line option
-T[level]
- #7793 - Macbook M1 JRuby 9.4.2.0 Could not open library 'fixposix' 'libfixposix.dylib'
- #7797 - Fix recent regressions on master
- #7800 - Update time and uri for recent ReDoS issues
- #7801 - Update time to 0.2.2 and use date stub gem 3.3.3
- #7802 - Update Subspawn to fix #7793
- #7804 - Incorrect ArgumentError: wrong number of arguments
- #7807 - Update joni to 2.2
- #7808 - Update to backport9 1.13 for module javadoc fix
- #7813 - Add BigDecimal#quo(value, digits)
- #7814 - Update jzlib and fix mtime
- #7816 - Fixes #7804. Incorrect ArgumentError: wrong number of arguments
- #7818 - Small documentation issues regarding java options
- #7820 - Accessing
Encoding
from java code is broken on new thread - #7824 - Use top self for evalScriptlet, since no frame yet
- #7826 - Fix Rational#truncate with an invalid value
- #7827 - Fix BigDeciaml#to_f
- #7828 - Improve verbiage of how to use properties.
- #7830 - ArrayIndexOutOfBoundsException matching regex against emoji string
- #7831 - Update stdlib gems and compat to 3.1.4
- #7832 - Update JNR versions
- #7833 - Update IRB tests to 1.7.0 version
- #7834 - Return to IRB 1.4.2 for now