Skip to content

Commit 2db0f50

Browse files
committed
Removing all references to removed PostgresSQL91Dialect.
References #2899, #2901.
1 parent 8ee75ae commit 2db0f50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-data-jpa/src/test/resources/META-INF/persistence.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$ExampleEntityWithUUIDId</class>
178178
<exclude-unlisted-classes>true</exclude-unlisted-classes>
179179
<properties>
180-
<property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQL91Dialect" />
180+
<property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect" />
181181
</properties>
182182
</persistence-unit>
183183
<persistence-unit name="metadata-id-handling-el">
@@ -195,7 +195,7 @@
195195
<class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$ExampleEntityWithUUIDId</class>
196196
<exclude-unlisted-classes>true</exclude-unlisted-classes>
197197
<properties>
198-
<property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQL91Dialect" />
198+
<property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect" />
199199
</properties>
200200
</persistence-unit>
201201

0 commit comments

Comments
 (0)