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] ShenyuClientHttpRegistryController: all six register/offline @RequestBody endpoints lack @Valid
- [BUG] SwaggerImportServiceImpl.importMcpConfig does not validate/default namespaceId
- [BUG] AiProxyApiKeyController.create does not enforce selector existence, allowing orphan proxy-api-key records
- [BUG] ApiServiceImpl removeRegister/register are dead code; delete() leaves orphan selector/rule/metadata
- [BUG] namespace_plugin_rel.nameExistedExclude queries non-existent `name` column
- [BUG] meta_data insert binds namespaceId with wrong jdbcType (TINYINT for a VARCHAR column)
- [BUG] GlobalErrorHandler casts HttpStatusCode to HttpStatus enum, ClassCastException on non-standard status codes
- [BUG] CrossFilter short-circuits OPTIONS preflight with 200 OK even for disallowed origins, bypassing the filter chain
- [BUG] ShenyuWebHandler.putExtPlugins mutates sourcePlugins without synchronization, races with onPluginEnabled
- [BUG] ResponseDecorator double-releases the joined DataBuffer (IllegalReferenceCountException / pooled-buffer corruption)
- Docs
- Java not yet supported