-
Notifications
You must be signed in to change notification settings - Fork 137
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
NoMethodError undefined method get_header re-emerged with JRuby Rack 1.2.2 #259
Comments
We can also release a 1.1.x release now that the fix for #247 has been fixed there as well, if we want a smaller target for the moment. |
Ahh yes, sorry. Too many version numbers 😔 |
NoMethodError undefined method
get_header'` re-emerged with JRuby Rack 1.2.2
Personally I'm not too worried about that particular fix, so am neutral on releasing that branch unless the intent was to also get that in a CIed state of some sort 😅 Was more looking to move forward with a branch that seems to be receiving some love, and was making the naive assumption that the intent of releasing If I PR the #212 fix I suspect we'll end up playing whack-a-mole for various issues long since fixed on 1.1 folks have been relying on for years? |
jruby-rack
1.2.x
seems to barf while running on app that was previously working fine with21
9.4.7.0
6.1
w/ Sprockets4.2.1
and Rack2.2.9
1.1.22
10.0.21
embedded servlet container, Jetty initializingRackServlet
and indirectly JRuby runtimes.This seems to be a re-emergence of #211, previously fixed by #212 in
1.1.21
to create Rails 5.x compatibility, but merged only to the1.1
branch. Not sure if intentional, but might need some cherry-picks back to master for this and possibly others? https://github.com/jruby/jruby-rack/compare/1.1-stableHappy to try and help where I can if so. I would like to see how to move forward on master to figure out #244 and others so having some working CI of some sort from master helps.
The text was updated successfully, but these errors were encountered: