ppkarwasz commented on code in PR #3221: URL: https://github.com/apache/logging-log4j2/pull/3221#discussion_r1849991388
########## log4j-core-test/src/test/java/org/apache/logging/log4j/core/async/AsyncWaitStrategyFactoryConfigTest.java: ########## Review Comment: This is probably a problem with dependencies: `com.lmax:disruptor` version 4.x has a `com.lmax.disruptor.TimeoutBlockingWaitStrategy` class, but `com.lmax:disruptor` version 3.x doesn't. We have two Surefire runs to test asynchronous logger support against both Disruptor 3.x (which supports our target Java 8) and Disruptor 4.x (which requires Java 11). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
