sandynz opened a new pull request #14135: URL: https://github.com/apache/shardingsphere/pull/14135
Fixes #13875 part 10. Changes proposed in this pull request: - Refactor scaling-core to pipeline-core and sharding-core; scaling-core module is removed; - Separate pipeline api and spi; - Rename plenty of packages and classes name; - Prepare for move api to pipeline-spi - Add pipeline-test module. Since it depend on `!SHARDING` in rule config file, it's part of `sharding-core` module which could not be depended by `pipeline-core` module There're still some `scaling` package classes in `pipelien-core` module, they will be refactored later (to be removed). `api` and `spi` package will be moved to `pipeline-spi` later, it still need some refactoring. I'll develop public API change and public configuration change at higher priority for now, for recent next release. -- 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]
