-
Notifications
You must be signed in to change notification settings - Fork 140
Support for jakarta persistence #496
Copy link
Copy link
Closed
Labels
Milestone
Description
Is there any version of dbrider for Jakarta standard.
After the migration to Hibernate Jakarta I get the following message:
com.github.database.rider.junit5.DBUnitExtension executeDataSetForCallback
WARNING: Could not find dataset annotation from callback method: public void pl.kurs.model.clients.ClientJpaTest.clean()
com.github.database.rider.junit5.DBUnitExtension executeExpectedDataSetForCallback
WARNING: Could not find expectedDataSet annotation annotation from callback method: public void pl.kurs.model.clients.ClientJpaTest.clean()
java.lang.NoClassDefFoundError: javax/persistence/Persistence
The EntityManagerProvider is dependent to javax namespace, not jakarta.
Reactions are currently unavailable