Skip to content

Commit

Permalink
finagle: Upgrade to Netty 4.1.43.Final and netty-tcnative 2.0.26.Final
Browse files Browse the repository at this point in the history
Problem/Solution

Upgrade to netty 4.1.43.Final and tcnative to 2.0.26.Final

JIRA Issues: CSL-8892

Differential Revision: https://phabricator.twitter.biz/D389870
  • Loading branch information
dotordogh authored and jenkins committed Oct 31, 2019
1 parent 4d40305 commit cfaaa47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ New Features
Runtime Behavior Changes
~~~~~~~~~~~~~~~~~~~~~~~~

* finagle: Upgrade to Netty 4.1.43.Final and netty-tcnative 2.0.26.Final. ``PHAB_ID=D389870``

* finagle: Add initial support for JDK 11 compatibility. ``PHAB_ID=D365075``

* finagle: Upgrade to caffeine 2.8.0 ``PHAB_ID=D384592``
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ val releaseVersion = "19.11.0-SNAPSHOT"

val libthriftVersion = "0.10.0"

val defaultNetty4Version = "4.1.39.Final"
val defaultNetty4StaticSslVersion = "2.0.25.Final"
val defaultNetty4Version = "4.1.43.Final"
val defaultNetty4StaticSslVersion = "2.0.26.Final"

val useNettySnapshot: Boolean = sys.env.get("FINAGLE_USE_NETTY_4_SNAPSHOT") match {
case Some(useSnapshot) => useSnapshot.toBoolean
Expand Down

0 comments on commit cfaaa47

Please sign in to comment.