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.