jrjackson 0.4.12-java → 0.4.15-java
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/Gemfile +0 -4
- data/changelog.md +9 -3
- data/jrjackson.gemspec +1 -0
- data/lib/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.jar +0 -0
- data/lib/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.jar +0 -0
- data/lib/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.jar +0 -0
- data/lib/com/fasterxml/jackson/module/jackson-module-afterburner/2.13.3/jackson-module-afterburner-2.13.3.jar +0 -0
- data/lib/jrjackson/build_info.rb +5 -5
- data/lib/jrjackson/jars/jrjackson-1.2.32.jar +0 -0
- data/lib/jrjackson_jars.rb +8 -8
- data/pom.xml +17 -10
- metadata +32 -18
- data/lib/com/fasterxml/jackson/core/jackson-annotations/2.9.10/jackson-annotations-2.9.10.jar +0 -0
- data/lib/com/fasterxml/jackson/core/jackson-core/2.9.10/jackson-core-2.9.10.jar +0 -0
- data/lib/com/fasterxml/jackson/core/jackson-databind/2.9.10.4/jackson-databind-2.9.10.4.jar +0 -0
- data/lib/com/fasterxml/jackson/module/jackson-module-afterburner/2.9.10/jackson-module-afterburner-2.9.10.jar +0 -0
- data/lib/jrjackson/jars/jrjackson-1.2.30.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f26e41f367e27c5ae624a779718fe260a94e479e0cddc22dec10c0957f689726
|
4
|
+
data.tar.gz: ca6abb4cf890430110d1150cbc10de602bed9ea288a508d08d236c5164e89cf4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27b760f1feeb762030a94992052260a5cb376e55a6d1c3db58bb486d37c826c70fdb6e46d3b3daec5102a20c5d7a091cbb5c0adf926a77a1abb42847ac258827
|
7
|
+
data.tar.gz: 1b3c25eb385ee1ee050329c185bb7095dc820213c60d8ca3b1059e9e26e27220ff66526e671ece4ace181df2536e79970861363e154b7d8ec969a626c292600b
|
data/Gemfile
CHANGED
data/changelog.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
v0.4.14
|
2
|
+
Bump jackson-databind to v2.9.10.8
|
3
|
+
|
4
|
+
v0.4.13
|
5
|
+
Bump jackson-databind to v2.9.10.6
|
6
|
+
|
1
7
|
v0.4.12
|
2
8
|
Bump jackson-databind to v2.9.10.4
|
3
9
|
|
@@ -5,7 +11,7 @@ v0.4.11
|
|
5
11
|
Bump Jackson to v2.9.10, and jackson-databind to v2.9.10.1
|
6
12
|
|
7
13
|
v0.4.10
|
8
|
-
fix concurrency issue when serializing dates.
|
14
|
+
fix concurrency issue when serializing dates.
|
9
15
|
Cache UTC TimeZone class to avoid unnecessary calls to synchronized method
|
10
16
|
Use a ThreadLocal to hold per-thread instances of SimpleDateFormat to avoid
|
11
17
|
unnecessary expensive clonings of that object
|
@@ -16,7 +22,7 @@ v0.4.9
|
|
16
22
|
bump Jackson to v2.9.9, and jackson-databind to v2.9.9.3
|
17
23
|
|
18
24
|
v0.4.8
|
19
|
-
fix serialisation of big numbers as Ruby 2.4 unifies Fixnum and Bignum into Integer
|
25
|
+
fix serialisation of big numbers as Ruby 2.4 unifies Fixnum and Bignum into Integer
|
20
26
|
|
21
27
|
v0.4.4
|
22
28
|
fix for issue 64
|
@@ -25,7 +31,7 @@ v0.4.4
|
|
25
31
|
v0.4.3
|
26
32
|
bump Jackson to v2.9.1
|
27
33
|
make static_mapper public
|
28
|
-
|
34
|
+
|
29
35
|
v0.4.1
|
30
36
|
fix for issue 55
|
31
37
|
Refactor AnySerializer acceptable class detection that does not use an exception
|
data/jrjackson.gemspec
CHANGED
@@ -18,6 +18,7 @@ Gem::Specification.new do |s|
|
|
18
18
|
s.license = 'Apache License 2.0'
|
19
19
|
s.require_paths = ["lib"]
|
20
20
|
|
21
|
+
s.add_development_dependency 'bundler', '~> 1.10'
|
21
22
|
s.add_development_dependency 'jar-dependencies', '< 2.0', '>= 0.3.2'
|
22
23
|
|
23
24
|
jackson_version = JrJackson::BuildInfo.jackson_version
|
Binary file
|
Binary file
|
Binary file
|
data/lib/jrjackson/build_info.rb
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
module JrJackson
|
2
2
|
module BuildInfo
|
3
3
|
def self.version
|
4
|
-
'0.4.
|
4
|
+
'0.4.15'
|
5
5
|
end
|
6
6
|
|
7
7
|
def self.release_date
|
8
|
-
'
|
8
|
+
'2022-06-02'
|
9
9
|
end
|
10
10
|
|
11
11
|
def self.files
|
@@ -13,15 +13,15 @@ module JrJackson
|
|
13
13
|
end
|
14
14
|
|
15
15
|
def self.jackson_version
|
16
|
-
'2.
|
16
|
+
'2.13.3'
|
17
17
|
end
|
18
18
|
|
19
19
|
def self.jackson_databind_version
|
20
|
-
'2.
|
20
|
+
'2.13.3'
|
21
21
|
end
|
22
22
|
|
23
23
|
def self.jar_version
|
24
|
-
'1.2.
|
24
|
+
'1.2.32'
|
25
25
|
end
|
26
26
|
|
27
27
|
private
|
Binary file
|
data/lib/jrjackson_jars.rb
CHANGED
@@ -2,15 +2,15 @@
|
|
2
2
|
begin
|
3
3
|
require 'jar_dependencies'
|
4
4
|
rescue LoadError
|
5
|
-
require 'com/fasterxml/jackson/core/jackson-
|
6
|
-
require 'com/fasterxml/jackson/core/jackson-
|
7
|
-
require 'com/fasterxml/jackson/
|
8
|
-
require 'com/fasterxml/jackson/
|
5
|
+
require 'com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.jar'
|
6
|
+
require 'com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.jar'
|
7
|
+
require 'com/fasterxml/jackson/module/jackson-module-afterburner/2.13.3/jackson-module-afterburner-2.13.3.jar'
|
8
|
+
require 'com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.jar'
|
9
9
|
end
|
10
10
|
|
11
11
|
if defined? Jars
|
12
|
-
require_jar 'com.fasterxml.jackson.core', 'jackson-
|
13
|
-
require_jar 'com.fasterxml.jackson.core', 'jackson-
|
14
|
-
require_jar 'com.fasterxml.jackson.
|
15
|
-
require_jar 'com.fasterxml.jackson.
|
12
|
+
require_jar 'com.fasterxml.jackson.core', 'jackson-annotations', '2.13.3'
|
13
|
+
require_jar 'com.fasterxml.jackson.core', 'jackson-databind', '2.13.3'
|
14
|
+
require_jar 'com.fasterxml.jackson.module', 'jackson-module-afterburner', '2.13.3'
|
15
|
+
require_jar 'com.fasterxml.jackson.core', 'jackson-core', '2.13.3'
|
16
16
|
end
|
data/pom.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
<!--
|
3
3
|
|
4
4
|
|
5
|
-
DO NOT
|
5
|
+
DO NOT MODIFY - GENERATED CODE
|
6
6
|
|
7
7
|
|
8
8
|
-->
|
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
|
|
11
11
|
<modelVersion>4.0.0</modelVersion>
|
12
12
|
<groupId>com.jrjackson.jruby</groupId>
|
13
13
|
<artifactId>jrjackson</artifactId>
|
14
|
-
<version>1.2.
|
14
|
+
<version>1.2.32</version>
|
15
15
|
<name>A JRuby wrapper for the java jackson json processor jar</name>
|
16
16
|
<description>A mostly native JRuby wrapper for the java jackson json processor jar</description>
|
17
17
|
<url>http://github.com/guyboertje/jrjackson</url>
|
@@ -31,12 +31,19 @@ DO NOT MODIFIY - GENERATED CODE
|
|
31
31
|
<url>http://github.com/guyboertje/jrjackson</url>
|
32
32
|
</scm>
|
33
33
|
<properties>
|
34
|
+
<jruby.plugins.version>2.0.1</jruby.plugins.version>
|
35
|
+
<mavengem.wagon.version>1.0.3</mavengem.wagon.version>
|
34
36
|
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
|
35
|
-
<mavengem.wagon.version>0.2.0</mavengem.wagon.version>
|
36
|
-
<jruby.plugins.version>1.1.5</jruby.plugins.version>
|
37
37
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
38
38
|
</properties>
|
39
39
|
<dependencies>
|
40
|
+
<dependency>
|
41
|
+
<groupId>rubygems</groupId>
|
42
|
+
<artifactId>bundler</artifactId>
|
43
|
+
<version>[1.10,1.99999]</version>
|
44
|
+
<type>gem</type>
|
45
|
+
<scope>test</scope>
|
46
|
+
</dependency>
|
40
47
|
<dependency>
|
41
48
|
<groupId>rubygems</groupId>
|
42
49
|
<artifactId>jar-dependencies</artifactId>
|
@@ -47,22 +54,22 @@ DO NOT MODIFIY - GENERATED CODE
|
|
47
54
|
<dependency>
|
48
55
|
<groupId>com.fasterxml.jackson.core</groupId>
|
49
56
|
<artifactId>jackson-core</artifactId>
|
50
|
-
<version>2.
|
57
|
+
<version>2.13.3</version>
|
51
58
|
</dependency>
|
52
59
|
<dependency>
|
53
60
|
<groupId>com.fasterxml.jackson.core</groupId>
|
54
61
|
<artifactId>jackson-annotations</artifactId>
|
55
|
-
<version>2.
|
62
|
+
<version>2.13.3</version>
|
56
63
|
</dependency>
|
57
64
|
<dependency>
|
58
65
|
<groupId>com.fasterxml.jackson.core</groupId>
|
59
66
|
<artifactId>jackson-databind</artifactId>
|
60
|
-
<version>2.
|
67
|
+
<version>2.13.3</version>
|
61
68
|
</dependency>
|
62
69
|
<dependency>
|
63
70
|
<groupId>com.fasterxml.jackson.module</groupId>
|
64
71
|
<artifactId>jackson-module-afterburner</artifactId>
|
65
|
-
<version>2.
|
72
|
+
<version>2.13.3</version>
|
66
73
|
</dependency>
|
67
74
|
<dependency>
|
68
75
|
<groupId>junit</groupId>
|
@@ -111,7 +118,7 @@ DO NOT MODIFIY - GENERATED CODE
|
|
111
118
|
</executions>
|
112
119
|
<configuration>
|
113
120
|
<outputDirectory>lib/jrjackson/jars</outputDirectory>
|
114
|
-
<finalName>jrjackson-1.2.
|
121
|
+
<finalName>jrjackson-1.2.32</finalName>
|
115
122
|
</configuration>
|
116
123
|
</plugin>
|
117
124
|
<plugin>
|
@@ -122,7 +129,7 @@ DO NOT MODIFIY - GENERATED CODE
|
|
122
129
|
<fileset>
|
123
130
|
<directory>lib/jrjackson/jars</directory>
|
124
131
|
<includes>
|
125
|
-
<include>jrjackson-1.2.
|
132
|
+
<include>jrjackson-1.2.32.jar</include>
|
126
133
|
<include>*/**/*.jar</include>
|
127
134
|
</includes>
|
128
135
|
</fileset>
|
metadata
CHANGED
@@ -1,35 +1,49 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jrjackson
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.15
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Guy Boertje
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
16
|
+
- - "~>"
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version:
|
18
|
+
version: '1.10'
|
19
|
+
name: bundler
|
20
|
+
prerelease: false
|
21
|
+
type: :development
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.10'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
requirement: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
19
30
|
- - "<"
|
20
31
|
- !ruby/object:Gem::Version
|
21
32
|
version: '2.0'
|
33
|
+
- - ">="
|
34
|
+
- !ruby/object:Gem::Version
|
35
|
+
version: 0.3.2
|
22
36
|
name: jar-dependencies
|
23
|
-
type: :development
|
24
37
|
prerelease: false
|
38
|
+
type: :development
|
25
39
|
version_requirements: !ruby/object:Gem::Requirement
|
26
40
|
requirements:
|
27
|
-
- - ">="
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: 0.3.2
|
30
41
|
- - "<"
|
31
42
|
- !ruby/object:Gem::Version
|
32
43
|
version: '2.0'
|
44
|
+
- - ">="
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: 0.3.2
|
33
47
|
description: A mostly native JRuby wrapper for the java jackson json processor jar
|
34
48
|
email:
|
35
49
|
- guyboertje@gmail.com
|
@@ -46,13 +60,13 @@ files:
|
|
46
60
|
- alt_bench.rb
|
47
61
|
- changelog.md
|
48
62
|
- jrjackson.gemspec
|
49
|
-
- lib/com/fasterxml/jackson/core/jackson-annotations/2.
|
50
|
-
- lib/com/fasterxml/jackson/core/jackson-core/2.
|
51
|
-
- lib/com/fasterxml/jackson/core/jackson-databind/2.
|
52
|
-
- lib/com/fasterxml/jackson/module/jackson-module-afterburner/2.
|
63
|
+
- lib/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.jar
|
64
|
+
- lib/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.jar
|
65
|
+
- lib/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.jar
|
66
|
+
- lib/com/fasterxml/jackson/module/jackson-module-afterburner/2.13.3/jackson-module-afterburner-2.13.3.jar
|
53
67
|
- lib/jrjackson.rb
|
54
68
|
- lib/jrjackson/build_info.rb
|
55
|
-
- lib/jrjackson/jars/jrjackson-1.2.
|
69
|
+
- lib/jrjackson/jars/jrjackson-1.2.32.jar
|
56
70
|
- lib/jrjackson/jrjackson.rb
|
57
71
|
- lib/jrjackson_jars.rb
|
58
72
|
- lib/require_relative_patch.rb
|
@@ -120,11 +134,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
120
134
|
- !ruby/object:Gem::Version
|
121
135
|
version: '0'
|
122
136
|
requirements:
|
123
|
-
- jar com.fasterxml.jackson.core:jackson-core, 2.
|
124
|
-
- jar com.fasterxml.jackson.core:jackson-annotations, 2.
|
125
|
-
- jar com.fasterxml.jackson.core:jackson-databind, 2.
|
126
|
-
- jar com.fasterxml.jackson.module:jackson-module-afterburner, 2.
|
127
|
-
rubygems_version: 3.
|
137
|
+
- jar com.fasterxml.jackson.core:jackson-core, 2.13.3
|
138
|
+
- jar com.fasterxml.jackson.core:jackson-annotations, 2.13.3
|
139
|
+
- jar com.fasterxml.jackson.core:jackson-databind, 2.13.3
|
140
|
+
- jar com.fasterxml.jackson.module:jackson-module-afterburner, 2.13.3
|
141
|
+
rubygems_version: 3.2.29
|
128
142
|
signing_key:
|
129
143
|
specification_version: 4
|
130
144
|
summary: A JRuby wrapper for the java jackson json processor jar
|
data/lib/com/fasterxml/jackson/core/jackson-annotations/2.9.10/jackson-annotations-2.9.10.jar
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|