jruby-rack 1.2.3 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/History.md +6 -1
- data/README.md +1 -1
- data/lib/jruby/rack/version.rb +1 -1
- data/lib/{jruby-rack-1.2.3.jar → jruby-rack-1.2.4.jar} +0 -0
- data/lib/jruby-rack.rb +1 -2
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1becdd6815173bccddf1fdb8ca6501876745258aba86eb0d18ceacab82e0482f
|
4
|
+
data.tar.gz: e55c77bc6c8a10b557380b61a06bc1b4d0f2000593915a2f26733f63f5927c68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a73d749573c629076cc5d85f43b22c4d6bded7a9048a560dcdc74caa700c07a2df9a450eac890e23e1b096a2ca5fb206989599b34d87cda5feb600e8a036be8
|
7
|
+
data.tar.gz: d04e67c0b239917dc0d41f50227bf5efe72f1d25ea4862828b7333815ec78f3fe4bb6d39b7c9f8f88b083e86d0cdbf209b6cd62a351c45ebc43d6749f2e9942d
|
data/History.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
|
+
## 1.2.4
|
2
|
+
|
3
|
+
- update (bundled) rack to 2.2.17
|
4
|
+
- Fix Rails 7.1 CSRF protection when working with `JavaServletStore` sessions
|
5
|
+
|
1
6
|
## 1.2.3
|
2
7
|
|
3
|
-
- avoid warnings due usage of `File.exists?`
|
8
|
+
- avoid warnings due to usage of `File.exists?`
|
4
9
|
- Fix Rails 7.1 compatibility by ensuring active_support is required before railtie
|
5
10
|
- Workaround logger require issues with concurrent-ruby 1.3.5 and older Rails versions
|
6
11
|
- Workaround NameError frozen string literal issues with JRuby 9.3 and Rails 5.2/6.0
|
data/README.md
CHANGED
@@ -335,7 +335,7 @@ package and push the .jar every time a commit changes a source file).
|
|
335
335
|
|
336
336
|
## Releasing
|
337
337
|
|
338
|
-
* Make sure auth is configured for "
|
338
|
+
* Make sure auth is configured for "central" repository ID in your .m2/settings.xml
|
339
339
|
* Update the version in src/main/ruby/jruby/rack/version.rb to the release version
|
340
340
|
* mvn release:prepare
|
341
341
|
* mvn release:perform (possibly with -DuseReleaseProfile=false due to Javadoc doclint failures for now)
|
data/lib/jruby/rack/version.rb
CHANGED
Binary file
|
data/lib/jruby-rack.rb
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
|
2
2
|
module JRubyJars
|
3
3
|
def self.jruby_rack_jar_path
|
4
|
-
File.expand_path("../jruby-rack-1.2.
|
4
|
+
File.expand_path("../jruby-rack-1.2.4.jar", __FILE__)
|
5
5
|
end
|
6
6
|
require jruby_rack_jar_path if defined?(JRUBY_VERSION)
|
7
7
|
end
|
8
|
-
require 'jruby/rack/version' # @deprecated to be removed in 1.2
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jruby-rack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nick Sieger
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-
|
10
|
+
date: 2025-08-08 00:00:00.000000000 Z
|
12
11
|
dependencies: []
|
13
12
|
description: JRuby-Rack is a combined Java and Ruby library that adapts the Java Servlet
|
14
13
|
API to Rack. For JRuby only.
|
@@ -21,14 +20,13 @@ files:
|
|
21
20
|
- History.md
|
22
21
|
- LICENSE.txt
|
23
22
|
- README.md
|
24
|
-
- lib/jruby-rack-1.2.
|
23
|
+
- lib/jruby-rack-1.2.4.jar
|
25
24
|
- lib/jruby-rack.rb
|
26
25
|
- lib/jruby/rack/version.rb
|
27
26
|
homepage: http://jruby.org
|
28
27
|
licenses:
|
29
28
|
- MIT
|
30
29
|
metadata: {}
|
31
|
-
post_install_message:
|
32
30
|
rdoc_options: []
|
33
31
|
require_paths:
|
34
32
|
- lib
|
@@ -43,8 +41,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
43
41
|
- !ruby/object:Gem::Version
|
44
42
|
version: '0'
|
45
43
|
requirements: []
|
46
|
-
rubygems_version: 3.
|
47
|
-
signing_key:
|
44
|
+
rubygems_version: 3.6.3
|
48
45
|
specification_version: 4
|
49
46
|
summary: Rack adapter for JRuby and Servlet Containers
|
50
47
|
test_files: []
|