Jackson 3 migration guide for BasicPolymorphicTypeValidator #316
wgroeneveld
started this conversation in
General
Replies: 2 comments 1 reply
-
|
PRs for https://github.com/FasterXML/jackson/blob/main/jackson3/MIGRATING_TO_JACKSON_3.md are much appreciated |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thank you @wgroeneveld -- these were indeed gaps in the migration guide. And probably something many users will encounter, so you are saving everyone a lots of time and effort. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
We are working towards making our async background job processor library compatible with Jackson 3 (see jobrunr/jobrunr#1415) and encountered more than a few problems-no wait, challenges-during the process.
The biggest problem we had is the lack of proper documentation: the migration guide did not cover our specific quirks. For example, we relied on
LaissezFaireSubTypeValidatorthat suddenly became inaccessible (not covered in the guide) so I had to learn how to use theBasicPolymorphicTypeValidator.builder()(also not there?)Do you folks accept a PR to help improve said guide?
Thanks!
Cheers,
Wouter
Beta Was this translation helpful? Give feedback.
All reactions