Spring 5 RC1 slightly changed the way that SpEL expressions report the attempt to set null for a value that's not nullable (e.g. boolean). On Spring 4.3, that attempt results in a NullPointerException that's handled by PatchOperation. On Spring 5, that case is reported through a SpelEvaluationException
Issue Links:
DATAREST-1088 Spring 5 BUILD-SNAPSHOT breaks Spring Data REST
("duplicates")
Oliver Drotbohm opened DATAREST-1092 and commented
Spring 5 RC1 slightly changed the way that SpEL expressions report the attempt to set
null
for a value that's not nullable (e.g.boolean
). On Spring 4.3, that attempt results in aNullPointerException
that's handled byPatchOperation
. On Spring 5, that case is reported through aSpelEvaluationException
Issue Links:
("duplicates")
Backported to: 2.6.5 (Ingalls SR5), 2.5.12 (Hopper SR12)
The text was updated successfully, but these errors were encountered: