(shenyu) branch master updated: fix: resolve duplicate header issue for JWT values with dot notation (#6092)

2025-08-07 Thread liuhongyu
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

Re: [PR] [fix] resolve duplicate header issue for JWT values with dot notation [shenyu]

2025-08-07 Thread via GitHub
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

[PR] [test] add RoundRobinLoadBalancer tests for selection logic and distribution [shenyu]

2025-08-07 Thread via GitHub
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

[PR] [fix] resolve duplicate header issue for JWT values with dot notation [shenyu]

2025-08-07 Thread via GitHub
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

Re: [PR] feat: add infra-etcd unit test [shenyu]

2025-08-07 Thread via GitHub
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

(shenyu) branch master updated: feat: add infra-etcd unit test (#6087)

2025-08-07 Thread liuhongyu
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

[PR] refactor(infra): refactor zookeeper module [shenyu]

2025-08-07 Thread via GitHub
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

Re: [PR] [feat] Add alert test [shenyu]

2025-08-07 Thread via GitHub
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

(shenyu) branch master updated: fix: correct logic in local key validation in LocalDispatcherFilter (#6088)

2025-08-07 Thread liuhongyu
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