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

Deprecate WebAppProvider.setConfigurationClasses()

Open joakime opened this issue 3 years ago • 0 comments

Jetty version(s) Jetty 10+

Description The WebAppProvider has a method called .setConfigurationClasses(String[]) that will force set the WebAppContext.setConfigurationClasses(String[]) which is something we really should be discouraging with Jetty 10+ and the new Configuration serviceloader and whatnot.

We should deprecate these methods, with warnings on use.

joakime avatar Jun 30 '22 00:06 joakime