Upgrade to Jackson 2.9.0.pr1
As part of the upgrade, this commit removes the use of any API that has been deprecated in 2.9.0.pr1. This includes the config props endpoint's use of SerializationFeature.WRITE_NULL_MAP_VALUES. This has been replaced with configuring serialization inclusion to only include properties with non-null values. This means that all null-valued properties will no longer be serialized, not just those that are an entry in a map. Closes gh-8604 Closes gh-8537
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
<httpclient.version>4.5.3</httpclient.version>
|
||||
<httpcore.version>4.4.6</httpcore.version>
|
||||
<infinispan.version>8.2.6.Final</infinispan.version>
|
||||
<jackson.version>2.8.7</jackson.version>
|
||||
<jackson.version>2.9.0.pr1</jackson.version>
|
||||
<janino.version>2.7.8</janino.version>
|
||||
<javassist.version>3.21.0-GA</javassist.version> <!-- Same as Hibernate -->
|
||||
<javax-cache.version>1.0.0</javax-cache.version>
|
||||
|
||||
Reference in New Issue
Block a user