1
0
mirror of synced 2026-09-11 03:39:49 +00:00
Files
spring-security/core
Josh Cummings 864c082a38 Mark addGrantedAuthorityCollection Value Parameter Nullable
The io.spring.nullability plugin 0.0.16 upgrade tightens NullAway
analysis and flags the raw Collection<?> element passed into
addGrantedAuthorityCollection(Collection, Object) as possibly null,
even though the method already null-checks it internally.

See gh-19670

Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
2026-09-08 12:50:53 -06:00
..