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.
Is there any version of dbrider for Jakarta standard.
After the migration to Hibernate Jakarta I get the following message:
The EntityManagerProvider is dependent to javax namespace, not jakarta.