-
Couldn't load subscription status.
- Fork 41.6k
Open
Labels
theme: aotAn issue related to Ahead-of-time processingAn issue related to Ahead-of-time processingtype: bugA general bugA general bug
Milestone
Description
This can be reproduced using Petclinic's tests with AOT enabled:
tasks.named('test') {
useJUnitPlatform()
systemProperty "spring.aot.enabled", true
}
./gradlew test fails with both tests in PostgresIntegrationTests failing as they could not connect to Postgres. They try to use the default host and port rather than those of a container starter by Docker Compose.
Metadata
Metadata
Assignees
Labels
theme: aotAn issue related to Ahead-of-time processingAn issue related to Ahead-of-time processingtype: bugA general bugA general bug