Closed clteich closed 5 years ago
The problem seems to originate from an update of the jackson-databind-dependency. We had an alarm from our dependency check, that the version 2.9.9 of this library has jackson-databind-2.9.9.jar: CVE-2019-14379, CVE-2019-14439
.
Upgrading to 2.9.9.2
causes the application to crash with aforementioned error.
This was caused by https://github.com/FasterXML/jackson-databind/issues/2395
Use jackson 2.9.9.3 or above to fix it.
I'm encountering a problem with the logstashencoder in my spring boot project. If I'm using the logback configuration posted below, the application fails immediately with the following stacktrace. If I delete the customFields in the logstashEncoder, the application starts as intended.
Dependencies
logback-spring.xml