This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new b829f1606a fix: resolve duplicate header issu
Aias00 merged PR #6092:
URL: https://github.com/apache/shenyu/pull/6092
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@shenyu
zhangshenghang opened a new pull request, #6093:
URL: https://github.com/apache/shenyu/pull/6093
The roundRobinLoadBalanceTest method only calls the methods but contains no
assertions, making it an ineffective test.
**Fix:Add proper assertions to verify**
- Selected upstream is
zhangshenghang opened a new pull request, #6092:
URL: https://github.com/apache/shenyu/pull/6092
When JWT value contains dot notation (e.g., user.name) to access nested
properties, the DefaultJwtConvertStrategy.addHeader() method adds HTTP headers
twice.
**Cause:**
```java
Aias00 merged PR #6087:
URL: https://github.com/apache/shenyu/pull/6087
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@shenyu
This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new e00098b2bf feat: add infra-etcd unit test (#6
yuluo-yx opened a new pull request, #6091:
URL: https://github.com/apache/shenyu/pull/6091
(no comment)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-ma
Aias00 merged PR #6088:
URL: https://github.com/apache/shenyu/pull/6088
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@shenyu
This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new df133fc950 fix: correct logic in local key va