Re: Re: [DISCUSS] 4.1.0 release plan

2020-04-22 Thread Zhang Yonglun
Thanks for your comments. I'll update the RELEASE-NOTES.md -- Zhang Yonglun Apache ShardingSphere zhangli...@apache.org 于2020年4月22日周三 下午6:25写道: > The LeafKeyGenerator has already removed > > -- > > Liang Zhang (John) > Apache ShardingSphere & Dubbo > > > Zhang Yonglun

Re: Re: [DISCUSS] 4.1.0 release plan

2020-04-22 Thread zhangli...@apache.org
The LeafKeyGenerator has already removed -- Liang Zhang (John) Apache ShardingSphere & Dubbo Zhang Yonglun 于2020年4月22日周三 下午5:49写道: > After append new items, the release notes would be like this after > update: > > New Features > > - Support scaling for ShardingSphere (alpha

Re: Re: [DISCUSS] 4.1.0 release plan

2020-04-22 Thread Zhang Yonglun
After append new items, the release notes would be like this after update: New Features - Support scaling for ShardingSphere (alpha version) - Move etcd registry center from experiment repo to apache repo - Upgrade to Java 8 Enhancement - Optimization for Sharing Parser with ANTLR Visitor

Re: [DISCUSS] 4.1.0 release plan

2020-04-08 Thread zhaojun
Hi, Yonglun sharding-transaction have completed these features in dev-4.x branch: 1. Support integrate with spring using @ShardingTransactionType (issue#4937) 2. Enhance ShardingDataSource to compatiable with Seata in micro-sevice distribution transaction (issue#4991) -- Zhao

Re: [DISCUSS] 4.1.0 release plan

2020-04-01 Thread 赵俊
Hi, community In master branch, since PR#4945 have changed the KeyGenerator API. So we plan to create 4.1.0-release branch based on 43d3426 commit, PRs after 43d3426 we will change it to 5.0.0 milestone. If you have any question please feel free to let me know. -- Zhao Jun

Re: [DISCUSS] 4.1.0 release plan

2020-03-27 Thread Juan Pan
Hi Make sense to me. If our release manager plans to include it into 4.1.0, please consider `The docker of ShardingProxy supports loading external lib packages.` as one item of release note. Thanks. Juan Pan (Trista) Senior DBA & PPMC of Apache

Re: [DISCUSS] 4.1.0 release plan

2020-03-26 Thread Zhang Yonglun
Hi Juan, I think we should include this fix in release notes. Thanks. -- Zhang Yonglun Apache ShardingSphere Juan Pan 于2020年3月26日周四 下午1:38写道: > Hi > > > Since ShardingProxy docker can not load libs(Especially > mysql-connector-java.jar) from the external directory, users can not start >

Re: [DISCUSS] 4.1.0 release plan

2020-03-26 Thread Sheng Wu
I think this isn't requiring a vote :) It is just a feature, you could run this differently, as this has no side effect. Sheng Wu 吴晟 Twitter, wusheng1108 Juan Pan 于2020年3月26日周四 下午1:38写道: > Hi > > > Since ShardingProxy docker can not load libs(Especially > mysql-connector-java.jar) from the

Re: [DISCUSS] 4.1.0 release plan

2020-03-25 Thread Juan Pan
Hi Since ShardingProxy docker can not load libs(Especially mysql-connector-java.jar) from the external directory, users can not start ShardingProxy docker with MySQL databases.[1] Considering the broad adoption of MySQL, it is not a minor issue, I think. I'd like to listen to the community's

Re: [DISCUSS] 4.1.0 release plan

2020-03-25 Thread Zhang Yonglun
The release would be like this after update: New Features - Support scaling for ShardingSphere (alpha version) - Move etcd registry center from experiment repo to apache repo - Upgrade to Java 8 Enhancement - Optimization for Sharing Parser with ANTLR Visitor improving the parsing performance

Re: [DISCUSS] 4.1.0 release plan

2020-03-25 Thread Zhang Yonglun
-- Zhang Yonglun Apache ShardingSphere zhangli...@apache.org 于2020年3月17日周二 下午5:43写道: > The tasks we need to discuss: > > > - Support scaling for shardingsphere > > This is alpha version, we need to discuss do binary release or just for > source release. > > The binary release is ready. It's

Re: Re: [DISCUSS] 4.1.0 release plan

2020-03-25 Thread Haoran Meng
Hi,Yonglun The 4.1.0 version includes the separation of registry and config center[1], so we have refactored the UI to configure the registry center and config center separately[2]. I recommend merging the UI refactoring to the 4.1.0 version, and we will update related documents as soon as

Re: Re: [DISCUSS] 4.1.0 release plan

2020-03-18 Thread zhangli...@apache.org
I have created the new milestone for 4.1.0[1] and moved some issues and pull requests to this milestone. [1] https://github.com/apache/incubator-shardingsphere/milestone/12 -- Liang Zhang (John) Apache ShardingSphere & Dubbo KimmKing 于2020年3月18日周三 下午2:38写道: > Hi, Yonglun, >

Re: [DISCUSS] 4.1.0 release plan

2020-03-17 Thread Zhang Yonglun
Thanks Liang. I'll sync up the comments to the release notes. -- Zhang Yonglun Apache ShardingSphere zhangli...@apache.org 于2020年3月17日周二 下午5:43写道: > The tasks we need to discuss: > > > - Support scaling for shardingsphere > > This is alpha version, we need to discuss do binary release or

Re: [DISCUSS] 4.1.0 release plan

2020-03-17 Thread zhangli...@apache.org
The tasks we need to discuss: > - Support scaling for shardingsphere This is alpha version, we need to discuss do binary release or just for source release. > - Optimization for Sharing Parser with ANTLR Visitor for MySQL It is for all databases dialect, not for MySQL only. > - Parsing

Re: [DISCUSS] 4.1.0 release plan

2020-03-17 Thread Zhang Yonglun
That was already finished. Thanks. -- Zhang Yonglun Apache ShardingSphere sushixiang 于2020年3月17日周二 下午1:15写道: > Sounds great. > > > And I want to know 'Upgrade to Java 8' has already be finished yet? If > not, I want to join. > > > > > --Original-- >

Re:[DISCUSS] 4.1.0 release plan

2020-03-16 Thread sushixiang
Sounds great. And I want to know 'Upgrade to Java 8' has already be finished yet? If not, I want to join. --Original-- From:"Zhang Yonglun"https://github.com/apache/incubator-shardingsphere/tree/dev-5.x which include many bug fixes, enhancement and refactor.