Skip to content

Commit

Permalink
Upgrading httpcomponents
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 9, 2018
1 parent 7129729 commit 4351f22
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 24 deletions.
14 changes: 7 additions & 7 deletions .idea/libraries/commons_httpclient.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions java/client/.classpath
Expand Up @@ -15,14 +15,14 @@
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-util-9.4.8.v20171121.jar" sourcepath="/third-party/java/jetty/jetty-util-9.4.8.v20171121-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/servlet/javax.servlet-api-3.1.0.jar" sourcepath="/third-party/java/servlet/javax.servlet-api-3.1.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.3.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.3-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.6.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.6-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.5.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.5-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.9.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.9-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-io/commons-io-2.6.jar" sourcepath="/third-party/java/commons-io/commons-io-2.7-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-codec/commons-codec-1.10.jar" sourcepath="/third-party/java/commons-codec/commons-codec-1.10-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/css/sac-1.3.jar" sourcepath="/third-party/java/css/sac-1.3-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons/commons-lang3-3.7.jar" sourcepath="/third-party/java/commons/commons-lang3-3.7-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpmime-4.5.3.jar" sourcepath="/third-party/java/httpcomponents/httpmime-4.5.3-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpmime-4.5.5.jar" sourcepath="/third-party/java/httpcomponents/httpmime-4.5.5-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/cssparser/cssparser-0.9.24.jar" sourcepath="/third-party/java/cssparser/cssparser-0.9.24-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/xerces/xercesImpl-2.11.0.jar" sourcepath="/third-party/java/xerces/xercesImpl-2.11.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/xalan/xalan-2.7.2.jar"/>
Expand Down
4 changes: 2 additions & 2 deletions java/server/.classpath
Expand Up @@ -6,8 +6,8 @@
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/client"/>
<classpathentry kind="lib" path="/third-party/java/gson/gson-2.8.2.jar"/>
<classpathentry kind="lib" path="/third-party/java/servlet/javax.servlet-api-3.1.0.jar" sourcepath="/third-party/java/servlet/javax.servlet-api-3.1.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.3.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.3-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.6.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.6-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.5.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.5-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.9.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.9-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/junit/junit-4.12.jar" sourcepath="/third-party/java/junit/junit-4.12-sources.jar"/>
Expand Down
4 changes: 2 additions & 2 deletions rake-tasks/buck.rb
Expand Up @@ -27,8 +27,8 @@ def self.download
out_dir = File.dirname out
FileUtils.mkdir_p(out_dir) unless File.exist?(out_dir)

require "third_party/java/httpcomponents/httpcore-4.4.6"
require "third_party/java/httpcomponents/httpclient-4.5.3"
require "third_party/java/httpcomponents/httpcore-4.4.9"
require "third_party/java/httpcomponents/httpclient-4.5.5"
require "third_party/java/commons-logging/commons-logging-1.2"
require "third_party/java/commons-io/commons-io-2.6"

Expand Down
19 changes: 9 additions & 10 deletions third_party/java/httpcomponents/BUCK
@@ -1,8 +1,8 @@
prebuilt_jar(
name = 'httpclient',
maven_coords = 'org.apache.httpcomponents:httpclient:jar:4.5.3',
binary_jar = 'httpclient-4.5.3.jar',
source_jar = 'httpclient-4.5.3-sources.jar',
maven_coords = 'org.apache.httpcomponents:httpclient:jar:4.5.5',
binary_jar = 'httpclient-4.5.5.jar',
source_jar = 'httpclient-4.5.5-sources.jar',
deps = [
':httpcore',
'//third_party/java/commons-codec:commons-codec',
Expand All @@ -18,21 +18,20 @@ prebuilt_jar(

prebuilt_jar(
name = 'httpcore',
maven_coords = 'org.apache.httpcomponents:httpcore:jar:4.4.6',
binary_jar = 'httpcore-4.4.6.jar',
source_jar = 'httpcore-4.4.6-sources.jar',
maven_coords = 'org.apache.httpcomponents:httpcore:jar:4.4.9',
binary_jar = 'httpcore-4.4.9.jar',
source_jar = 'httpcore-4.4.9-sources.jar',
)

prebuilt_jar(
name = 'httpmime',
maven_coords = 'org.apache.httpcomponents:httpmime:jar:4.5.3',
binary_jar = 'httpmime-4.5.3.jar',
source_jar = 'httpmime-4.5.3-sources.jar',
maven_coords = 'org.apache.httpcomponents:httpmime:jar:4.5.5',
binary_jar = 'httpmime-4.5.5.jar',
source_jar = 'httpmime-4.5.5-sources.jar',
deps = [
':httpclient'
],
visibility = [
'//third_party/java/htmlunit:htmlunit'
],
)

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed third_party/java/httpcomponents/httpcore-4.4.6.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed third_party/java/httpcomponents/httpmime-4.5.3.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 4351f22

Please sign in to comment.