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] 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)
- [BUG] MetaDataCache.obtain selects an arbitrary (non-specificity-ordered) matching wildcard MetaData and permanently caches it
- [BUG] releaseIfNotConsumed re-subscribes to a single-use response-body source, so error/cancel release leaks in-flight ByteBufs
- [BUG] Replaced ext-lib JAR is never reloaded (version check is dead code)
- Docs
- Java not yet supported