Remove uses of outdated dialects in Hibernate ORM integration tests

Description

Version-specific dialects have been moved to another Maven artifact in ORM 6.2. But the thing is, we don’t need to use those in our tests. Actually we even moved to version-less dialects, but apparently not everywhere.

See :

Activity

Show:

Marko BekhtaMarch 20, 2023 at 8:39 AM

will do

Yoann RodièreMarch 20, 2023 at 7:44 AM
Edited

Also, it seems we’ll need to push your patch to branch wip/6.1/dependency-update/orm6.2 in order to fix that other job: https://ci.hibernate.org/blue/organizations/jenkins/hibernate-search-dependency-update/detail/6.1/54/pipeline/262

(we may be able to push it to branch 6.1 directly but that depends on the patch, as Search 6.1 depends on ORM 6.0 by default)

Yoann RodièreMarch 20, 2023 at 7:40 AM

This should just be about hinting down things like Postgres89Dialect and replacing them with PostgresDialect.

Yoann RodièreMarch 20, 2023 at 7:39 AM

Hey Marko, can you please have a look at this?

Fixed

Details

Assignee

Reporter

Sprint

Priority

Created March 20, 2023 at 7:38 AM
Updated June 2, 2023 at 1:33 PM
Resolved March 20, 2023 at 3:20 PM