alfa-laboratory / cxf-ws-client-spring-boot-starter

Best way to create JAX-WS PortType for your spring-boot application
https://alfa-laboratory.github.io/cxf-ws-client-spring-boot-starter/3.3.4/html5/index.html
Apache License 2.0
4 stars 2 forks source link

Maybe rename Gradle project name to cxf-ws-client-spring-boot-starter? #8

Open donbeave opened 5 years ago

donbeave commented 5 years ago

Hello!

When I see compile 'ru.alfalab.starter.cxf:starter:{starterVersion}' it makes me feel weird because normally third-party Spring Boot projects will use Spring Boot's recommended naming thirdpartyproject-spring-boot-starter.

Source: https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#using-boot-starter

Maybe it's not late to rename this project as well?

Best regards, Alexey Zhokhov.

donbeave commented 5 years ago

Some real examples, which use recommended naming:

https://github.com/graphql-java-kickstart/graphql-spring-boot https://github.com/mybatis/spring-boot-starter https://github.com/gavlyukovskiy/spring-boot-data-source-decorator https://github.com/ratpack/ratpack/tree/master/ratpack-spring-boot-starter https://github.com/zalando/tracer/tree/master/tracer-spring-boot-starter ...