AlbumenJ commented on issue #11716: URL: https://github.com/apache/dubbo/issues/11716#issuecomment-1928655305
> 这样子,业务开发同学会在心里骂人滴,升级风险与成本很高,后续也很难再推进。 之所以不在 3.2 修改也是为了保证 3.2 的稳定,对于 Dubbo 来说不可避免的会持续有 breaking changes,一个 breaking change 即使再小如果允许往最新主干合并那势必导致不存在稳定版本。因此 Dubbo 才区分了 security / stable / beta 三个分支迭代,让所有的 breaking changes 都往 beta 去,stable 小版本有信心升最新,beta 大版本升级时了解具体都有什么需要注意的一次性完成。同时 beta 还会带来更多的 feature(如 3.3 会支持原生 application/json 的 http 支持,统一南北东西向的编程界面)。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
