Skip to content

Commit

Permalink
Merge pull request #16735 from scottmarlow/WFLY-17895_ORM6.2.1.Final
Browse files Browse the repository at this point in the history
WFLY-17895 Upgrade to Hibernate ORM 6.2.1.Final and enable SessionFactoryTestCase testInjectPUIntoHibernateSessionFactory
  • Loading branch information
bstansberry committed Apr 15, 2023
2 parents eac25cc + b0a864f commit 5398b0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -469,7 +469,7 @@
<version.org.hamcrest.legacy>1.3</version.org.hamcrest.legacy>
<version.org.hibernate.commons.annotations>6.0.6.Final</version.org.hibernate.commons.annotations>
<version.org.hibernate.search>6.1.8.Final</version.org.hibernate.search>
<version.org.hibernate>6.2.0.Final</version.org.hibernate>
<version.org.hibernate>6.2.1.Final</version.org.hibernate>
<version.org.hibernate.validator>8.0.0.Final</version.org.hibernate.validator>
<version.org.hornetq>2.4.9.Final</version.org.hornetq>
<version.org.infinispan>14.0.8.Final</version.org.infinispan>
Expand Down
Expand Up @@ -42,7 +42,6 @@
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand Down Expand Up @@ -125,7 +124,6 @@ public void testInjectPCIntoHibernateSession() throws Exception {

// Test that a Persistence unit can be injected into a Hibernate Session factory
@Test
@Ignore // WFLY-17830: renable when upgrading to Hibernate ORM 6.2.1.Final which should have the https://github.com/hibernate/hibernate-orm/pull/6350 change included
public void testInjectPUIntoHibernateSessionFactory() throws Exception {

SFSBHibernateSessionFactory sfsbHibernateSessionFactory =
Expand Down

0 comments on commit 5398b0c

Please sign in to comment.