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

Add Spring Boot Assembly Module #4489

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

lefou
Copy link
Member

@lefou lefou commented Feb 6, 2025

TBD

@lefou
Copy link
Member Author

lefou commented Feb 6, 2025

This is an early draft for a SpringBootAssemblyModule

This derives from JavaModule for now. I tried to just derive from AssemblyModule or RunModule, but couldn't get it right. Since we revisit the module structure anyways, I think this can be tried later again.

The Spring-Boot tools are encampsulated into a separate Module to avoid multiple instance. A pre-setup version using the tools that were available at built-time is available as ExternalModule and used by default.

lefou and others added 3 commits February 10, 2025 13:26
This derives from `JavaModule` for now. I tried to just derive from AssemblyModule or RunModule, but could get it right. Since we revisit the module structure anyways, I think this can be tried later again.

The Spring-Boot tools are encampsulated into a separate Module to avoid multiple instance. A pre-setup version using the tools that were available at built-time is available as `ExternalModule` and used by default.
@lefou lefou force-pushed the spring-boot-assembly branch from 7003265 to 1d41d44 Compare February 10, 2025 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant