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 org.jruby.rack:jruby-rack from 1.1.22 to 1.2.2 #1997

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 14, 2024

Bumps org.jruby.rack:jruby-rack from 1.1.22 to 1.2.2.

Changelog

Sourced from org.jruby.rack:jruby-rack's changelog.

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.

1.1.15 (ya/nk/ed)

  • 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)
  • using our "servlet-specific" path methods in booter - we're avoiding File.exist? and expanding path specifically for the application layout this helps for a better boot in non-expanded .war scenarios
  • improve app layout dir resolution - e.g. FS public path should resolve relative
  • a work-around for WAS (8.5) failing on Dir.chdir while booting (#170)
  • consider response unhandled when OPTIONS with "Allow" header set (#153)
  • improved handling for jruby.compat.version (should work with jruby-head)
  • start using org.jruby.maven jruby plugins for mvn (relates to #108 as well) this allows us to work without a GEM_HOME/GEM_PATH (local ruby install)
  • use ruby-style methods for the servlet api (in our servlet_env handler)

1.1.14 (24/02/14)

  • re-invent the ErrorApp without Rack::File and with support for 503(.html)
  • when jruby.rack.error.app is set - make sure it's actually used (fixes #166)
  • review Railtie for setting relative_url_root - do not override if already set

... (truncated)

Commits
  • e2a1e81 [maven-release-plugin] prepare release jruby-rack-1.2.2
  • f77e9df Update version for release
  • 9b6f204 Merge pull request #257 from headius/fix_javadoc
  • e492263 Fix javadoc lint issues
  • a978b90 [maven-release-plugin] prepare for next development iteration
  • 1492d02 [maven-release-plugin] prepare release jruby-rack-1.2.1
  • 4273e47 Update README with version update instruction
  • 03e88fe Update version for release
  • d6e3f36 Only run dependency upload on master
  • 58c83f3 Merge pull request #256 from headius/coderange_cat_1.2_for_9.3
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
0 participants