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] 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)
- [BUG] ShenyuPluginClassLoaderHolder.createPluginClassLoader non-atomic check/remove/put race
- [BUG] SpringBeanUtils.registerBean mutates the shared BeanFactory.beanClassLoader globally
- [BUG] Plugin inner classes ($ entries) cannot be resolved by the plugin classloader
- [BUG] ExtensionLoader pinned to first ClassLoader; plugin-contributed SPI extensions invisible
- [BUG] Plugin beans keyed by simple class name — cross-plugin collision during close/reload
- [BUG] Websocket MYSELF/REFRESH uses partial "self" refresh — ghost cache entries survive reconnect (plugin, selector, rule, auth caches)
- [BUG] WebsocketDataHandler stores handlers in a static mutable EnumMap mutated by every constructor
- Docs
- Java not yet supported