vy commented on PR #910: URL: https://github.com/apache/logging-log4j2/pull/910#issuecomment-1149068826
``` Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project log4j-core: Compilation failure: Compilation failure: Error: /home/runner/work/logging-log4j2/logging-log4j2/log4j-core/src/main/java/org/apache/logging/log4j/core/async/DisruptorBlockingQueueFactory.java:[21,42] error: cannot access DisruptorBlockingQueue Error: bad class file: /home/runner/.m2/repository/com/conversantmedia/disruptor/1.2.20/disruptor-1.2.20.jar(com/conversantmedia/util/concurrent/DisruptorBlockingQueue.class) Error: class file has wrong version 55.0, should be 52.0 Error: Please remove or make sure it appears in the correct subdirectory of the classpath. ``` I guess Disruptor has switched to Java 11 in some version after 1.2.15. :thinking: -- 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]
