-
Bug
-
Resolution: Done
-
Minor
-
3.15.2.Final
-
None
-
None
There are failing about 30 test classes when running integration tests against bootable-jar, because of missing org.jboss.resteasy.resteasy-rxjava2 module
[ERROR] org.jboss.resteasy.test.rx.rxjava2.Rx2SingleTest Time elapsed: 0.007 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy Rx2SingleTest.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.module.service.\"deployment.Rx2SingleTest.war\".main" => "WFLYSRV0179: Failed to load module: deployment.Rx2SingleTest.war Caused by: org.jboss.modules.ModuleNotFoundException: org.jboss.resteasy.resteasy-rxjava2"}}}} ...
This is caused by doubled includedPackages element of bootable jar Maven configuration: https://github.com/resteasy/Resteasy/blob/3.15/testsuite/integration-tests/pom.xml#L255-L266 Just to second occurrence is taken into account.