[ https://issues.apache.org/jira/browse/SCB-459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16424914#comment-16424914 ]
ASF GitHub Bot commented on SCB-459: ------------------------------------ xuyiyun0929 closed pull request #634: [SCB-459] Update netty's version to 4.1.19 and vertx's version to 3.5.1 URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/634 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/java-chassis-dependencies/pom.xml b/java-chassis-dependencies/pom.xml index b7b622785..b9ab059a5 100644 --- a/java-chassis-dependencies/pom.xml +++ b/java-chassis-dependencies/pom.xml @@ -32,7 +32,7 @@ <properties> <jackson.version>2.9.4</jackson.version> - <vertx.version>3.5.0</vertx.version> + <vertx.version>3.5.1</vertx.version> <tec.zkclient.version>0.8</tec.zkclient.version> <spring.version>4.3.5.RELEASE</spring.version> <slf4j.version>1.7.7</slf4j.version> @@ -45,7 +45,7 @@ <apache.httpclient>4.5.2</apache.httpclient> <protostuff.version>1.5.2</protostuff.version> <swagger.version>1.5.12</swagger.version> - <netty.version>4.1.17.Final</netty.version> + <netty.version>4.1.19.Final</netty.version> <tcnetty.version>2.0.7.Final</tcnetty.version> <main.basedir>${basedir}/../..</main.basedir> <narayana.version>5.3.2.Final</narayana.version> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Update netty's version to 4.1.19 and vertx's version to 3.5.1 > ------------------------------------------------------------- > > Key: SCB-459 > URL: https://issues.apache.org/jira/browse/SCB-459 > Project: Apache ServiceComb > Issue Type: Task > Components: Java-Chassis > Affects Versions: service-center-1.0.0-m2 > Reporter: xuyiyun > Assignee: xuyiyun > Priority: Major > Fix For: service-center-1.0.0-m2 > > > h3. {color:#333333}{{1.Vertx fix thread-safety of > RouteImpl:[https://github.com/vert-x3/vertx-web/pull/739]}}{color} > h3. {color:#333333}{{2.Vertx 3.5.1 supporting netty 4.1.19, solved the > problem of domain name resolution,do not need to configure ndots.}}{color} -- This message was sent by Atlassian JIRA (v7.6.3#76005)