spring-projects / spring-data-jpa

Simplifies the development of creating a JPA-based data access layer.
https://spring.io/projects/spring-data-jpa/
Apache License 2.0
2.93k stars 1.39k forks source link

Fix passing 'null' argument to parameter annotated as @NotNull #3468

Closed quaff closed 1 week ago

quaff commented 1 month ago

Fix GH-3036

christophstrobl commented 1 month ago

I think we should update the documentation and nullability contract annotations so they document what is currently allowed.

gbrehmer commented 1 week ago

this would solve the current Kotlin incompatibility as well (see https://github.com/spring-projects/spring-data-jpa/issues/3439)

christophstrobl commented 1 week ago

thanks for the heads up - moved this one up in the list.

christophstrobl commented 1 week ago

Thank you @quaff !