You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unsafe is planned to be removed in future Java versions.
Motivication:
Makes it compile on JDK 23
refs: https://openjdk.org/jeps/471
Modification:
Add `@nowarn("cat=deprecation")`
Result:
Compiles successfully on JDK 23
0 commit comments