Skip to content

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

@g051051

Description

@g051051

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions