forked from alibaba/Sentinel
-
Notifications
You must be signed in to change notification settings - Fork 1
Update README.md #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
shivagowda
wants to merge
55
commits into
master
Choose a base branch
from
shivagowda-patch-2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update README.md #34
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bootsrapping 2
bootsrapping 2
* 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.
Refactor SpiLoader and enhance SPI mechanism (alibaba#1383)
dashboard: authFilterExcludeUrls supports matching path pattern like …
Improve MetricFetcher under concurrent conditions (alibaba#1918)
Signed-off-by: LIU Ming <hit_oak_tree@126.com>
dependency: Upgrade fastjson to 1.2.75 (alibaba#2006)
…y-rls module (alibaba#2003) Signed-off-by: LIU Ming <hit_oak_tree@126.com>
dependency: Upgrade snakeyaml to 1.26 in sentinel-cluster-server-envo…
- The demo was unable to run and stop because of missing namesrv configuration, and now fixed.
Improve RocketMQ integration example (alibaba#1757)
Remove unused code in DefaultBlockExceptionHandler#handle
Remove unused code (alibaba#1991)
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
Update source/target JDK version to 1.8 and update documents
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
Use JDK 1.8 native LongAdder instead and remove legacy LongAdder
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
Polish SpiLoader and SentinelConfig
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
Bump version to 1.8.1
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
Bump version to 1.8.2-SNAPSHOT
Remove redundant code in SentinelResourceAspect (alibaba#2016)
dependency: Bump spring-core version to 5.1.18.RELEASE in sentinel-zu…
Add sentinel-transport-spring-mvc module (alibaba#1957)
dependency: Upgrade Netty to 4.1.48.Final in sentinel-cluster pom (#2…
… dashboard pom (alibaba#2046) `${user.home}` should be resolve in dashboard runtime, not in maven package goal
dashboard: Use delimiter '@' only in maven-resources-plugin config of…
doc: Add Sentinel website in README.md (alibaba#2054)
doc: Fix incorrect comment of rollingCounterInSecond in StatisticNode…
Simplify enums: reuse enum name and remove unnecessary code (alibaba#2032)
Remove unused HotParameterLeapArray in param flow control module (alibaba#2070)
…ns (alibaba#2059) * refactor(dashboard): use AuthConfiguration to manage the bean of auth * refactor(dashboard): change AuthorizationInterceptor to an interface * refactor(dashboard): change LoginAuthenticationFilter to an interface * refactor(dashboard): use AuthProperties to manage auth config * test(dashboard): use NoAuthConfigurationTest to create no auth configuration for testing
dashboard: Improve support for customizing auth-related implementatio…
Add GitHub Actions CI workflow (alibaba#1992)
Support Redis cluster mode in Redis data-source extension (alibaba#1751)
example: Add separate demo for slot/slot chain SPI (alibaba#2085)
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
dashboard: Improve param validation in MachineRegistryController
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe what this PR does / why we need it
Does this pull request fix one issue?
Describe how you did it
Describe how to verify it
Special notes for reviews