7903ad93c0
- 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>