iudex-jetty-httpclient 1.5.0-java → 1.6.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: a07b6466a1c0d2291ec1eb6cc7b671c63b99c6f5
4
- data.tar.gz: a5ab924033d91aa278f9144289c37f7767586206
3
+ metadata.gz: 9b7d228fdb0ccaaf7d5cf071e9ade04bb43c1c0f
4
+ data.tar.gz: 1b4cbd2ab4e507cf56c680a5974c6b14820eca24
5
5
  SHA512:
6
- metadata.gz: f5cd05f252dc7a2fc5bb48913882d436f56631107c5437f746fd08c898d21e99431406bb90dfac1341b432b3b2558739fa52c82b552fc196a78b40e973207843
7
- data.tar.gz: 27aed1b72d35c03fcc3bd69ff09de709765b373710bbcf7ceb7ab9f16899cf8ebe9c581411328245c047555f1509fe10ef9bbbbc6318cadd68488b56a64c53ad
6
+ metadata.gz: 08a3b4f35c8c746c7ddf62d8c63d0ec7e08c4a15f6b1798319cd497f2a744f251de185fd19ff21c63e741c9d0e2ba7f2b4f896b2d40011453e248d5c173a50a9
7
+ data.tar.gz: b8fa9a303362b81fd1bafa1ed1c5c29737f9236e5cbcf32ba4abbabdd8e267708c27e260c8f112e662efa03b9b13e124e280296fa96b230b97983e9c486ce8d7
data/History.rdoc CHANGED
@@ -1,5 +1,12 @@
1
+ === 1.6.0 (2015-1-25)
2
+ Note: this release is at this time considered experimental or "alpha"
3
+ by comparison to 1.5 or 1.4
4
+ * Upgrade to rjack-jetty ~> 9.2.2. Java compile-time changes are
5
+ incompatible with all (7, 9.0, 9.1) prior versions. As such
6
+ this is a mandatory upgrade.
7
+
1
8
  === 1.5.0 (2014-3-27)
2
- Note: this release is at this time considered experimental or an "alpha"
9
+ Note: this release is at this time considered experimental or "beta"
3
10
  by comparison to 1.4.0
4
11
  * Expand to >= 1.4.0, < 1.7 iudex dependencies
5
12
  * Upgrade (mandatory) to rjack-jetty ~> 9.1.0 (java compile-time changes)
data/Manifest.txt CHANGED
@@ -7,4 +7,4 @@ lib/iudex-jetty-httpclient/base.rb
7
7
  lib/iudex-jetty-httpclient.rb
8
8
  test/setup.rb
9
9
  test/test_httpclient.rb
10
- lib/iudex-jetty-httpclient/iudex-jetty-httpclient-1.5.0.jar
10
+ lib/iudex-jetty-httpclient/iudex-jetty-httpclient-1.6.0.jar
data/README.rdoc CHANGED
@@ -11,7 +11,7 @@ iudex-http interfaces.
11
11
 
12
12
  == License
13
13
 
14
- Copyright (c) 2008-2014 David Kellum
14
+ Copyright (c) 2008-2015 David Kellum
15
15
 
16
16
  Licensed under the Apache License, Version 2.0 (the "License"); you
17
17
  may not use this file except in compliance with the License. You
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2014 David Kellum
2
+ # Copyright (c) 2008-2015 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2014 David Kellum
2
+ # Copyright (c) 2008-2015 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -16,7 +16,7 @@
16
16
 
17
17
  module Iudex
18
18
  module JettyHTTPClient
19
- VERSION = '1.5.0'
19
+ VERSION = '1.6.0'
20
20
 
21
21
  LIB_DIR = File.dirname( __FILE__ ) # :nodoc:
22
22
  end
data/pom.xml CHANGED
@@ -5,7 +5,7 @@
5
5
  <groupId>iudex</groupId>
6
6
  <artifactId>iudex-jetty-httpclient</artifactId>
7
7
  <packaging>jar</packaging>
8
- <version>1.5.0</version>
8
+ <version>1.6.0</version>
9
9
  <name>Iudex Jetty HTTP Client Adaptor</name>
10
10
 
11
11
  <parent>
@@ -26,7 +26,7 @@
26
26
  <dependency>
27
27
  <groupId>org.eclipse.jetty</groupId>
28
28
  <artifactId>jetty-client</artifactId>
29
- <version>[9.1.0.v20131115,9.2.0)</version>
29
+ <version>[9.2.2.v20140723,9.2.99999)</version>
30
30
  </dependency>
31
31
 
32
32
  </dependencies>
data/test/setup.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2014 David Kellum
2
+ # Copyright (c) 2008-2015 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env jruby
2
2
 
3
3
  #--
4
- # Copyright (c) 2008-2014 David Kellum
4
+ # Copyright (c) 2008-2015 David Kellum
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License"); you
7
7
  # may not use this file except in compliance with the License. You
@@ -334,7 +334,7 @@ class TestHTTPClient < MiniTest::Unit::TestCase
334
334
 
335
335
  with_new_client do |client|
336
336
  with_session_handler( client, "http://localhost:19293/" ) do |s,x|
337
- assert_match( /(EofException|bad response|ClosedChannelException)/i,
337
+ assert_match( /(EofException|bad response|ClosedChannelException|AsynchronousCloseException)/i,
338
338
  x.to_string )
339
339
  assert_equal( -1, s.status_code )
340
340
  end
@@ -356,7 +356,7 @@ class TestHTTPClient < MiniTest::Unit::TestCase
356
356
 
357
357
  with_new_client do |client|
358
358
  with_session_handler( client, "http://localhost:19293/" ) do |s,x|
359
- assert_match( /EofException|ClosedChannelException/i, x.class.name )
359
+ assert_match( /EofException|ClosedChannelException|AsynchronousCloseException/i, x.class.name )
360
360
  end
361
361
  end
362
362
 
@@ -392,7 +392,7 @@ class TestHTTPClient < MiniTest::Unit::TestCase
392
392
 
393
393
  with_new_client do |client|
394
394
  with_session_handler( client, "http://localhost:19293/" ) do |s,x|
395
- assert_match( /EofException|ClosedChannelException|HttpResponseException/i,
395
+ assert_match( /EofException|ClosedChannelException|HttpResponseException|AsynchronousCloseException/i,
396
396
  x.class.name, x.to_string )
397
397
  end
398
398
  end
@@ -424,7 +424,7 @@ class TestHTTPClient < MiniTest::Unit::TestCase
424
424
 
425
425
  with_new_client do |client|
426
426
  with_session_handler( client, "http://localhost:19293/" ) do |s,x|
427
- assert_match( /EofException|ClosedChannelException|HttpResponseException/i,
427
+ assert_match( /EofException|ClosedChannelException|HttpResponseException|AsynchronousCloseException/i,
428
428
  x.class.name, x.to_string )
429
429
  end
430
430
  end
@@ -587,7 +587,7 @@ class TestHTTPClient < MiniTest::Unit::TestCase
587
587
  if b
588
588
  b.call( s, x )
589
589
  else
590
- flunk "Handler called twice!"
590
+ @failure = "Handler called twice!"
591
591
  end
592
592
  rescue NativeException => x
593
593
  @failure = x.cause
metadata CHANGED
@@ -1,18 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iudex-jetty-httpclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: java
6
6
  authors:
7
7
  - David Kellum
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-27 00:00:00.000000000 Z
11
+ date: 2015-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: iudex-http
15
- version_requirements: !ruby/object:Gem::Requirement
14
+ requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
16
  - - '>='
18
17
  - !ruby/object:Gem::Version
@@ -20,7 +19,10 @@ dependencies:
20
19
  - - <
21
20
  - !ruby/object:Gem::Version
22
21
  version: '1.7'
23
- requirement: !ruby/object:Gem::Requirement
22
+ name: iudex-http
23
+ prerelease: false
24
+ type: :runtime
25
+ version_requirements: !ruby/object:Gem::Requirement
24
26
  requirements:
25
27
  - - '>='
26
28
  - !ruby/object:Gem::Version
@@ -28,60 +30,49 @@ dependencies:
28
30
  - - <
29
31
  - !ruby/object:Gem::Version
30
32
  version: '1.7'
31
- prerelease: false
32
- type: :runtime
33
33
  - !ruby/object:Gem::Dependency
34
- name: rjack-jetty
35
- version_requirements: !ruby/object:Gem::Requirement
36
- requirements:
37
- - - ~>
38
- - !ruby/object:Gem::Version
39
- version: 9.1.0
40
34
  requirement: !ruby/object:Gem::Requirement
41
35
  requirements:
42
36
  - - ~>
43
37
  - !ruby/object:Gem::Version
44
- version: 9.1.0
38
+ version: 9.2.2
39
+ name: rjack-jetty
45
40
  prerelease: false
46
41
  type: :runtime
47
- - !ruby/object:Gem::Dependency
48
- name: hooker
49
42
  version_requirements: !ruby/object:Gem::Requirement
50
43
  requirements:
51
44
  - - ~>
52
45
  - !ruby/object:Gem::Version
53
- version: 1.0.0
46
+ version: 9.2.2
47
+ - !ruby/object:Gem::Dependency
54
48
  requirement: !ruby/object:Gem::Requirement
55
49
  requirements:
56
50
  - - ~>
57
51
  - !ruby/object:Gem::Version
58
52
  version: 1.0.0
53
+ name: hooker
59
54
  prerelease: false
60
55
  type: :runtime
61
- - !ruby/object:Gem::Dependency
62
- name: minitest
63
56
  version_requirements: !ruby/object:Gem::Requirement
64
57
  requirements:
65
58
  - - ~>
66
59
  - !ruby/object:Gem::Version
67
- version: 4.7.4
60
+ version: 1.0.0
61
+ - !ruby/object:Gem::Dependency
68
62
  requirement: !ruby/object:Gem::Requirement
69
63
  requirements:
70
64
  - - ~>
71
65
  - !ruby/object:Gem::Version
72
66
  version: 4.7.4
67
+ name: minitest
73
68
  prerelease: false
74
69
  type: :development
75
- - !ruby/object:Gem::Dependency
76
- name: iudex-http-test
77
70
  version_requirements: !ruby/object:Gem::Requirement
78
71
  requirements:
79
72
  - - ~>
80
73
  - !ruby/object:Gem::Version
81
- version: 1.4.0
82
- - - <
83
- - !ruby/object:Gem::Version
84
- version: '1.7'
74
+ version: 4.7.4
75
+ - !ruby/object:Gem::Dependency
85
76
  requirement: !ruby/object:Gem::Requirement
86
77
  requirements:
87
78
  - - ~>
@@ -90,36 +81,45 @@ dependencies:
90
81
  - - <
91
82
  - !ruby/object:Gem::Version
92
83
  version: '1.7'
84
+ name: iudex-http-test
93
85
  prerelease: false
94
86
  type: :development
95
- - !ruby/object:Gem::Dependency
96
- name: rjack-logback
97
87
  version_requirements: !ruby/object:Gem::Requirement
98
88
  requirements:
99
89
  - - ~>
100
90
  - !ruby/object:Gem::Version
101
- version: '1.5'
91
+ version: 1.4.0
92
+ - - <
93
+ - !ruby/object:Gem::Version
94
+ version: '1.7'
95
+ - !ruby/object:Gem::Dependency
102
96
  requirement: !ruby/object:Gem::Requirement
103
97
  requirements:
104
98
  - - ~>
105
99
  - !ruby/object:Gem::Version
106
100
  version: '1.5'
101
+ name: rjack-logback
107
102
  prerelease: false
108
103
  type: :development
109
- - !ruby/object:Gem::Dependency
110
- name: rjack-tarpit
111
104
  version_requirements: !ruby/object:Gem::Requirement
112
105
  requirements:
113
106
  - - ~>
114
107
  - !ruby/object:Gem::Version
115
- version: '2.1'
108
+ version: '1.5'
109
+ - !ruby/object:Gem::Dependency
116
110
  requirement: !ruby/object:Gem::Requirement
117
111
  requirements:
118
112
  - - ~>
119
113
  - !ruby/object:Gem::Version
120
114
  version: '2.1'
115
+ name: rjack-tarpit
121
116
  prerelease: false
122
117
  type: :development
118
+ version_requirements: !ruby/object:Gem::Requirement
119
+ requirements:
120
+ - - ~>
121
+ - !ruby/object:Gem::Version
122
+ version: '2.1'
123
123
  description: Iudex is a general purpose web crawler and feed processor in ruby/java. This gem is a Jetty HTTP Client based implementation of the iudex-http interfaces.
124
124
  email:
125
125
  - dek-oss@gravitext.com
@@ -138,7 +138,7 @@ files:
138
138
  - lib/iudex-jetty-httpclient.rb
139
139
  - test/setup.rb
140
140
  - test/test_httpclient.rb
141
- - lib/iudex-jetty-httpclient/iudex-jetty-httpclient-1.5.0.jar
141
+ - lib/iudex-jetty-httpclient/iudex-jetty-httpclient-1.6.0.jar
142
142
  homepage: http://iudex.gravitext.com
143
143
  licenses:
144
144
  - Apache-2.0