-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jackson 3 support #2
Comments
@cowtowncoder what is the Jackson 3 equivalent of setTypeFactory? The project README examples are based around replacing an ObjectMapper's TypeFactory with one that has its cache replaced. |
@pjfanning If we are talking about I wish I had time to work on cache-configurability part(s), as this would fall under that category. Still would need to (re)configure during building but would be sort of simpler, more standard, and avoid whole-sale replacement of But for immediate future this should work; please let me know if I missed some piece. |
It seems we could reuse a single CaffeineLookupCache for multiple ObjectMappers, even if they have different configurations, provided they share some workloads (classes/types). |
Some Work In Progress is in a 'jackson-3' branch.
The text was updated successfully, but these errors were encountered: