Skip to content

Commit 79db056

Browse files
mosesnjenkins
authored and
jenkins
committed
Revert "3rdparty: jackson upgrade to 2.13.0"
Problem 2.13.0 introduced a regression, where they were double-serializing. We're worried that this will lead to a substantial performance regression. Github ticket: FasterXML/jackson-databind#3308 Solution This reverts commit e27353b784543196b9f5fd572110e4b4fe04f4c4. JIRA Issues: CSL-11459 Differential Revision: https://phabricator.twitter.biz/D780287
1 parent 350cad6 commit 79db056

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

CHANGELOG.rst

-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ Breaking API Changes
3636
* finagle-core: `c.t.f.loadbalancer.distributor.AddressedFactory` has been removed. Use
3737
`c.t.f.loadbalancer.EndpointFactory` directly instead. ``PHAB_ID=D751145``
3838

39-
Runtime Behavior Changes
40-
~~~~~~~~~~~~~~~~~~~~~~~~
41-
42-
* finagle: Bump version of Jackson to 2.13.0. ``PHAB_ID=D744627``
43-
4439
* finagle-core: Moved `c.t.finagle.stats.LoadedStatsReceiver` and `c.t.finagle.stats.DefaultStatsReceiver`
4540
from the finagle-core module to util-stats. ``PHAB_ID=D763497``
4641

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ val netty4LibsTest = Seq(
6565
val netty4Http = "io.netty" % "netty-codec-http" % netty4Version
6666
val netty4Http2 = "io.netty" % "netty-codec-http2" % netty4Version
6767
val opencensusVersion = "0.24.0"
68-
val jacksonVersion = "2.13.0"
68+
val jacksonVersion = "2.11.4"
6969
val jacksonLibs = Seq(
7070
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
7171
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion,

0 commit comments

Comments
 (0)