You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When a test is annotated @Transactional the data is not commited into the DB thus not visible in the application under test.
Describe the solution you'd like
The objective is to use @Transactional smoothly without any hacks.
Describe alternatives you've considered
The current solution is to manually manage the transaction
Is your feature request related to a problem? Please describe.
When a test is annotated
@Transactional
the data is not commited into the DB thus not visible in the application under test.Describe the solution you'd like
The objective is to use
@Transactional
smoothly without any hacks.Describe alternatives you've considered
The current solution is to manually manage the transaction
Additional context
quarkusio/quarkus#6536
The text was updated successfully, but these errors were encountered: