Sentinel/sentinel-cluster/sentinel-cluster-client-def.../src
cdfive 62efb78d4e
Refactor SpiLoader and enhance SPI mechanism (#1383)
* Add `@Spi` annotation as the general annotation for SPI definition.
* Add isDefault in @Spi, add loadDefaultInstance and improve loadFirstInstanceOrDefault method, improve test cases
* Add SpiLoaderException class for thrown when something goes wrong while loading Provider
* Rearrange packages of base SPI mechanism

NOTE: this PR contains breaking changes regarding API.
2021-01-27 09:45:56 +08:00
..
main Refactor SpiLoader and enhance SPI mechanism (#1383) 2021-01-27 09:45:56 +08:00
test/java/com/alibaba/csp/sentinel/cluster/client/codec/data Add unit test for cluster/FlowResponseDataDecoder (#1514) 2020-06-11 15:38:32 +08:00