jruby-rack
jruby-rack copied to clipboard
Rack for JRuby and Java appservers
This is an attempt to merge in all changes from 1.1-stable into master for the next 1.2.x release. The 1.1-stable branch diverged almost ten years ago, and only had one...
- Alternative to #253 after getting tests to pass on master - Fixes #259 Todo - [ ] Get tests to pass, there are some logger things to figure out,...
``` 19:50:34,529 WARN [org.jboss.modules.define] (MSC service thread 1-5) Failed to define class org.jruby.rack.AbstractFilter in Module "deployment.portal.war" from Service Module Loader: java.lang.NoClassDefFoundError: Failed to link org/jruby/rack/AbstractFilter (Module "deployment.portal.war" from Service Module...
After updating Rack to 3.1+, when starting a Rails application on Tomcat, JRuby-Rack looks for rack/chunked without success. It ends with the exception: "An exception happened during JRuby-Rack startup: no...
one sweep per commit
- Fixes #285 Draft for now for discussion, as not sure of the implementations, especially for the RewindableInputStream and listeners etc.
There are uses of many methods that have been deprecated in JRuby, some for years and some recently. We should audit these deprecations and try to safely move to the...
Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 4.3.30.RELEASE to 6.1.14. Release notes Sourced from org.springframework:spring-web's releases. v6.1.14 :star: New Features Use Locale.ROOT for locale neutral, case insensitive comparisons #33708 Improve checks for relative paths...
Seems the default `rack.factory` with Rails is still the pooling one instead of the shared (thread-safe) one.