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
The Maven side of things is more complicated for the reasons that Moritz described here. We could filter out spring-boot-devtools and spring-boot-docker-compose from the AOT processing classpath, but we don't have that level of control over the native image classpath. That's why we ended up with b9ae61f to disable DevTools in a native image. I think we'll have to do something similar for the Docker Compose support.
The text was updated successfully, but these errors were encountered:
philwebb
changed the title
Disable docker compose during Maven AOT processing
Docker compose dependency causes failures during Maven AOT processing
May 18, 2023
Similar to #35433.
Comment from Andy:
The text was updated successfully, but these errors were encountered: