mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-02-08 14:34:34 +00:00
- Use asSubclass() in AclClassIdUtils to avoid a unchecked cast warning - Replace raw Map type with Map<?, ?> unbounded wildcard to avoid raw type warnings - Use ArgumentMatchers to avoid a unchecked cast warning - Suppress an unavoidable unchecked warning in reflection-based test code Closes gh-18413 Signed-off-by: Bae Jihong <dasog@naver.com>