We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9b9593 + 18d9b86 commit 0ba2f32Copy full SHA for 0ba2f32
2 files changed
persistence-modules/hibernate-jpa/src/test/resources/hibernate-pessimistic-locking.properties
@@ -1,5 +1,5 @@
1
hibernate.connection.driver_class=org.h2.Driver
2
-hibernate.connection.url=jdbc:h2:mem:mydb3;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=100;MVCC=FALSE
+hibernate.connection.url=jdbc:h2:mem:mydb3;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=100
3
hibernate.connection.username=sa
4
hibernate.connection.autocommit=true
5
hibernate.dialect=org.hibernate.dialect.H2Dialect
testing-modules/junit-5-basics/pom.xml
@@ -124,6 +124,7 @@
124
125
<properties>
126
<spring.version>5.0.6.RELEASE</spring.version>
127
+ <h2.version>1.4.197</h2.version> <!-- needs to be specified to be compatible with spring.version 5.0.6.RELEASE -->
128
</properties>
129
130
</project>
0 commit comments