HHH-12098 - prep 5.3
This commit is contained in:
parent
d1f54b976e
commit
dd561e5f9f
|
@ -68,7 +68,7 @@ public class DdlInWildFlyUsingBmtAndEmfTest {
|
||||||
.jtaDataSource( "java:jboss/datasources/ExampleDS" )
|
.jtaDataSource( "java:jboss/datasources/ExampleDS" )
|
||||||
.clazz( WildFlyDdlEntity.class.getName() )
|
.clazz( WildFlyDdlEntity.class.getName() )
|
||||||
.excludeUnlistedClasses( true )
|
.excludeUnlistedClasses( true )
|
||||||
.getOrCreateProperties().createProperty().name( "jboss.as.jpa.providerModule" ).value( "org.hibernate:5.2" ).up().up()
|
.getOrCreateProperties().createProperty().name( "jboss.as.jpa.providerModule" ).value( "org.hibernate:5.3" ).up().up()
|
||||||
.getOrCreateProperties().createProperty().name( "hibernate.hbm2ddl.auto" ).value( "create-drop" ).up().up()
|
.getOrCreateProperties().createProperty().name( "hibernate.hbm2ddl.auto" ).value( "create-drop" ).up().up()
|
||||||
// this should not be needed, but...
|
// this should not be needed, but...
|
||||||
.getOrCreateProperties().createProperty().name( AvailableSettings.JTA_PLATFORM ).value( JBossAppServerJtaPlatform.class.getName() ).up().up()
|
.getOrCreateProperties().createProperty().name( AvailableSettings.JTA_PLATFORM ).value( JBossAppServerJtaPlatform.class.getName() ).up().up()
|
||||||
|
|
|
@ -66,7 +66,7 @@ public class DdlInWildFlyUsingBmtAndEmfTest {
|
||||||
.jtaDataSource( "java:jboss/datasources/ExampleDS" )
|
.jtaDataSource( "java:jboss/datasources/ExampleDS" )
|
||||||
.clazz( WildFlyDdlEntity.class.getName() )
|
.clazz( WildFlyDdlEntity.class.getName() )
|
||||||
.excludeUnlistedClasses( true )
|
.excludeUnlistedClasses( true )
|
||||||
.getOrCreateProperties().createProperty().name( "jboss.as.jpa.providerModule" ).value( "org.hibernate:5.2" ).up().up()
|
.getOrCreateProperties().createProperty().name( "jboss.as.jpa.providerModule" ).value( "org.hibernate:5.3" ).up().up()
|
||||||
.getOrCreateProperties().createProperty().name( "hibernate.hbm2ddl.auto" ).value( "create-drop" ).up().up()
|
.getOrCreateProperties().createProperty().name( "hibernate.hbm2ddl.auto" ).value( "create-drop" ).up().up()
|
||||||
// this should not be needed, but...
|
// this should not be needed, but...
|
||||||
.getOrCreateProperties().createProperty().name( AvailableSettings.JTA_PLATFORM ).value( JBossAppServerJtaPlatform.class.getName() ).up().up()
|
.getOrCreateProperties().createProperty().name( AvailableSettings.JTA_PLATFORM ).value( JBossAppServerJtaPlatform.class.getName() ).up().up()
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Dependencies: org.hibernate:5.2 services
|
Dependencies: org.hibernate:5.3 services
|
||||||
|
|
Loading…
Reference in New Issue