[ https://issues.apache.org/jira/browse/MNG-6758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guillaume Nodet updated MNG-6758: --------------------------------- Description: Compilation failure when building with maven 3.6.2 but works with 3.6.1. {{Repository: [https://github.com/quarkusio/quarkus.git]}} {{Branch: 0.21}} {{Commit: }}{{63643eff9b10cd5e14aa12a75aae2e0b6e771612}} Steps to reproduce: {{git clone [https://github.com/quarkusio/quarkus.git]}} {{cd quarkus}} {{git checkout 63643eff9b10cd5e14aa12a75aae2e0b6e771612}} {{mvn install -DskipTests}} This leads to the following error: {{[*ERROR*] Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SRC-revision-c9add195bbc0014a984dc0f73835e84ff042d021:build *(default)* on project quarkus-integration-test-hibernate-validator: *Failed to build a runnable JAR*: Failed to build a runner jar: Failed to augment application classes: Unsupported method parameter class io.quarkus.resteasy.server.common.runtime.ResteasyServerCommonRecorder at io.quarkus.resteasy.server.common.runtime.ResteasyServerCommonRecorder arg0 of io.quarkus.resteasy.server.common.deployment.ResteasyInjectionReadyBuildItem io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor.setupInjection(io.quarkus.resteasy.server.common.runtime.ResteasyServerCommonRecorder,io.quarkus.arc.deployment.BeanContainerBuildItem,java.util.List) of class io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor -> *[Help 1]*}} Which seems to be caused by an annotation not being recognized correctly (different classloader ?). was: Compilation failure when building with maven 3.6.2 but works with 3.6.1. {{Repository: }}{{[https://github.com/quarkusio/quarkus.git]}}{{}} {{Branch: 0.21}} {{Commit: }}{{63643eff9b10cd5e14aa12a75aae2e0b6e771612}} Steps to reproduce: {{git clone [https://github.com/quarkusio/quarkus.git]}} {{cd quarkus}} {{git checkout 63643eff9b10cd5e14aa12a75aae2e0b6e771612}} {{mvn install -DskipTests}} This leads to the following error: {{[*ERROR*] Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SRC-revision-c9add195bbc0014a984dc0f73835e84ff042d021:build *(default)* on project quarkus-integration-test-hibernate-validator: *Failed to build a runnable JAR*: Failed to build a runner jar: Failed to augment application classes: Unsupported method parameter class io.quarkus.resteasy.server.common.runtime.ResteasyServerCommonRecorder at io.quarkus.resteasy.server.common.runtime.ResteasyServerCommonRecorder arg0 of io.quarkus.resteasy.server.common.deployment.ResteasyInjectionReadyBuildItem io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor.setupInjection(io.quarkus.resteasy.server.common.runtime.ResteasyServerCommonRecorder,io.quarkus.arc.deployment.BeanContainerBuildItem,java.util.List) of class io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor -> *[Help 1]*}} Which seems to be caused by an annotation not being recognized correctly (different classloader ?). > [Regression] Compilation failure > -------------------------------- > > Key: MNG-6758 > URL: https://issues.apache.org/jira/browse/MNG-6758 > Project: Maven > Issue Type: Bug > Affects Versions: 3.6.2 > Reporter: Guillaume Nodet > Priority: Critical > > Compilation failure when building with maven 3.6.2 but works with 3.6.1. > {{Repository: [https://github.com/quarkusio/quarkus.git]}} > {{Branch: 0.21}} > {{Commit: }}{{63643eff9b10cd5e14aa12a75aae2e0b6e771612}} > > Steps to reproduce: > {{git clone [https://github.com/quarkusio/quarkus.git]}} > {{cd quarkus}} > {{git checkout 63643eff9b10cd5e14aa12a75aae2e0b6e771612}} > {{mvn install -DskipTests}} > > This leads to the following error: > {{[*ERROR*] Failed to execute goal > io.quarkus:quarkus-maven-plugin:999-SRC-revision-c9add195bbc0014a984dc0f73835e84ff042d021:build > *(default)* on project quarkus-integration-test-hibernate-validator: *Failed > to build a runnable JAR*: Failed to build a runner jar: Failed to augment > application classes: Unsupported method parameter class > io.quarkus.resteasy.server.common.runtime.ResteasyServerCommonRecorder at > io.quarkus.resteasy.server.common.runtime.ResteasyServerCommonRecorder arg0 > of > io.quarkus.resteasy.server.common.deployment.ResteasyInjectionReadyBuildItem > io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor.setupInjection(io.quarkus.resteasy.server.common.runtime.ResteasyServerCommonRecorder,io.quarkus.arc.deployment.BeanContainerBuildItem,java.util.List) > of class > io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor -> > *[Help 1]*}} > Which seems to be caused by an annotation not being recognized correctly > (different classloader ?). -- This message was sent by Atlassian Jira (v8.3.2#803003)