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

Spring style "BOM" for creating Dirigible custom stacks #3847

Open
g051051 opened this issue Apr 28, 2024 · 0 comments
Open

Spring style "BOM" for creating Dirigible custom stacks #3847

g051051 opened this issue Apr 28, 2024 · 0 comments

Comments

@g051051
Copy link
Contributor

g051051 commented Apr 28, 2024

Is your feature request related to a problem? Please describe.
The template project for a Dirigible custom stack application (https://github.com/dirigiblelabs/tutorial-custom-stack) has a use creating several projects and using a master pom.xml file that has a substantial number of properties which define the versions of required dependencies. This is error prone, because when updating to a newer release of Dirigible, you not only have to update the drigible.version property, but you have to figure out if any other versions have changed and update them as well.

Describe the solution you'd like
I'd like to be able to construct a custom Dirigible and only have to define the dirigible.version property. A Spring style BOM could allow this to work.

Describe alternatives you've considered
There aren't really any alternatives that I'm aware of.

Additional context

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

No branches or pull requests

1 participant