Skip to content
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

Bump jruby-rack from 1.1.13.1 to 1.1.21 #238

Merged
merged 1 commit into from
Jun 1, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2021

Bumps jruby-rack from 1.1.13.1 to 1.1.21.

Release notes

Sourced from jruby-rack's releases.

1.1.21 (17/09/17)

  • update (bundled) rack to 1.6.8
  • add Rack::Handler::Servlet::DefaultEnv#get_header (#212) missing methods to handle ActionController::Base#reset_session
  • can only safely stream natively on ActionDispatch <= 3.2 (#210) (broken Rails streaming for Rails 4.x)
  • when handling OPTION calls ignore both 'Date' and 'Allow' headers (#205)

1.1.20 (22/01/16)

  • pre-maturely avoid Ruby frozen string literals coming at us ... ''.dup meh!
  • allow to boot when RAILS_ROOT/public directory does not exist (closes #197)
  • for better booter detection - export public path after working dir was changed
  • ActionController::Base provides a method servlet_response to return the java.servlet_response rack env (#201)
  • adjust jruby home dir fallback (for default $LOAD_PATH) correctly on 9K and --2.0
  • servlet env should behave on fetch and [] like a Hash (nil value can be set)

1.1.19 (01/07/15)

  • update (bundled) rack to 1.5.5
  • servlet attrs with null/false values should not end up with an '' env value (#195)
  • tune ErrorApp + ShowStatus to respect set 'rack.showstatus.detail' (#194)
  • allow for more JRuby::Rack::ErrorApp customizations + retrieve cause when needed

1.1.18 (13/01/15)

  • back-port Rack::ShowStatus to be used with out ErrorApp (contains XSS fix #190)
  • search rackup (config.ru) on context-classloader if not found elsewhere
  • introduce a new ClassPathLayout where the whole app + gems are on CP (#191)
  • update to (vendored) rack ~> 1.5.2 (for JRuby-Rack 1.1.x)
  • use Rack::Utils.best_q_match in ErrorApp if available
  • improved rack-compatibility for our "pure" servlet-env request env parsing
    • raise a TypeError just like rack does when it detects invalid parameters
    • compatibility with rack's parse_nested_query logic

1.1.17 (30/12/14)

This release changes deployment from codehaus.org to oss.sonatype.org for artifacts.

  • just keep the jruby-home when set by jruby to "uri:classsloader:..." JRuby 9k
  • support configuration of Response.swallow_client_abort? (#186)
  • better client EOF (socket abort "Broken pipe") detection in Response we're now "officially" handling Jetty and maybe a bunch of others
  • allow PATCH verb to be processed by the ruby application (#184)

1.1.16 (14/08/14)

  • deal with real_path (file-system) layout regression introduced in 1.1.15

Changes from 1.1.15 apply since the previous release got yanked due a regression.

  • deal with potential getParameterMap "bugs" - null values e.g. on Jetty 6 (#154)
  • support filter init-param to configure whether response is handled "by default"
  • no header or status set (on response capture) - should report as handled works with Tomcat as before and serves static content with Jetty (#175)
  • make sure internal servlet attributes are retrieved on env[] (#173)

... (truncated)

Changelog

Sourced from jruby-rack's changelog.

1.1.21 (17/09/17)

  • update (bundled) rack to 1.6.8
  • add Rack::Handler::Servlet::DefaultEnv#get_header (#212) missing methods to handle ActionController::Base#reset_session
  • can only safely stream natively on ActionDispatch <= 3.2 (#210) (broken Rails streaming for Rails 4.x)
  • when handling OPTION calls ignore both 'Date' and 'Allow' headers (#205)

1.1.20 (22/01/16)

  • pre-maturely avoid Ruby frozen string literals coming at us ... ''.dup meh!
  • allow to boot when RAILS_ROOT/public directory does not exist (closes #197)
  • for better booter detection - export public path after working dir was changed
  • ActionController::Base provides a method servlet_response to return the java.servlet_response rack env (#201)
  • adjust jruby home dir fallback (for default $LOAD_PATH) correctly on 9K and --2.0
  • servlet env should behave on fetch and [] like a Hash (nil value can be set)

1.1.19 (01/07/15)

  • update (bundled) rack to 1.5.5
  • servlet attrs with null/false values should not end up with an '' env value (#195)
  • tune ErrorApp + ShowStatus to respect set 'rack.showstatus.detail' (#194)
  • allow for more JRuby::Rack::ErrorApp customizations + retrieve cause when needed

1.1.18 (13/01/15)

  • back-port Rack::ShowStatus to be used with out ErrorApp (contains XSS fix #190)
  • search rackup (config.ru) on context-classloader if not found elsewhere
  • introduce a new ClassPathLayout where the whole app + gems are on CP (#191)
  • update to (vendored) rack ~> 1.5.2 (for JRuby-Rack 1.1.x)
  • use Rack::Utils.best_q_match in ErrorApp if available
  • improved rack-compatibility for our "pure" servlet-env request env parsing
    • raise a TypeError just like rack does when it detects invalid parameters
    • compatibility with rack's parse_nested_query logic

1.1.17 (30/12/14)

This release changes deployment from codehaus.org to oss.sonatype.org for artifacts.

  • just keep the jruby-home when set by jruby to "uri:classsloader:..." JRuby 9k
  • support configuration of Response.swallow_client_abort? (#186)
  • better client EOF (socket abort "Broken pipe") detection in Response we're now "officially" handling Jetty and maybe a bunch of others
  • allow PATCH verb to be processed by the ruby application (#184)

1.1.16 (14/08/14)

  • deal with real_path (file-system) layout regression introduced in 1.1.15

... (truncated)

Commits
  • 2774bfc prepare for 1.1.21
  • 714fee2 update (bundled) rack to latest in 1.x line ... 1.6.8
  • 15d17ed Add Rack::Handler::Servlet::DefaultEnv#get_header (#212)
  • 49a3673 can only safely stream natively on ActionDispatch <= 3.2
  • 0e0ba6a fix wrong condition for OPTION to ignore both 'Date' and 'Allow' headers
  • 91d7d30 When handling OPTION calls ignore both 'Date' and 'Allow' headers
  • 91efe06 [travis-ci] adjust accepted failures - 1.7.4 no longer failing due jossl
  • 0afcafd update appraised gemfiles - so that we have a working jossl 4all
  • 1e81098 [bundle] upgrade to recent jruby-openssl 0.9
  • 628bd96 [travis-ci] running with RG 2.6 should get the (problematic) specs green
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Jun 1, 2021
@dependabot dependabot bot force-pushed the dependabot/maven/org.jruby.rack-jruby-rack-1.1.21 branch 2 times, most recently from e635496 to a893e4b Compare June 1, 2021 19:52
@jglick jglick enabled auto-merge June 1, 2021 20:00
@jglick
Copy link
Member

jglick commented Jun 1, 2021

AFAIK this module is no longer used; we should consider deleting it as part of JEP-7.

@jglick
Copy link
Member

jglick commented Jun 1, 2021

@dependabot rebase

Bumps [jruby-rack](https://github.com/jruby/jruby-rack) from 1.1.13.1 to 1.1.21.
- [Release notes](https://github.com/jruby/jruby-rack/releases)
- [Changelog](https://github.com/jruby/jruby-rack/blob/1.1.21/History.md)
- [Commits](jruby/jruby-rack@1.1.13.1...1.1.21)

---
updated-dependencies:
- dependency-name: org.jruby.rack:jruby-rack
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.jruby.rack-jruby-rack-1.1.21 branch from a893e4b to 9e7fb68 Compare June 1, 2021 20:05
@jglick jglick merged commit 15e251a into master Jun 1, 2021
@dependabot dependabot bot deleted the dependabot/maven/org.jruby.rack-jruby-rack-1.1.21 branch June 1, 2021 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant