Christian Ambach

Results 4 comments of Christian Ambach

You can add a file to overwrite the [entity mapping metadata](https://docs.jboss.org/hibernate/stable/annotations/reference/en/html/xml-overriding.html#xml-overriding-principles-entity). example src/main/resources/META-INF/orm.xml ``` org.springframework.modulith.events.jpa ```

Found the culprit: The new buildroot release sets `GIT_DIR=.` (https://github.com/buildroot/buildroot/commit/c07aafa087927ac6f10591bc13e30b7ecd5c7b7f) This results in git checkout looking for the .git directory in the directory where the pipeline checked the tool that...

FWIW: For me `gradle clean bootBuildImage` worked with Spring Boot 3.3.2 and Podman 5.2.0 on Sonoma 14.4 after slightly adjusting the settings given on the Gradle plugin page ``` tasks.named("bootBuildImage")...

Tracked it down in my setup: Using Gitlab Runner on Docker Desktop with all 14 CPUs and 8 GB of RAM for the Docker virtual machine. Seeing the 14 CPUs,...