fix up refs to Akka in source code (#374)
* fix up refs to Akka in source code * Update distributed-data.md
This commit is contained in:
parent
7d896338e3
commit
1612950702
76 changed files with 106 additions and 110 deletions
|
|
@ -330,7 +330,7 @@ class JacksonJsonSerializerSpec extends JacksonSerializerSpec("jackson-json") {
|
|||
|
||||
"fallback to defaults when object mapper is not configured" in {
|
||||
val notConfigured = JacksonObjectMapperProvider(sys).getOrCreate("jackson-not-configured", None)
|
||||
// Use Jacksons and Akka defaults
|
||||
// Use Jacksons and Pekko defaults
|
||||
notConfigured.isEnabled(SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS) should ===(false)
|
||||
notConfigured.isEnabled(DeserializationFeature.EAGER_DESERIALIZER_FETCH) should ===(true)
|
||||
notConfigured.isEnabled(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY) should ===(false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue