This is an automated email from the ASF dual-hosted git repository.

liuhongyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new e15a2d09e5a news and committer (#1111)
e15a2d09e5a is described below

commit e15a2d09e5aac5c810ecb9c6514b92abd745e6d1
Author: Wweiei <[email protected]>
AuthorDate: Fri Jan 23 18:37:48 2026 +0800

    news and committer (#1111)
    
    Co-authored-by: Wweiei <[email protected]>
---
 .../Apache-ShenYu-Committer-2026-01-21.md          | 71 ++++++++++++++++++++++
 i18n/zh/docusaurus-plugin-content-pages/team.mdx   |  8 +++
 news/Apache-ShenYu-Committer-2026-01-21.md         | 69 +++++++++++++++++++++
 src/data/newsInfo.js                               | 10 +++
 src/pages/team.mdx                                 |  8 +++
 5 files changed, 166 insertions(+)

diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2026-01-21.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2026-01-21.md
new file mode 100644
index 00000000000..b9c509331e5
--- /dev/null
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2026-01-21.md
@@ -0,0 +1,71 @@
+---
+title: "【从深度使用到Apache ShenYu Committer】"
+author: "Wei Wei"
+description: "从深度使用到Apache ShenYu Committer"
+categories: "Apache ShenYu Committers"
+tags: ["Apache ShenYu"]
+date: 2025-01-21
+slug: Apache-ShenYu-Committer-2026-01-21
+---
+
+### 个人介绍
+
+姓名: 魏巍
+
+github: https://github.com/Wweiei/
+
+email: [email protected]
+
+大家好,我是魏巍,很荣幸受邀成为Apache ShenYu社区的Committer,能够和社区一起成长,为 ShenYu 项目尽自己的一份力量。
+
+### 初识 Apache ShenYu 网关
+
+第一次接触 Apache ShenYu 时间比较早,那时还叫 SOUL 网关,还处于 Apache 的孵化阶段。
+
+当时公司有几个API管理的项目需要用到网关,经过与同期的其他开源网关的对比,Apache ShenYu 
配置灵活,简洁易操作,插件丰富易扩展,并且和我们的技术栈十分匹配,最重要的是社区非常活跃,基于这些我们最终选定了 Apache Shenyu 
作为网关的解决方案,并且将其用于我们的业务网关中。
+
+### 开源贡献之路
+
+在工作中由于业务需要,需要对 ShenYu 已有的大部分插件做改造,以及开发很多定制化的插件,所以我开始阅读 ShenYu 
的源码,梳理整体的调用链路,分析大部分插件的具体实现原理。
+
+从深度使用 Apache ShenYu 后,发现 ShenYu 项目无论是架构设计还是代码实现,都非常优秀,自己也从 ShenYu 
项目中学习到了很多。这也使我越来越坚定的想成为 Apache ShenYu 社区的一名 Committer。
+
+一直跟随着 ShenYu 的迭代升级,在不断的使用过程中,陆续发现了 ShenYu 在数据同步过程中存在的bug,同时在社区中结识了 
Asia00,请教了他如何参与到 ShenYu 项目的建设中。
+
+随后又订阅了 ShenYu 项目的邮件列表,参加双周会,关注issue列表,开始关注项目的发展动态。陆续提交了一些修复 bug 的 
PR,承担了一些社区的开发任务。
+
+在此特别感谢社区中帮助过我的伙伴们,感谢他们的耐心指导和帮助。
+
+以下是我主要的贡献:
+
+- 解决了2.7.0版本之后Admin到Bootstrap数据同步的若干bug
+- 优化了mcp插件,支持入参object类型,并修复了mcp插件在页面编辑以及调用时的部分bug
+- 优化dubbo plugin逻辑, 使其支持基于selector的配置
+- 新增注册中心管理功能
+
+### 社区参与和成长
+
+我是从一个深度使用者成长为一个committer,从使用过程中发现问题开始研究源码,到陆陆续续发现bug提交issue和pr到社区,再到承担社区的一些开发任务。
+
+每两周的周四,我都会参加 Apache ShenYu 社区的双周会,在会上可以听到 ShenYu 一些功能的讨论,可以知道社区的最新动态。
+
+在使用的过程中,开发自定义插件、以及发现问题时需要一直深入阅读 ShenYu 
源码,理解各个环节的实现原理。在这个过程中我的代码能力得到了很大的提升,在架构设计上 ShenYu 也给了我很多启发。
+
+### 给开源开发者的建议
+
+工作之后一直很向往开源,想为开源社区做贡献,但一直找不到方向。参与开源也是快速提升自己的一个过程。刚开始都会觉得很难,找不到可以参加的项目,不知道如何提 
issue 和 pr,也不知道从哪里去领取任务。
+
+对于像我一样的新手,开源一定要大胆尝试,勇于参与到社区中。当你在使用过程中发现问题的时候,一定要努力钻研,深入分析,找到问题的根本原因。然后大胆的向社区提交 
issue 和 pr,提出自己的建议。
+
+其次要保持对项目的关注,关注项目的issue列表,参与项目双周会,关注项目的最新动态,勇于挑战自己,承担社区的最新任务,参与到项目的讨论中,及时提出自己的想法和建议。
+
+### 如何参与 ShenYu
+
+如果你也想为 Apache ShenYu 贡献力量,可以从以下几点入手:
+
+- 阅读 [贡献者指南](https://shenyu.apache.org/zh/community/contributor-guide)
+- 参与 [GitHub Issues](https://github.com/apache/shenyu/issues) 讨论,寻找适合你的贡献机会
+
+### 结语
+
+很荣幸可以为 Apache ShenYu 尽一份自己的力,感谢社区各位小伙伴对我的帮助和支持。成为 Committer 
是我的一个新起点。也希望有跟多的朋友能加入到 Apache ShenYu 社区中来,一起为开源事业贡献自己的力量。
diff --git a/i18n/zh/docusaurus-plugin-content-pages/team.mdx 
b/i18n/zh/docusaurus-plugin-content-pages/team.mdx
index c73fc14c49b..d6c32c14092 100644
--- a/i18n/zh/docusaurus-plugin-content-pages/team.mdx
+++ b/i18n/zh/docusaurus-plugin-content-pages/team.mdx
@@ -473,6 +473,14 @@ tags: ["Team"]
         <td>Committer</td>
         <td></td>
     </tr>
+    <tr>
+        <td><a href="https://github.com/Wweiei";><img width="64" 
src="https://avatars.githubusercontent.com/u/45253632?v=4"/></a></td>
+        <td>Wei Wei</td>
+        <td><a 
href="https://people.apache.org/committer-index.html#weiwei";>weiwei</a></td>
+        <td><a href="https://github.com/Wweiei";>Wweiei</a></td>
+        <td>Committer</td>
+        <td></td>
+    </tr>
 </table>
 
 ## 贡献者
diff --git a/news/Apache-ShenYu-Committer-2026-01-21.md 
b/news/Apache-ShenYu-Committer-2026-01-21.md
new file mode 100644
index 00000000000..b6d0b91b69f
--- /dev/null
+++ b/news/Apache-ShenYu-Committer-2026-01-21.md
@@ -0,0 +1,69 @@
+---
+title: "【From Deep User to Apache ShenYu Committer】"
+author: "Wei Wei"
+description: "From Deep User to Apache ShenYu Committer"
+categories: "Apache ShenYu Committers"
+tags: ["Apache ShenYu"]
+date: 2025-01-21
+slug: Apache-ShenYu-Committer-2026-01-21
+---
+
+### Self Introduction
+
+Name: Wei Wei
+
+Github: https://github.com/Wweiei/
+
+Email: [email protected]
+
+Hello everyone, I am Wei Wei. I am very honored to be invited to become a 
Committer of the Apache ShenYu community. It is a great honor to grow with the 
community and contribute my part to the ShenYu project.
+
+### First Encounter with Apache ShenYu Gateway
+
+I first came into contact with Apache ShenYu quite early, when it was still 
called SOUL and was in the Apache incubation stage. At that time, in my company 
had several API management projects that required a gateway. After comparing it 
with other open-source gateways of the same period, we found that Apache ShenYu 
was flexible in configuration, simple and easy to operate, rich in plugins and 
easy to extend. It also matched our technology stack very well, making it 
suitable for secondary  [...]
+
+### The Road to Open Source Contribution
+
+Due to business needs at work, I needed to modify most of the existing plugins 
in ShenYu and develop many customized plugins. Therefore, I started reading 
ShenYu's source code, sorting out the overall call chain, and analyzing the 
specific implementation principles of most plugins.
+
+After deeply using Apache ShenYu, I found that the ShenYu project is excellent 
in both architecture design and code implementation, and I learned a lot from 
it. This made me more determined to become a Committer of the Apache ShenYu 
community.
+
+Following ShenYu's iterations and upgrades, I continuously discovered some 
bugs in the data synchronization process during usage. At the same time, I met 
Asia00 in the community and sought his guidance on how to participate in the 
project.
+
+Subsequently, I subscribed to the ShenYu project mailing list, attended 
bi-weekly meetings, followed the issue list, and started to keep an eye on the 
project's development trends. I successively submitted some PRs to fix bugs and 
took on some community development tasks.
+
+Here are my main contributions:
+
+- Fixed some bugs in data synchronization after version 2.7.0
+- Optimized the MCP plugin to support object type input parameters, and fixed 
some bugs in the MCP plugin during page editing and invocation
+- Optimized the Dubbo plugin logic to support selector-based configuration
+- Added registry management function
+
+### Community Participation and Growth
+
+I grew from a user to a committer, from fixing bugs to optimizing plugins, and 
then to adding new features. During this process, I improved myself 
significantly.
+
+Every two weeks on Thursday, I attend the Apache ShenYu community bi-weekly 
meeting. At the meeting, I can hear discussions about ShenYu functions and 
learn about the latest trends in the community.
+
+In the process of using, developing plugins, and discovering problems, I need 
to constantly read ShenYu source code deeply and understand the implementation 
principles of each link. During this process, my coding ability has been 
greatly improved, and ShenYu has also given me a lot of inspiration in 
architectural design.
+
+I would like to express my special thanks to the partners in the community who 
have helped me, thank you for your patient guidance and help.
+
+### Advice for Open Source Developers
+
+Since I started working, I have always yearned for open source and wanted to 
contribute to the open source community, but I couldn't find a direction. 
Participating in open source is also a process of rapid self-improvement. At 
the beginning, it feels very difficult. I can't find a project to participate 
in, don't know how to submit issues and PRs, and don't know where to pick up 
tasks.
+
+For beginners like me, you must be bold in trying open source and brave in 
participating in the community. When you find problems during use, you must 
study hard, analyze deeply, and find the root cause of the problem. Then boldly 
submit issues and PRs to the community and put forward your own suggestions.
+
+Secondly, keep paying attention to the project, follow the project's issue 
list, participate in the project's bi-weekly meetings, pay attention to the 
latest trends of the project, be brave to challenge yourself, undertake the 
latest tasks of the community, participate in project discussions, and put 
forward your ideas and suggestions in time.
+
+### How to Participate in ShenYu
+
+If you also want to contribute to Apache ShenYu, you can start from the 
following points:
+
+- Read the [Contributor 
Guide](https://shenyu.apache.org/en/community/contributor-guide)
+- Participate in [GitHub Issues](https://github.com/apache/shenyu/issues) 
discussions to find contribution opportunities suitable for you
+
+### Conclusion
+
+I am very honored to be able to contribute to Apache ShenYu, and I thank the 
friends in the community for their help and support. Becoming a Committer is a 
new starting point for me. I also hope that more friends can join the Apache 
ShenYu community and contribute their strength to the open source cause 
together.
diff --git a/src/data/newsInfo.js b/src/data/newsInfo.js
index 8d67264d546..67f63a9ccc6 100644
--- a/src/data/newsInfo.js
+++ b/src/data/newsInfo.js
@@ -2,6 +2,16 @@ import React from 'react';
 import Translate from "@docusaurus/Translate";
 
 export default [
+    {
+        title: <Translate>From Deep User to Apache ShenYu 
Committer</Translate>,
+        author: "Wei Wei",
+        description: <Translate>From Deep User to Apache ShenYu 
Committer</Translate>,
+        categories: "Apache ShenYu Committers",
+        tags: ["Apache ShenYu"],
+        date: "2026-01-21",
+        cover: "/img/news/4.png",
+        src:'Apache-ShenYu-Committer-2026-01-21',
+    },
     {
         title: <Translate>Yu Siheng [2025 Open Source Summer] Summary | From 
Open Source Newbie to Campus Ambassador</Translate>,
         description: <Translate>From Open Source Newbie to Campus 
Ambassador</Translate>,
diff --git a/src/pages/team.mdx b/src/pages/team.mdx
index 68fb96010e0..5e91a2b37a0 100644
--- a/src/pages/team.mdx
+++ b/src/pages/team.mdx
@@ -462,6 +462,14 @@ The team always insists on community over code. We are 
looking forward to more p
         <td>Committer</td>
         <td></td>
     </tr>
+    <tr>
+        <td><a href="https://github.com/Wweiei";><img width="64" 
src="https://avatars.githubusercontent.com/u/45253632?v=4"/></a></td>
+        <td>Wei Wei</td>
+        <td><a 
href="https://people.apache.org/committer-index.html#weiwei";>weiwei</a></td>
+        <td><a href="https://github.com/Wweiei";>Wweiei</a></td>
+        <td>Committer</td>
+        <td></td>
+    </tr>
 </table>
 
 ## Contributors

Reply via email to