embulk-input-td 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb722151998f977c1757796f15f476faa6002cc0
4
- data.tar.gz: 5831f548a5fb461a6eae974d9f1447355b805bfd
3
+ metadata.gz: e5116acf36e5cc916233b7556ed561dd26fdfe03
4
+ data.tar.gz: 44f9e914b33dcae72942a0448997c0a643a47dd1
5
5
  SHA512:
6
- metadata.gz: 8149f315dbbf759a645f80d99a49ccabf658ec2bf5742c57d6642cf4967c156820ae44edf1543106bf014bdd3993525409c47ba9691a4bffd6c2727efa7002a0
7
- data.tar.gz: 5a31354a97d8b51e05f7508b3680a95e4d1dbae1270777ae39da1eaedf5649a6c973784fa885ddf8b7c04154bfc0b12d3f51a2c71ca17a1ea7aa96d86996ec20
6
+ metadata.gz: 48f2daa99ae6a061d9e3f1eabf0944a89e663acb1ff56734eef1be7c3bbfb8fdd764ba3dc80cbc06264d38386435f055e37de7ba4ce2f57f45874c652a953bb3
7
+ data.tar.gz: e4e48c965f9cd33ae544b58082a47615e4260631353eab5a7112663966cc979dcfbeffc900fc3fc14f2536aec0aeb12176f3e109e1e4d3d5cc98f2ecdae61a92
data/.travis.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  language: java
2
- jdk: oraclejdk8 # Use oraclejdk8 because checkstyle jar is compiled by jdk8 but, released plugin is still built by oraclejdk7.
2
+ jdk: openjdk8
3
3
  script:
4
4
  - ./gradlew --info check
5
5
  after_success:
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 0.2.2 - 2019-08-29
2
+ * [maintenance] Upgrade td-client, embulk-(core|standards) [#22]
3
+
1
4
  ## 0.2.1 - 2017-12-11
2
5
 
3
6
  * [new feature] Support Presto's MAP conversion with JSON type [#18]
data/build.gradle CHANGED
@@ -16,17 +16,17 @@ configurations {
16
16
  provided
17
17
  }
18
18
 
19
- version = "0.2.1"
19
+ version = "0.2.2"
20
20
 
21
- sourceCompatibility = 1.7
22
- targetCompatibility = 1.7
21
+ sourceCompatibility = 1.8
22
+ targetCompatibility = 1.8
23
23
 
24
24
  dependencies {
25
- compile "org.embulk:embulk-core:0.8.29"
26
- provided "org.embulk:embulk-core:0.8.29"
27
- compile "org.embulk:embulk-standards:0.8.29"
28
- provided "org.embulk:embulk-standards:0.8.29"
29
- compile "com.treasuredata.client:td-client:0.7.41"
25
+ compile "org.embulk:embulk-core:0.9.18"
26
+ provided "org.embulk:embulk-core:0.9.18"
27
+ compile "org.embulk:embulk-standards:0.9.18"
28
+ provided "org.embulk:embulk-standards:0.9.18"
29
+ compile "com.treasuredata.client:td-client:0.9.0"
30
30
 
31
31
  testCompile "junit:junit:4.+"
32
32
  }
@@ -1,7 +1,7 @@
1
1
 
2
2
  Gem::Specification.new do |spec|
3
3
  spec.name = "embulk-input-td"
4
- spec.version = "0.2.1"
4
+ spec.version = "0.2.2"
5
5
  spec.authors = ["Muga Nishizawa"]
6
6
  spec.summary = %[Td input plugin for Embulk]
7
7
  spec.description = %[Loads records from Td.]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-td
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Muga Nishizawa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-11 00:00:00.000000000 Z
11
+ date: 2019-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -69,17 +69,21 @@ files:
69
69
  - src/main/java/org/embulk/input/td/writer/StringValueWriter.java
70
70
  - src/main/java/org/embulk/input/td/writer/ValueWriter.java
71
71
  - src/test/java/org/embulk/input/td/TestTdInputPlugin.java
72
- - classpath/embulk-input-td-0.2.1.jar
73
- - classpath/hamcrest-core-1.1.jar
74
- - classpath/jackson-datatype-json-org-2.6.7.jar
75
- - classpath/jetty-client-9.2.22.v20170606.jar
76
- - classpath/jetty-http-9.2.22.v20170606.jar
77
- - classpath/jetty-io-9.2.22.v20170606.jar
78
- - classpath/jetty-util-9.2.22.v20170606.jar
79
- - classpath/json-20090211_1.jar
80
- - classpath/json-simple-1.1.1.jar
72
+ - classpath/jackson-core-2.9.9.jar
73
+ - classpath/jackson-databind-2.9.9.jar
74
+ - classpath/jackson-datatype-json-org-2.9.9.jar
75
+ - classpath/okhttp-3.12.0.jar
81
76
  - classpath/junit-4.10.jar
82
- - classpath/td-client-0.7.41.jar
77
+ - classpath/embulk-input-td-0.2.2.jar
78
+ - classpath/json-20171018.jar
79
+ - classpath/guava-21.0.jar
80
+ - classpath/jackson-datatype-guava-2.9.9.jar
81
+ - classpath/json-simple-1.1.1.jar
82
+ - classpath/jackson-annotations-2.9.9.jar
83
+ - classpath/td-client-0.9.0.jar
84
+ - classpath/hamcrest-core-1.1.jar
85
+ - classpath/okhttp-urlconnection-3.12.0.jar
86
+ - classpath/okio-1.15.0.jar
83
87
  homepage: https://github.com/muga/embulk-input-td
84
88
  licenses:
85
89
  - Apache 2.0