Skip to content

Document how third parties should identify their starters #2537

@snicoll

Description

@snicoll

Third parties are creating their own starters and it seems that spring-boot-starter is a natural prefix for them. Both activitii and camel have such starters.

Wouldn't it be a good idea for us to "formally" document some aspects of a 3rd party starter? For one, using a different prefix would be a good idea IMO. We could avoid ending up in a situation where we have two spring-boot-starter-actuator now.

ping @jbarrez & @hekonsek

Here is what I suggest for what would be wrongly called spring-boot-starter-xyz:

  • If xyz is small enough so that only one starter makes sense, name it xyz-spring-boot-starter. After all, all your modules probably start with xyz already anyway
  • If you have more that one potential starters, just extend the prefix: xyz-first-spring-boot-starter - xyz-second-spring-boot-starter.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions