[
https://issues.apache.org/jira/browse/MNG-6758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Scholte closed MNG-6758.
-------------------------------
Assignee: Robert Scholte
Resolution: Cannot Reproduce
I cannot reproduce the issue, compiles as expected with both versions.
Also, I cannot see how Maven could cause such an exception, that's really at a
different level.
(and please provide a small reproducible project next time, so we can transform
it into a unittest or integration-test. Quarkus is just too big to analyse for
1 issue)
> [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
> Assignee: Robert Scholte
> 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.4#803005)