SpEL should support case-insensitive null literals [SPR-9613] #14247
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Sam Brannen opened SPR-9613 and commented
Status Quo
SpEL supports boolean literal values true and false in a case-insensitive manner; however, null literals must currently be lowercase.
For example, the following code results in a
SpelEvaluationException
instead ofresult
equalingnull
.Deliverables
Affects: 3.0 GA, 3.1.2
Issue Links:
The text was updated successfully, but these errors were encountered: