yashmayya commented on PR #15949: URL: https://github.com/apache/pinot/pull/15949#issuecomment-2928722841
Looks like the Maven shade plugin goal is failing due to the ByteBuddy version upgrade introducing support for Java 25 (https://github.com/mockito/mockito/issues/3647) - ``` Error: Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.6.0:shade (default) on project pinot-perf: Error creating shaded jar: Problem shading JAR /home/runner/.m2/repository/net/bytebuddy/byte-buddy/1.17.5/byte-buddy-1.17.5.jar entry META-INF/versions/24/net/bytebuddy/jar/asmjdkbridge/JdkClassReader.class: java.lang.IllegalArgumentException: Unsupported class file major version 68 -> [Help 1] ``` -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org