upgrade to jackson 2.17 (#1318)
This commit is contained in:
parent
42ea8099b5
commit
977e3091ce
3 changed files with 6 additions and 5 deletions
|
|
@ -36,7 +36,7 @@ pekko.serialization.jackson {
|
|||
}
|
||||
|
||||
# Controls the Buffer Recycler Pool implementation used by Jackson.
|
||||
# https://javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.16.2/com/fasterxml/jackson/core/util/JsonRecyclerPools.html
|
||||
# https://javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.17.1/com/fasterxml/jackson/core/util/JsonRecyclerPools.html
|
||||
# The default is "thread-local" which is the same as the default in Jackson 2.16.
|
||||
buffer-recycler {
|
||||
# the supported values are "thread-local", "lock-free", "shared-lock-free", "concurrent-deque",
|
||||
|
|
@ -51,7 +51,7 @@ pekko.serialization.jackson {
|
|||
#//#stream-read-constraints
|
||||
pekko.serialization.jackson {
|
||||
read {
|
||||
# see https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.16.2/com/fasterxml/jackson/core/StreamReadConstraints.html
|
||||
# see https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.17.1/com/fasterxml/jackson/core/StreamReadConstraints.html
|
||||
# these defaults are the same as the defaults in `StreamReadConstraints`
|
||||
max-nesting-depth = 1000
|
||||
max-number-length = 1000
|
||||
|
|
@ -62,7 +62,7 @@ pekko.serialization.jackson {
|
|||
}
|
||||
|
||||
write {
|
||||
# see https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.16.2/com/fasterxml/jackson/core/StreamWriteConstraints.html
|
||||
# see https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core//com/fasterxml/jackson/core/StreamWriteConstraints.html
|
||||
# these defaults are the same as the defaults in `StreamWriteConstraints`
|
||||
max-nesting-depth = 1000
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue