Sanne, this is failing again for me. Your patchWildFlytoJPA22 task fails with:
> Task :hibernate-orm-modules:patchWildFlytoJPA22
Conflicts detected: javax.persistence.api:main
Use the --override-all, --override=[] or --preserve=[] arguments in order to resolve the conflict.
And then we are back to the same old test failures:
Caused by: java.lang.Exception: {"WFLYCTL0080: Failed services" => {"jboss.persistenceunit.\"e7cc2cee-1677-4396-99bf-01b8696301e5.war#primary\"" => "java.lang.NoClassDefFoundError: javax/persistence/TableGenerators
Caused by: java.lang.NoClassDefFoundError: javax/persistence/TableGenerators
Caused by: java.lang.ClassNotFoundException: javax.persistence.TableGenerators from [Module \"org.hibernate:5.3.0-SNAPSHOT\" from local module loader @3834d63f (finder: local module finder @1ae369b7 (roots: /home/sebersole/projects/hibernate/hibernate-orm/5.2/hibernate-orm/target/wildfly-11.0.0.Final/modules,/home/sebersole/projects/hibernate/hibernate-orm/5.2/hibernate-orm/target/wildfly-11.0.0.Final/modules/system/layers/base))]"}}
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:135)
... 113 more
I'm re-opening this and re-disabling these tests for the time being