shenyu
https://github.com/apache/shenyu
Java
Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported2 Subscribers
Add a CodeTriage badge to shenyu
Help out
- Issues
- [BUG] Hystrix / Resilience4J / Sentinel / RateLimiter plugins NPE when a matched rule has no cached handle
- [BUG] RateLimiterPluginDataHandler leaks the old LettuceConnectionFactory when redis config is updated
- [BUG] Cryptor JsonUtil.parser throws NPE/CCE on JSON-array or non-object bodies and missing nested-field segments — 500s on valid and pre-auth traffic
- [BUG] SignPluginDataHandler and AbstractCryptorPluginDataHandler guard removeRule on ruleData.getHandle() — leaking stale rule-handle cache entries
- [BUG] MockPlugin SpEL generators share a static EvaluationContext — cross-request data race on the req variable
- [BUG] MockPlugin NPE when httpStatusCode is null in MockHandle (unboxing null Integer to HttpStatus.valueOf)
- [BUG] RewritePlugin placeholder branch drops first character of path-variable value + StringIndexOutOfBounds when regex lacks {
- [BUG] AbstractLogCollector.desensitizeShenyuRequestLog NPE on null boxed Integer/Long (chunked byte responses)
- [BUG] ThreadPool keep-alive is 60 ms instead of 60 s in TencentCLS and AliyunSls log clients
- [BUG] RocketMQ log client registers a second untracked shutdown hook leaked across reconfig
- Docs
- Java not yet supported