opentracing-contrib / java-spring-web

OpenTracing Spring Web instrumentation
Apache License 2.0
107 stars 59 forks source link

Rename opentracing-spring-web-autoconfigure to opentracing-spring-web-starter #75

Closed cmoulliard closed 6 years ago

cmoulliard commented 6 years ago

All the Spring Boot modules = starters containing the definition/list of the dependencies to be packaged like also the code to be used during bootstrap process and to configure the beans contains, part of their name, the word starter.

I propose to rename this project from opentracing-spring-web-autoconfigure to opentracing-spring-web-starter to adopt/follow the same convention. Make sense @geoand @pavolloffay @objectiser ?

Same convention should also be followed for the cloud module -> opentracing-spring-cloud-starter

geoand commented 6 years ago

:+1: from me

pavolloffay commented 6 years ago

+1 @geoand do you want to fix it?

geoand commented 6 years ago

@pavolloffay Sure thing

whiskeysierra commented 4 years ago

Just want to leave this here:

https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-custom-starter

Auto configurations and starters can be kept separate as well.