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] RoleServiceImpl.delete has no cascade to permission/user_role and no guard against deleting the super role
- [BUG] ResourceServiceImpl.onPluginCreated performs multiple writes non-transactionally
- [BUG] ScaleRuleServiceImpl.create caches a rule with a different ID than the one inserted (double UUID generation)
- [BUG] ScalePolicyCache stores partial DTO-derived DO → null-field NPE in scaling path
- [BUG] ScalePolicyServiceImpl.update is non-transactional and triggers scaling side-effect after DB write
- [BUG] FileSizeFilter leaks pooled DataBuffer on oversized-file rejection path
- [BUG] FileSizeFilter maxInMemorySize(-1) buffers entire request body in memory before size check (DoS)
- [BUG] CollapseSlashesFilter drops query string and fragment when collapsing path
- [BUG] DefaultShenyuContextBuilder NPE on client-supplied or unknown rpc_type — no null-check on decorator lookup
- [BUG] Removed ext-lib plugin never unregistered from the plugin chain
- Docs
- Java not yet supported