Update WildFly root pom.xml to use Hibernate ORM 6.2.0.Final by updating version.org.hibernate, then build + run tests: cd wildfly ./build clean install -DskipTests=true cd wildfly/testsuite/integration/basic mvn install -Dtest=org.jboss.as.test.integration.jpa.hibernate.sessionfactorytest.SessionFactoryTestCase
|