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] ProxySelectorServiceImpl.importData (both overloads) missing @Transactional
- [BUG] ShenyuDictServiceImpl.importData missing @Transactional
- [BUG] DiscoveryUpstreamServiceImpl.createOrUpdate missing @Transactional (DB write + external sync partial-failure)
- [BUG] DiscoveryUpstreamServiceImpl.listAll NPE on null discoveryRel / selector / proxySelector
- [BUG] DiscoveryUpstreamServiceImpl.fetchAll NPE on null handler / discovery / selector / plugin
- [BUG] ProxySelectorServiceImpl.update NPE on null discoveryRel / handler / discovery
- [BUG] ProxySelectorServiceImpl.fetchData NPE on null discoveryHandler / discovery
- [BUG] UpstreamCheckService.close() leaks invokeExecutor (only shuts down `executor`)
- [BUG] UpstreamCheckService.fetchUpstreamData stores a LinkedList in UPSTREAM_MAP, but submitJust assumes CopyOnWriteArrayList (CME risk)
- [BUG] InstanceCheckService.close() NPEs if setup() was never invoked
- Docs
- Java not yet supported