Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
2.51k
stars
546
forks
source link
Avoid using SmileFactoryBuilder to be more compatible with pre 2.10 jackson at runtime #813
Closed
cgtz closed 2 years ago
Found another usage of a Jackson FactoryBuilder that causes some issues for clients that pin jackson to an older version at runtime.
This PR is similar to #803