shenyu icon indicating copy to clipboard operation
shenyu copied to clipboard

Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.

Results 405 shenyu issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior https://github.com/advisories/GHSA-2g86-r6w2-wqqr ### Expected Behavior _No response_ ### Steps To Reproduce _No...

type: bug

Make sure that: - [x] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [x] You submit test cases (unit or integration tests) that back your changes. - [x] Your local test...

type: new feature

First of all, my sincere thanks to everyone who continues to care and use Apache ShenYu.We will continue to invest in making the Apache ShenYu better and the Apache ShenYu...

status: volunteer wanted

### Description Currently, although ShenYu supports the upload interface of forwarding files, there are no relevant examples and integration tests. This task needs you to finish these. The upload file...

status: volunteer wanted
level: easy

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior [{params={date={intervalDay=0.0}, domain=weather, showDay=今天, action=query, location=[{"city":"北京市","country":"CHN","province":"北京市"}], type=天气, deviceLocation=西安市}}] ### Expected Behavior [{params={date={intervalDay=0},...

type: bug

### Question One question is why "AdminResult" in the admin module has a generic return, while "ShenyuAdminResult" purposely changes the generic to Object instead of using generics

type: question

### Description The gateway can generate a global serial number.Used to identify and locate service requests. > 网关可以生成一个全局流水号。用来标识和定位业务请求。 The serial number has the following two purposes. > 流水号有下面两种用途: - When...

status: volunteer wanted

### Question shenyu 2.4.3 Get request url is like queryTaskPage?examState=0&orders%5B0%5D.asc=true&size=9&current=1&examName=&_t=1658991926619 Gateway forwarding URL parameter urldecode change to queryTaskPage?examState=0&orders[0].asc=true&size=9&current=1&examName=&_t=1658991926619 tomcat webservice response 400 but i find use nginx forwarding URL is...

type: question

Make sure that: - [x] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [ ] You submit test cases (unit or integration tests) that back your changes. - [x] Your local...

### Question Because the only one ShenyuPluginLoader is used globally, the same classes with same package between plugins will affect each other. This is a little inappropriate

type: question