Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MoveOperationUnitTests fail on Spring 5 RC1 [DATAREST-1092] #1457

Closed
spring-projects-issues opened this issue Jun 14, 2017 · 0 comments
Closed
Assignees
Labels
type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link

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 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")

Backported to: 2.6.5 (Ingalls SR5), 2.5.12 (Hopper SR12)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants