rjack-async-httpclient 1.7.24.0-java → 1.8.5.0-java

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: 05cc0fe9139653174fb86eca1e870b76057e26e8
4
- data.tar.gz: 95fd14a9a4e71bba0924c5940c725bd2f38e4001
3
+ metadata.gz: b3cdfc38a7331b67e77665be4739f38aad081687
4
+ data.tar.gz: d066b7aab144c04aa985b7d8f7cabf14f3f7f8ad
5
5
  SHA512:
6
- metadata.gz: 61a7e42e11a90ccd8ca78da807c5ca4c7ec9f870a0e9b799ee21df12892c644d5e2388cfa42af4e7b7e8d480823703b57328cabcaa179a202c5c065fd168a696
7
- data.tar.gz: 3885bb4793ea156e25a5673aa6e3796bc614636451288362f82b0027a2876d917d9b79f39b38955ad06beea62bb1d95ad89ea25c92841ac605650b65512f26b0
6
+ metadata.gz: df5f152c85b600465d7770ef9b24334fc11cdda837567f34c76ca1bc7618b266bfe0283324c5a012e26f2b6f757b0c09d77199fdfac6aebccbbe0e283b34f28b
7
+ data.tar.gz: 80fc2aa0fc3a1a9f0a93aa3f214131f364b89077317f3ed095a0d567374d8e0033d4d137b50e6682acccbbeb519a0e9ea08d946877f59d164e9d8f4727aa8bf5
@@ -1,3 +1,7 @@
1
+ === 1.8.5.0 (2014-4-7)
2
+ * Upgrade to Async Http Client 1.8.5
3
+ * Upgrade to rjack-netty ~> 3.9.0
4
+
1
5
  === 1.7.24.0 (2014-4-7)
2
6
  * Upgrade to Async Http Client 1.7.24
3
7
 
@@ -7,4 +7,4 @@ pom.xml
7
7
  lib/rjack-async-httpclient/base.rb
8
8
  lib/rjack-async-httpclient.rb
9
9
  test/test_httpclient.rb
10
- lib/rjack-async-httpclient/async-http-client-1.7.24.jar
10
+ lib/rjack-async-httpclient/async-http-client-1.8.5.jar
@@ -37,7 +37,6 @@ module RJack
37
37
  :max_connection_per_host => :maximum_connections_per_host,
38
38
  :max_redirects => :maximum_number_of_redirects,
39
39
  :max_total_connections => :maximum_connections_total,
40
- :reaper => :scheduled_executor_service,
41
40
  :redirect_enabled => :follow_redirects,
42
41
  :remove_query_param_on_redirect => :remove_query_params_on_redirect,
43
42
  :ssl_connection_pool_enabled => :allow_ssl_connection_pool
@@ -51,7 +50,7 @@ module RJack
51
50
  compact
52
51
 
53
52
  props -= %w[ valid class closed ] #bogus
54
- props += %w[ reaper executor_service ] #without get_
53
+ props += %w[ executor_service ] #without get_
55
54
 
56
55
  props.map! { |p| p.to_sym }
57
56
  props.inject( {} ) do |h,p|
@@ -16,7 +16,7 @@
16
16
 
17
17
  module RJack
18
18
  module AsyncHTTPClient
19
- CLIENT_VERSION = '1.7.24'
19
+ CLIENT_VERSION = '1.8.5'
20
20
  VERSION = CLIENT_VERSION + '.0'
21
21
 
22
22
  CLIENT_DIR = File.dirname( __FILE__ ) # :nodoc:
data/pom.xml CHANGED
@@ -15,7 +15,7 @@
15
15
  <dependency>
16
16
  <groupId>com.ning</groupId>
17
17
  <artifactId>async-http-client</artifactId>
18
- <version>1.7.24</version>
18
+ <version>1.8.5</version>
19
19
  </dependency>
20
20
  </dependencies>
21
21
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rjack-async-httpclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.24.0
4
+ version: 1.8.5.0
5
5
  platform: java
6
6
  authors:
7
7
  - David Kellum
@@ -16,12 +16,12 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 3.6.6
19
+ version: 3.9.0
20
20
  requirement: !ruby/object:Gem::Requirement
21
21
  requirements:
22
22
  - - ~>
23
23
  - !ruby/object:Gem::Version
24
- version: 3.6.6
24
+ version: 3.9.0
25
25
  prerelease: false
26
26
  type: :runtime
27
27
  - !ruby/object:Gem::Dependency
@@ -118,7 +118,7 @@ files:
118
118
  - lib/rjack-async-httpclient/base.rb
119
119
  - lib/rjack-async-httpclient.rb
120
120
  - test/test_httpclient.rb
121
- - lib/rjack-async-httpclient/async-http-client-1.7.24.jar
121
+ - lib/rjack-async-httpclient/async-http-client-1.8.5.jar
122
122
  homepage: http://rjack.rubyforge.org
123
123
  licenses: []
124
124
  metadata: {}