-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
method annotated with @Transactional(isolation = Isolation.READ_COMMITTED) returns uncommitted data #2733
Comments
Please simplify the reproducer, so it can be run locally without all that Docker overhead. You shouldn't need a web application either. |
I worked out an example without docker and web: https://github.com/jvanheesch/spring-boot-isolation/tree/SpringBootTest |
The reproducer is broken. In the second example you call The call to You really shouldn't use |
Using |
Ok, that is strange. I massaged the tests a little to use https://github.com/schauder/issue-jpa-2733-spring-boot-isolation/tree/SpringBootTest |
Reproducer kan be found here: https://github.com/jvanheesch/spring-boot-isolation
The text was updated successfully, but these errors were encountered: