HHH-16248 Fix h2 json test
This commit is contained in:
parent
272df3ebe2
commit
575847322d
|
@ -33,7 +33,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||||
|
|
||||||
@SessionFactory
|
@SessionFactory
|
||||||
@DomainModel( annotatedClasses = { H2JsonListTest.Path.class, H2JsonListTest.PathClob.class } )
|
@DomainModel( annotatedClasses = { H2JsonListTest.Path.class, H2JsonListTest.PathClob.class } )
|
||||||
@RequiresDialect( H2Dialect.class )
|
@RequiresDialect( value = H2Dialect.class, majorVersion = 2 )
|
||||||
@Jira( "https://hibernate.atlassian.net/browse/HHH-16320" )
|
@Jira( "https://hibernate.atlassian.net/browse/HHH-16320" )
|
||||||
public class H2JsonListTest {
|
public class H2JsonListTest {
|
||||||
@BeforeAll
|
@BeforeAll
|
||||||
|
|
Loading…
Reference in New Issue