Skip to content

Commit

Permalink
Upgrade AsyncHTTP client to 2.7.0 (apache#3509)
Browse files Browse the repository at this point in the history
* Upgrade AsyncHTTP client to 2.7.0

* Fixed license files
  • Loading branch information
merlimat authored Feb 7, 2019
1 parent 1e531e0 commit 7ef26dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ The Apache Software License, Version 2.0
- org.apache.bookkeeper.stats-codahale-metrics-provider-4.7.3.jar
* LZ4 -- org.lz4-lz4-java-1.5.0.jar
* AsyncHttpClient
- org.asynchttpclient-async-http-client-2.1.0-alpha26.jar
- org.asynchttpclient-async-http-client-netty-utils-2.1.0-alpha26.jar
- org.asynchttpclient-async-http-client-2.7.0.jar
- org.asynchttpclient-async-http-client-netty-utils-2.7.0.jar
* Jetty
- org.eclipse.jetty-jetty-client-9.4.12.v20180830.jar
- org.eclipse.jetty-jetty-continuation-9.4.12.v20180830.jar
Expand Down Expand Up @@ -507,6 +507,7 @@ CDDL-1.1 -- licenses/LICENSE-CDDL-1.1.txt
* Java Annotations API
- javax.annotation-javax.annotation-api-1.2.jar
- javax.activation-javax.activation-api-1.2.0.jar
- com.sun.activation-javax.activation-1.2.0.jar
- javax.xml.bind-activation-1.0.2.jar
- javax.xml.bind-jaxb-api-2.3.1.jar
* Java Servlet API -- javax.servlet-javax.servlet-api-3.1.0.jar
Expand Down Expand Up @@ -542,7 +543,7 @@ Public Domain
- org.tukaani-xz-1.5.jar

Public Domain (CC0) -- licenses/LICENSE-CC0.txt
* Reactive Streams -- org.reactivestreams-reactive-streams-1.0.0.jar
* Reactive Streams -- org.reactivestreams-reactive-streams-1.0.2.jar

Bouncy Castle License
* Bouncy Castle -- licenses/LICENSE-bouncycastle.txt
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ flexible messaging model and an intuitive client API.</description>
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client</artifactId>
<version>2.1.0-alpha26</version>
<version>2.7.0</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
Expand Down
1 change: 1 addition & 0 deletions pulsar-sql/presto-distribution/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ CDDL-1.1 -- licenses/LICENSE-CDDL-1.1.txt
- javax.annotation-api-1.2.jar
- javax.annotation-api-1.3.1.jar
- javax.activation-api-1.2.0.jar
- javax.activation-1.2.0.jar
- activation-1.0.2.jar
* HK2 - Dependency Injection Kernel
- hk2-api-2.5.0-b42.jar
Expand Down

0 comments on commit 7ef26dd

Please sign in to comment.