Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionUse JUnit Jupiter along with one of the Hibernate ORM's class-level test annotations (
BaseUnitTest
,SessionFactory
,Jpa
,SessionFactoryFunctionalTesting
,ServiceRegistryFunctionalTesting
, ...) andAfterAll
. Alternatively to the Hibernate ORM test annotations, you can use@TestInstance(TestInstance.Lifecycle.PER_CLASS)
directly on your test.Use JUnit Jupiter along with one of the Hibernate ORM's class-level test annotations (BaseUnitTest
,SessionFactory
,Jpa
,SessionFactoryFunctionalTesting
,ServiceRegistryFunctionalTesting
, ...) andBeforeAll
. Alternatively to the Hibernate ORM test annotations, you can use@TestInstance(TestInstance.Lifecycle.PER_CLASS)
directly on your test.Use JUnit Jupiter andFailureExpected
instead.No replacement with JUnit Jupiter at the moment.No replacement with JUnit Jupiter at the moment.By definition, something "not yet implemented" is something we are actively seeking to removeUse JUnit Jupiter andRequiresDialect
instead.Use JUnit Jupiter andRequiresDialectFeature
instead.Use JUnit Jupiter andRequiresDialects
instead.Use JUnit Jupiter andDisabledOnOs
orDisabledIf
.Use JUnit Jupiter andSkipForDialect
instead.Use JUnit Jupiter andSkipForDialectGroup
instead.
-
Deprecated InterfacesInterfaceDescriptionBy definition, something "not yet implemented" is something we are actively seeking to remove
-
Deprecated Classes
-
Deprecated Annotation InterfacesAnnotation InterfaceDescriptionUse JUnit Jupiter along with one of the Hibernate ORM's class-level test annotations (
BaseUnitTest
,SessionFactory
,Jpa
,SessionFactoryFunctionalTesting
,ServiceRegistryFunctionalTesting
, ...) andAfterAll
. Alternatively to the Hibernate ORM test annotations, you can use@TestInstance(TestInstance.Lifecycle.PER_CLASS)
directly on your test.Use JUnit Jupiter along with one of the Hibernate ORM's class-level test annotations (BaseUnitTest
,SessionFactory
,Jpa
,SessionFactoryFunctionalTesting
,ServiceRegistryFunctionalTesting
, ...) andBeforeAll
. Alternatively to the Hibernate ORM test annotations, you can use@TestInstance(TestInstance.Lifecycle.PER_CLASS)
directly on your test.Use JUnit Jupiter andFailureExpected
instead.No replacement with JUnit Jupiter at the moment.No replacement with JUnit Jupiter at the moment.Use JUnit Jupiter andRequiresDialect
instead.Use JUnit Jupiter andRequiresDialectFeature
instead.Use JUnit Jupiter andRequiresDialects
instead.Use JUnit Jupiter andDisabledOnOs
orDisabledIf
.Use JUnit Jupiter andSkipForDialect
instead.Use JUnit Jupiter andSkipForDialectGroup
instead.
-
Deprecated MethodsMethodDescription