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
Fix type casting in PluginSpec for ConfigScope [ci fast] (#6469)
Replace unsafe cast with explicit type checking and casting to ensure
type safety when loading ConfigScope extension points. This prevents
potential ClassCastException when loading classes that may not be
ConfigScope implementations.
Signed-off-by: Paolo Di Tommaso <[email protected]>
0 commit comments