Hibernate Configuration error with Springboot 3.4.x native images #44661
Labels
for: stackoverflow
A question that's better suited to stackoverflow.com
status: invalid
An issue that we don't feel is valid
(https://drive.google.com/file/d/1VhiNjbatpojBah1XOaYRBN8NKWDMkzpw/view?usp=sharing)
Have been hitting this issue regularly with SpringBoot 3.4.x
Above is complete yet minimal sample that reproduces the problem. 2 sets of command produce similar but not identical errors.
Below are the commands to recreate it with Gradle 7.6.4 and Graal Java(TM) SE Runtime Environment Oracle GraalVM 17.0.11+7.1
1. gradle build -x test :microservices:review-service:nativeCompile -Pprofile=instrumented &&
docker compose -f docker-compose-app-native-instrumented.yml build &&
docker compose -f docker-compose-app-native-instrumented.yml up
2. gradle build -x test :microservices:review-service:bootBuildImage &&
docker compose -f docker-compose-app-native.yml up
Any help will be greatly appreciated.
The text was updated successfully, but these errors were encountered: