jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Jetty 12.0.x xmlconfig prefers interfaces

Open janbartel opened this issue 1 year ago • 0 comments

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

janbartel avatar Jun 11 '24 01:06 janbartel