Spring Boot 3.5.x / 4.x GraalVM with Gradle JVM Test Suite Plugin
Summary The issue at hand involves using Spring Boot 3.5.x and 4.x with GraalVM and the Gradle JVM Test Suite Plugin. When running gradlew clean nativeTest, some tests seem to work, but running gradlew clean nativeIntegrationTest results in exceptions being thrown. This is due to the GraalVM Gradle Plugin and its interaction with Testcontainers and … Read more