mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 12:44:49 +00:00
HHH-12098 - prep 5.3
This commit is contained in:
parent
d1f54b976e
commit
dd561e5f9f
@ -68,7 +68,7 @@ private static PersistenceDescriptor persistenceXml() {
|
||||
.jtaDataSource( "java:jboss/datasources/ExampleDS" )
|
||||
.clazz( WildFlyDdlEntity.class.getName() )
|
||||
.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()
|
||||
// this should not be needed, but...
|
||||
.getOrCreateProperties().createProperty().name( AvailableSettings.JTA_PLATFORM ).value( JBossAppServerJtaPlatform.class.getName() ).up().up()
|
||||
|
@ -66,7 +66,7 @@ private static PersistenceDescriptor persistenceXml() {
|
||||
.jtaDataSource( "java:jboss/datasources/ExampleDS" )
|
||||
.clazz( WildFlyDdlEntity.class.getName() )
|
||||
.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()
|
||||
// this should not be needed, but...
|
||||
.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…
x
Reference in New Issue
Block a user