-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins ver. 2.107.3
jackons-api-plugin 2.8.11.2
Hello,
are there in the near future any intentions to update the jackson2-api-plugin to the jackson-databind version 2.9?
We would greatly need the new DeserializationFeature.FAIL_ON_TRAILING_TOKENS
or maybe there is another way to get the 2.9 into a shared-library?
Best,
Ben
I'd like to update the API plugin to 2.9.x, but want to do some testing to make sure there are no significant compatibility changes that will break plugins using the current API plugin and 2.8.x line, and I don't know when I will have time to do that.
If you need 2.9.x urgently, you could shade the jackson dependencies in your plugin or copy them into your plugin sources using a different package name and then use that version in the plugin. (Not ideal, but it works)