Remove Jackson Smile format, #24155 (#27105)

* No clear advantage over CBOR
* One less choice for users
* CBOR seems to have a stronger specification and therefore potential
  for wider adoption
* Performance of CBOR is equals to Smile
* Smile can be slightly more compact
  (I think it does more to reduce repeated field names),
  but that might be better to solve with good compression
This commit is contained in:
Patrik Nordwall 2019-06-13 17:40:24 +02:00 committed by GitHub
parent 6e93bef605
commit 6660e8504a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 6 additions and 34 deletions

View file

@ -103,8 +103,6 @@ class ScalaTestEventMigration extends JacksonMigration {
class JacksonCborSerializerSpec extends JacksonSerializerSpec("jackson-cbor")
class JacksonSmileSerializerSpec extends JacksonSerializerSpec("jackson-smile")
class JacksonJsonSerializerSpec extends JacksonSerializerSpec("jackson-json") {
def serializeToJsonString(obj: AnyRef, sys: ActorSystem = system): String = {