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
With Spring Boot 3.1.0 using Maven parent spring-boot-starter-parent:3.1.0 On OpenSuse Linux Leap 15.5. Maven 3.8 with Java JDK Temurin-17.0.7+7. Latest versions of everything at the moment of writing this.
with compose.yaml file at project root (with works ok) runnin
with Docker version
docker compose start does not have flag "--no-color"
This appears to be a pre-release version of Docker Compose that does not support the command-line flags that Spring Boot requires. The most recent version of the plugin available at the time of this writing is v2.18.1. Please upgrade to a newer version of the Docker Compose plugin.
With Spring Boot 3.1.0 using Maven parent spring-boot-starter-parent:3.1.0 On OpenSuse Linux Leap 15.5. Maven 3.8 with Java JDK Temurin-17.0.7+7. Latest versions of everything at the moment of writing this.
with compose.yaml file at project root (with works ok) runnin
with Docker version
BUG #1
mvn spring-boot:run
it fails with error :
docker compose up does not have flag "--wait"
BUG #2
org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties: 283
ALWAYS and NEVER have same (cut&paste) javadoc
BUG #3
using property :
spring.docker.compose.start.command=start
mvn spring-boot:run
fails with:docker compose start does not have flag "--no-color"
The text was updated successfully, but these errors were encountered: