• S
    Trim expressions supplied to @DisabledIf · b6220cc1
    Sam Brannen 提交于
    Prior to this commit, the DisabledIfCondition did not trim whitespace
    from expressions configured via @DisabledIf. Consequently, results such
    as "  true  " would evaluate to "false".
    
    This commit fixes this problem by trimming all expressions configured
    via @DisabledIf.
    
    Issue: SPR-14614
    b6220cc1
DisabledIfCondition.java 6.0 KB