Hi All, Apache ShardingSphere 5.x is in dev mode right now.
Let's talk about what's new about it. 1. New API for micro and pluggable kernel. Which means we should remove all ShardingDataSource, MasterSlaveDataSoure, EncryptDataSource, ShadowDataSource etc.. The only DataSource is ShardingSphereDataSource which can handle rule collections together. 2. New YAML format, spring namespace schema and spring boot starter. They are just adaptor with kernel API changes. 3. Change project name from sharding to shardingsphere, for example: change sharding-jdbc to shardingsphere-jdbc; change sharding-proxy to shardingsphere-proxy. Any thing else? ------------------ Liang Zhang (John) Apache ShardingSphere & Dubbo
