We'll still fix bugs for 1.3.0 in 1.x branch. -----邮件原件----- 发件人: Willem Jiang [mailto:willem.ji...@gmail.com] 发送时间: 2019年11月26日 17:48 收件人: dev <dev@servicecomb.apache.org> 主题: Re: [DISCUSSION]remove spring 4 & spring boot 1 support for servicecomb-java-chassis 2.0
It's make sense to drop the old version of third party dependency supports in a new major version. +1 to drop the support of Spring4 and Spring Boot 1.x in ServiceComb-Java-Chassis 2.0. But I still want to ask what the support plan of servicecomb-java-chassis 1.x, normally we need to keep fixing bug of 1.x for at least half an year. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Tue, Nov 26, 2019 at 4:14 PM bismy <bi...@qq.com> wrote: > > Hello team, > > As spring 4 & spring boot 1 have reached end-of-line according to [official > announcement](https://spring.io/blog/2019/08/06/it-is-time-goodbye-spring-boot-1-x), > start from servicecomb-java-chassis 2.0, we are going to remove all modules > provided for spring 4 & spring boot 1. > > Some details information: > > 1. remove all dependencies management: remove > java-chassis-dependencies-spring4, java-chassis-dependencies-spring4, > java-chassis-dependencies-spring-boot1, java-chassis-dependencies-boot2, and > all of them are combined into one java-chassis-dependencies. > > 2. remove all starters for spring boot 1, includes > spring-boot-starter-discovery, spring-boot-starter-registry, > spring-boot-starter-provider, spring-boot-starter-transports, > spring-boot-starter-zuul, spring-boot-starter-zuul-zipkin, etc. In the > future, we only provide spring-boot2 starters. Generally, we only keep > spring-boot2-starter-standalone, spring-boot2-starter-servlet, and these two > modules will renamed according to spring-boot conventions. Other starters > will become [spring cloud > huawei](https://github.com/huaweicloud/spring-cloud-huawei). > Servicecomb-java-chassis will focus on it's main features. > > Any suggestions?