• O
    Call ConversionService for null SpEL values · 759c9b35
    Oliver Becker 提交于
    Update SpEL boolean operators to always call the ConversionService
    for null values. Primarily to allow null values to be treated as
    false by overriding GenericConversionService.convertNullSource().
    
    Issue: SPR-9445
    759c9b35
OpAnd.java 2.1 KB