jetty.project
jetty.project copied to clipboard
Jetty 12.0.x xmlconfig prefers interfaces
Fixes #11895.
Tentative fix to improve ordering of method matches so that:
- methods with fewer args are preferred
- methods with primitive args are preferred
- methods with non-varargs are preferred
- methods with class args (that are not the Object.class) are preferred
- methods with interface args or class args preference the most derived type