Reintroduce support for null
SpEL expressions
#30464
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: backport
An issue that is a backport of another issue to a maintenance branch
type: regression
A bug that is also a regression
Milestone
Overview
In gh-30371, @ryan-c-wicks brought it to our attention that
null
SpEL expressions were unintentionally supported prior to #30330.For example, the following test passed.
Since the
5.2.x
branch is no longer actively maintained, we have decided to treat this as a "regression" for5.2.x
and will update the code to avoid aNullPointerException
whenever the user suppliesnull
as the SpEL expression.Related Issues
The text was updated successfully, but these errors were encountered: