- 
        Couldn't load subscription status. 
- Fork 38.8k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug
Milestone
Description
Giovanni Dall'Oglio Risso opened SPR-10091 and commented
There is a small problem in SpEl, while reading "Boolean" properties (not the boolean primitive), with "is" prefix:
public Boolean isPropertyName() // bugged
public boolean isPropertyName() // correct
public Boolean getPropertyName() // correct
public boolean getPropertyName() // correctI attach the jUnit demonstrating the issue.
Thanks
Affects: 3.1.3, 3.2 RC2
Attachments:
- SpElBooleanDemonstrationTest.java (1.70 kB)
Referenced from: commits 8abe1f0, 431c7ff
Backported to: 3.1.4
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug