spring-boot/spring-boot-test-autoconfigure
Brian Clozel d62827373d Fix Bean Condition on GsonTester FactoryBean
This commit fixes the `@ConditionalOnClass` typo on the GsonTester
FactoryBean, which was testing for `ObjectMapper` instead of `Gson`.

This means that the next condition `@ConditionalOnBean(Gson.class)`
throws a `ClassNotFoundException: com.google.gson.Gson` since it's
trying to load that class to check for an existing Bean of that type.

Fixes gh-6502
2016-07-29 10:24:29 +02:00
..
src Fix Bean Condition on GsonTester FactoryBean 2016-07-29 10:24:29 +02:00
pom.xml Next development version 2016-07-28 19:54:01 +00:00