forked from alibaba/Sentinel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Polish document and rearrange package for Quarkus and JAX-RS adapter
Signed-off-by: Eric Zhao <[email protected]>
- Loading branch information
Showing
14 changed files
with
84 additions
and
88 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
12 changes: 7 additions & 5 deletions
12
...nel-annotation-quarkus-adapter-runtime/src/main/resources/META-INF/quarkus-extension.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
--- | ||
name: "sentinel annotation extension" | ||
name: "Sentinel annotation CDI extension" | ||
metadata: | ||
keywords: | ||
- "sentinel" | ||
- "rate limit" | ||
- "circuit breaker" | ||
- "rate-limiting" | ||
- "resiliency" | ||
- "circuit-breaker" | ||
- "fault-tolerance" | ||
categories: | ||
- "rate limit" | ||
- "circuit breaker" | ||
- "fault-tolerance" | ||
- "cloud" | ||
status: "preview" |
This file contains 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
This file contains 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
This file contains 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
13 changes: 8 additions & 5 deletions
13
...entinel-jax-rs-quarkus-adapter-runtime/src/main/resources/META-INF/quarkus-extension.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
--- | ||
name: "sentinel jax rs extension" | ||
name: "Sentinel extension for JAX-RS" | ||
metadata: | ||
keywords: | ||
- "resteasy" | ||
- "jaxrs" | ||
- "sentinel" | ||
- "rate-limiting" | ||
- "resiliency" | ||
- "circuit-breaker" | ||
- "fault-tolerance" | ||
- "jax-rs" | ||
categories: | ||
- "web" | ||
- "circuit breaker" | ||
- "fault-tolerance" | ||
- "cloud" | ||
status: "preview" |
This file contains 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
This file contains 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
13 changes: 7 additions & 6 deletions
13
...l-native-image-quarkus-adapter-runtime/src/main/resources/META-INF/quarkus-extension.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
--- | ||
name: "sentinel native image extension" | ||
name: "Sentinel native image extension" | ||
metadata: | ||
keywords: | ||
- "sentinel" | ||
- "rate limit" | ||
- "circuit breaker" | ||
- "native image" | ||
- "rate-limiting" | ||
- "circuit-breaker" | ||
- "native-image" | ||
- "fault-tolerance" | ||
categories: | ||
- "rate limit" | ||
- "circuit breaker" | ||
- "cloud" | ||
- "fault-tolerance" | ||
status: "preview" |