Karol Bucek

Results 252 comments of Karol Bucek

it's a bit unfortunate to support only a sub-set of 9.4 but than why not get rid of the method-handle work-around sooner... maybe we should figure out a way to...

~~This issue would likely belong at https://github.com/jruby/jruby-openssl/issues~~ You could potentially try using `-Djruby.openssl.provider.register=true` if that yields any difference.

@chadlwilson seems to me that you're right, believe the old way worked due context class-loader being set in older versions.

actually, the expected behavior is raising a `Encoding::UndefinedConversionError` `ruby -v -e 'p "1ĀŽ2".encode("windows-1252", invalid: :replace, replace: "")'` ``` ruby 3.4.6 (2025-09-16 revision dbd83256b1) +PRISM [x86_64-linux] -e:1:in 'String#encode': U+0100 to WINDOWS-1252...

I do not think arjdbc is to blame. And agree this is a bit impossible to understand without knowing the app and what it does. From the trace it seems...

MR is incomplete, someone just needs to figure out the best based way forward (based on supported Rails versions and the `Rails.logger` APIs) and finish it up. > Sadly we...

was thinking about this a bit more, [while cleaning up the railtie](https://github.com/jruby/jruby-rack/commit/f6bcbe948a6f8ec4d4a9bfbca039f00758f80a16#diff-fd1e6768168931e6adb1d5a2f534f964d7e49bc40448897cb0dc545deaa01f9bR40). not sure about the approach here, maybe there's a performance consideration, given the original logger gets cloned and...

this bug relates to the servlet-rack bridge https://github.com/jruby/jruby-rack not the (warbler) packaging tool.

my initial thought was that we do something wrong with the `RackFilter` and jruby-rack's attempt to allow for serving assets (packaged with the .war) as well as dynamic requests using...

for the record, Bundler 4.0 installs fine on 10.0.2.0 ``` gem install bundler Fetching bundler-4.0.1.gem Successfully installed bundler-4.0.1 1 gem installed A new release of RubyGems is available: 3.6.9 →...