nkonev / r2dbc-migrate

R2DBC database migration library
https://nkonev.name/post/136
Apache License 2.0
98 stars 9 forks source link

Align with Spring Boot's recommendations for naming third-party starters #1

Closed wilkinsona closed 4 years ago

wilkinsona commented 4 years ago

Thanks for creating this project and being part of the Spring community.

Spring Boot's reference documentation contains some guidelines on naming third-party starters. We prefer to reserve spring-boot-starter- for Spring Boot's own starters and for third party starters to use a -spring-boot-starter suffix instead.

Could you please rename your starter to r2dbc-migrate-spring-boot-starter?

nkonev commented 4 years ago

Fixed in 0.0.24

wilkinsona commented 4 years ago

Thank you.