jakub-id commented on issue #3904: URL: https://github.com/apache/logging-log4j2/issues/3904#issuecomment-3239963281
Hi @ppkarwasz, Thanks, looking forward to 3.0 then. I gave it a shot with our application but vert.x doesn't like it: ``` Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class io.vertx.core.logging.LoggerFactory [in thread "main"] at io.vertx.core.impl.logging.LoggerFactory.getLogger(LoggerFactory.java:26) at io.vertx.core.impl.AddressResolver.<clinit>(AddressResolver.java:40) at io.vertx.core.dns.AddressResolverOptions.<clinit>(AddressResolverOptions.java:94) at io.vertx.core.VertxOptions.<init>(VertxOptions.java:144) at io.vertx.core.Vertx.vertx(Vertx.java:141) ``` This is vert.x 4.5.20, we're going to migrate to 5.x in the coming days so I'll give it another try. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org