spring-boot/spring-boot-autoconfigure
Andy Wilkinson 71dde3ec89 Tolerate removal of JacksonJodaFormat in Jackson 2.5
We currently officially support Jackson 2.4, but some users wish to
use Jackson 2.5. This causes a failure as JacksonAutoConfiguration
depends on JacksonJodaFormat which exists in 2.4 but not in 2.5. This
commit updates JodaDataTimeJacksonConfiguration to make it conditional
on JacksonJodaFormat being on the classpath. This means that Jackson
2.5 users will not have configurable DateTime formatting
(added in 201fb5e5) but things will generally work once again.

Closes gh-2573
2015-03-04 17:52:01 +00:00
..
src Tolerate removal of JacksonJodaFormat in Jackson 2.5 2015-03-04 17:52:01 +00:00
.gitignore Restore test classes 2014-06-01 13:11:25 +01:00
pom.xml Next development version 2015-02-26 15:26:53 -08:00