Hello,
I'm trying to port our application from WildFly 10.1 to WildFly 20 and our WebApplicationInitializers are not getting detected?
Is there additional configuration that needs to be done?
Googling the issue did not seem to turn up anything.
On 10 I can view the following console logging but nothing on 20:
INFO [io.undertow.servlet] (ServerService Thread Pool -- 58) No Spring WebApplicationInitializer types detected on classpath
INFO [io.undertow.servlet] (ServerService Thread Pool -- 64) 1 Spring WebApplicationInitializers detected on classpath
Thanks for the help!