Karol Bucek
Karol Bucek
For a long time JRuby did the `$!` assignment, as well as other logic such as executing a :raise trace, when `new RaiseException()` was called. This worked but in most...
... works on Java 8 but not on 10(+) ``` jruby 9.2.1.0-SNAPSHOT (2.5.0) 2018-09-11 055a178 Java HotSpot(TM) 64-Bit Server VM 10.0.1+10 on 10.0.1+10 +jit [linux-x86_64] irb(main):001:0> Java::JavaUtilLogging::StreamHandler.new.setOutputStream Traceback (most recent...
### Description Following up on recent `truststore` work under JRuby (#2849 and #2884) I realized the `truststore_pass` option is still required at the ext level. In Java, it's common to...
esp. when they are older than JRUBY_VERSION or even attempting to build using 1.7 --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/40879554-warn-when-jruby-jars-do-not-match?utm_campaign=plugin&utm_content=tracker%2F136961&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F136961&utm_medium=issues&utm_source=github)....
being built on top of rake `warble --help` gets us the option to specify a Rakefile rake takes care of the loading but there's still a [default rakefile loading](https://github.com/jruby/warbler/blob/b3fd583/lib/warbler/application.rb#L59-L68) ......
similar to `config.webinf_files` potentially allow for customized: *META-INF/init.rb* *META-INF/rails.rb* --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39346328-support-config-metainf_files?utm_campaign=plugin&utm_content=tracker%2F136961&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F136961&utm_medium=issues&utm_source=github). --- Want to back this...
**JRuby-Rack** **1.2** is aimed as a cleanup release which might break some binary compatibility with 1.1.x when its worth (a badly designed API or due performance reasons). This should only...
due magic-threading in `ActionController::Live` "middleware" ... ## This issue seems to be lacking activity, you can change that by **[posting a bounty](https://www.bountysource.com/issues/1446576-live-streaming-rails-4-x-likely-broken)**.
http://stackoverflow.com/questions/3027564/can-i-have-sinatra-rack-not-read-the-entire-request-body-into-memory ... inspired by https://github.com/nandosola/trantor-stream-uploader
sample `(?[0-9]+)` instead of captuing - `"throughputtime" => 1760` in LS 1.4.2 - ends up capturing `"int" => "1760"` tested LS 6.8 and 7.7 seems to have been working (coercing)...