Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker compose dependency causes failures during Maven AOT processing #35548

Closed
philwebb opened this issue May 18, 2023 · 1 comment
Closed
Labels
type: bug A general bug
Milestone

Comments

@philwebb
Copy link
Member

Similar to #35433.

Comment from Andy:

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.

@philwebb philwebb added this to the 3.1.x milestone May 18, 2023
@philwebb philwebb added the type: bug A general bug label May 18, 2023
@philwebb philwebb changed the title Disable docker compose during Maven AOT processing Docker compose dependency causes failures during Maven AOT processing May 18, 2023
@philwebb
Copy link
Member Author

I'm not sure we can use NativeDetector because we need to disable before bean definitions are added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant