• Brian Clozel's avatar
    Fix Bean Condition on GsonTester FactoryBean · d6282737
    Brian Clozel authored
    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
    d6282737
Name
Last commit
Last update
..
src Loading commit data...
pom.xml Loading commit data...