skyscreamer / yoga

Yoga is RESTful but flexible.
http://yoga.skyscreamer.org/
Apache License 2.0
157 stars 66 forks source link

Added support for System Property "yoga.jackson-library" #245

Closed cepage closed 10 years ago

cepage commented 10 years ago

Added support for System Property "yoga.jackson-library". Setting this property to "jackson" or "jackson2" will allow the user to force which Jackson library to use.

If the System property is not set, it will use whichever version it can find in the classpath. If both versions are found, it will use Jackson2.