Closed joschi closed 4 years ago
@jmini @wing328 @cbornet The Travis CI build succeeded in https://travis-ci.org/github/OpenAPITools/jackson-databind-nullable/builds/672848159.
I don't know why it didn't update the commit status afterwards.
I'm experiencing severe and weird problems with this lib. I suppose merging this PR would solve the issues.
Is there a workaround in the meantime?
I'm experiencing severe and weird problems with this lib. I suppose merging this PR would solve the issues.
Is there a workaround in the meantime?
@hgoebl Since jackson-databind-nullable
seems to be compatible with Jackson 2.10.x without any code changes, you could enforce a higher Jackson version in your project and override whatever version is declared in jackson-databind-nullable
.
Thanks @joschi - it works now for me. To be sure, I added an exclusions
in my pom.xml. Not sure whether it's necessary.
Jackson 2.9.x is in maintenance mode and will only receive security fixes until Jackson 2.11 has been released (which should happen in April).
In order to stay on top of the upgrade cycle, jackson-databind-nullable should use the latest stable version of Jackson.