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
My view is that we should disable the deprecated code checks when building with Java 23+ (ie not have scalac flags like -Werror and flags like that - that cause the build to fail if we use deprecated code). We can still use these scalac flags for Java 21 and below.
The current code can't compile on JDK 23.
The text was updated successfully, but these errors were encountered: