Skip to content

Commit

Permalink
Updated netty versions to 4.1.50.Final (#11271)
Browse files Browse the repository at this point in the history
* Updated netty versions to 4.1.50.Final

* Updated tests.yml for v3 brannch

* Reverted CI changes
  • Loading branch information
kushagraThapar authored May 19, 2020
1 parent 4da30a6 commit cf9f58a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions eng/versioning/external_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ cosmos_com.google.guava:guava;25.0-jre
cosmos_io.dropwizard.metrics:metrics-core;4.1.0
cosmos_io.dropwizard.metrics:metrics-jvm;4.1.0
cosmos_io.dropwizard.metrics:metrics-graphite;4.1.0
cosmos_io.netty:netty-codec-http;4.1.50.Final
cosmos_io.netty:netty-handler;4.1.50.Final
cosmos_io.projectreactor.netty:reactor-netty;0.9.7.RELEASE
cosmos_io.projectreactor:reactor-core;3.3.5.RELEASE

# sdk\eventgrid\microsoft-azure-eventgrid\pom.xml
eventgrid_com.microsoft.azure:azure-client-runtime;1.5.0
Expand Down
8 changes: 4 additions & 4 deletions sdk/cosmos/microsoft-azure-cosmos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@ Licensed under the MIT License.
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.3.0.RELEASE</version> <!-- {x-version-update;io.projectreactor:reactor-core;external_dependency} -->
<version>3.3.5.RELEASE</version> <!-- {x-version-update;cosmos_io.projectreactor:reactor-core;external_dependency} -->
</dependency>

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.44.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} -->
<version>4.1.50.Final</version> <!-- {x-version-update;cosmos_io.netty:netty-codec-http;external_dependency} -->
</dependency>

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.44.Final</version> <!-- {x-version-update;io.netty:netty-handler;external_dependency} -->
<version>4.1.50.Final</version> <!-- {x-version-update;cosmos_io.netty:netty-handler;external_dependency} -->
</dependency>

<dependency>
Expand Down Expand Up @@ -177,7 +177,7 @@ Licensed under the MIT License.
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
<version>0.9.4.RELEASE</version> <!-- {x-version-update;io.projectreactor.netty:reactor-netty;external_dependency} -->
<version>0.9.7.RELEASE</version> <!-- {x-version-update;cosmos_io.projectreactor.netty:reactor-netty;external_dependency} -->
</dependency>

<dependency>
Expand Down
2 changes: 0 additions & 2 deletions sdk/cosmos/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
DisplayName: ReadMyWrites Integration Tests
OSVmImage: 'ubuntu-18.04'
ProfileFlag: '-Pe2e'
AdditionalArgs: '-DargLine="-Dcosmos.directModeProtocol=Https"'
DESIRED_CONSISTENCY: 'Session'
# 09m 23s, expect passed
Single_Region_Fast:
Expand Down Expand Up @@ -190,7 +189,6 @@ jobs:
DisplayName: Single Region ReadMyWrites
OSVmImage: 'ubuntu-18.04'
ProfileFlag: '-Pe2e'
AdditionalArgs: '-DargLine="-Dcosmos.directModeProtocol=Https"'
DESIRED_CONSISTENCY: 'Strong'
# 08m 50s, expect passed
Strong_Https_Fast:
Expand Down

0 comments on commit cf9f58a

Please sign in to comment.