embulk-input-jira 0.2.11-java → 0.2.12-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad57293f5315e0c2d391793da5aef099dcccc77725beccb02529876593096ec9
4
- data.tar.gz: 64ddbdf17d519341ac2b7e1c0ac587858f6537c3c8a23741dedb5c11b4eebe5c
3
+ metadata.gz: 9ef786e630285a51bfea4ca205b4745230e5f179be6168b4c0debe5094cf605c
4
+ data.tar.gz: 2e4d05d0750d50bec027b1d68fe640003d85b5aac5758d0f88f0e82b7ca2cbfc
5
5
  SHA512:
6
- metadata.gz: 16c11849cd26b5a29be63dc5faeff87a6e105d03eefca266fa0dc1329d411f29173ef699a34f7f740d28b4818640159743038d499d58ccb93152bdb6dec63d69
7
- data.tar.gz: 7a66157028879547ccdf2bd296e0f96c9ebe35a0d86d762e5a4e80c270a1252bfb1a0704972300c863ea3be55884822382879fd7f5c88960152894fb14737376
6
+ metadata.gz: ec55bd949c37d3e2ea5807fb9269689ced6b363c65019a9d47ae72b9ebb8bc0d63816b0330f5eb6a2a909e43440367ffe2ff551fa5ca93a172445d527c654a02
7
+ data.tar.gz: 1efb3fab57946cc5090c4a0e865253b07c3a67c2d50c9d7dc3a35e80033e052327763a3ef49b36e245c7bc2e358694156c28e38ccfcdcb4a70c68ed667902cad
Binary file
@@ -1,3 +1,3 @@
1
1
  Embulk::JavaPlugin.register_input(
2
2
  "jira", "org.embulk.input.jira.JiraInputPlugin",
3
- File.expand_path('../../../../classpath', __FILE__))
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-jira
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.2.12
5
5
  platform: java
6
6
  authors:
7
7
  - uu59
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-11-13 00:00:00.000000000 Z
12
+ date: 2021-08-23 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: JIRA Embulk input plugin.
15
15
  email:
@@ -23,16 +23,21 @@ files:
23
23
  - classpath/commons-codec-1.10.jar
24
24
  - classpath/commons-lang3-3.4.jar
25
25
  - classpath/commons-logging-1.2.jar
26
- - classpath/embulk-input-jira-0.2.11.jar
27
- - classpath/embulk-util-config-0.1.4.jar
26
+ - classpath/embulk-input-jira-0.2.12.jar
27
+ - classpath/embulk-util-config-0.3.1.jar
28
+ - classpath/embulk-util-file-0.1.1.jar
29
+ - classpath/embulk-util-guess-0.1.2.jar
28
30
  - classpath/embulk-util-json-0.1.0.jar
29
- - classpath/embulk-util-retryhelper-0.8.1.jar
31
+ - classpath/embulk-util-retryhelper-0.8.2.jar
32
+ - classpath/embulk-util-retryhelper-jetty92-0.8.2.jar
30
33
  - classpath/embulk-util-rubytime-0.3.2.jar
34
+ - classpath/embulk-util-text-0.1.0.jar
31
35
  - classpath/embulk-util-timestamp-0.2.1.jar
32
36
  - classpath/gson-2.8.5.jar
33
37
  - classpath/guava-18.0.jar
34
38
  - classpath/httpclient-4.5.6.jar
35
39
  - classpath/httpcore-4.4.10.jar
40
+ - classpath/icu4j-54.1.1.jar
36
41
  - classpath/jackson-annotations-2.6.7.jar
37
42
  - classpath/jackson-core-2.6.7.jar
38
43
  - classpath/jackson-databind-2.6.7.jar
@@ -45,9 +50,12 @@ files:
45
50
  - classpath/jaxb-impl-2.2.11.jar
46
51
  - classpath/jersey-client-2.27.jar
47
52
  - classpath/jersey-common-2.27.jar
53
+ - classpath/jetty-client-9.2.14.v20151106.jar
54
+ - classpath/jetty-http-9.2.14.v20151106.jar
55
+ - classpath/jetty-io-9.2.14.v20151106.jar
56
+ - classpath/jetty-util-9.2.14.v20151106.jar
48
57
  - classpath/osgi-resource-locator-1.0.1.jar
49
58
  - classpath/validation-api-1.1.0.Final.jar
50
- - lib/embulk/guess/jira.rb
51
59
  - lib/embulk/input/jira.rb
52
60
  homepage: https://github.com/treasure-data/embulk-input-jira
53
61
  licenses:
Binary file
@@ -1,24 +0,0 @@
1
- # Not to be used as a standalone guess plugin
2
- # This is just a thin wrapper to leverage the SchemaGuess Ruby implementation from Java side
3
-
4
- require 'json'
5
-
6
- module Embulk
7
- module Guess
8
- class JiraGuess < TextGuessPlugin
9
- Plugin.register_guess("jira", self)
10
-
11
- def guess_text(config, sample_text)
12
- {:columns =>
13
- SchemaGuess.from_hash_records(JSON.parse(sample_text)).map do |c|
14
- {
15
- name: c.name,
16
- type: c.type,
17
- **(c.format ? {format: c.format} : {})
18
- }
19
- end
20
- }
21
- end
22
- end
23
- end
24
- end