Issue with Testcontainers @ServiceConnection in AbstractIntegrationTest When Running Multiple Test Classes
I’m experiencing an issue with my integration tests using Testcontainers and the new @ServiceConnection
annotation. I have an abstract class AbstractIntegrationTest
which is extended by multiple test classes. The relevant code is as follows: