You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by de...@apache.org on 2022/06/16 08:01:46 UTC

[incubator-shenyu] branch master updated: rename shenyu to apache shenyu (#3568)

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

dengliming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new dc2a159e3 rename shenyu to apache shenyu (#3568)
dc2a159e3 is described below

commit dc2a159e3e3535e70ebf9300c1006ee3a6a37f52
Author: xiaoyu <xi...@apache.org>
AuthorDate: Thu Jun 16 16:01:40 2022 +0800

    rename shenyu to apache shenyu (#3568)
---
 .asf.yaml |  2 +-
 README.md | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 372b35891..aac74c558 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,7 +16,7 @@
 #
 
 github:
-  description: ShenYu is High-Performance Java API Gateway.
+  description: Apache ShenYu is dynamic full lifecycle JAVA API gateway with easy scalability and hot-pluggble features.
   homepage: https://shenyu.apache.org/
   labels:
     - api-gateway
diff --git a/README.md b/README.md
index 55f6f5f50..beff2839a 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@
  
 ---- 
 
-# Why named ShenYu
+# Why named Apache ShenYu
 
 ShenYu (神禹) is the honorific name of Chinese ancient monarch Xia Yu (also known in later times as Da Yu), 
 who left behind the touching story of the three times he crossed the Yellow River for the benefit of the people and successfully managed the flooding of the river. 
@@ -72,7 +72,7 @@ He is known as one of the three greatest kings of ancient China, along with Yao
 
 # Features
 
-   * ShenYu provides ability such as current limiting, fusing, forwarding, routing, monitoring and so on by its plugins.
+   * Apache ShenYu provides ability such as current limiting, fusing, forwarding, routing, monitoring and so on by its plugins.
    
    * Support HTTP, RESTFul, WebSocket, Dubbo, gRPC, Tars and Spring Cloud Proxy.
    
@@ -154,9 +154,9 @@ curl --location --request POST 'http://localhost:9195/shenyu/plugin/selectorAndR
 
 # Plugin
 
- Whenever a request comes in, ShenYu will execute it by all enabled plugins through the chain of responsibility.
+ Whenever a request comes in, Apache ShenYu will execute it by all enabled plugins through the chain of responsibility.
  
- As the heart of ShenYu, plugins are extensible and hot-pluggable.
+ As the heart of Apache ShenYu, plugins are extensible and hot-pluggable.
  
  Different plugins do different things.
  
@@ -182,7 +182,7 @@ curl --location --request POST 'http://localhost:9195/shenyu/plugin/selectorAndR
  
   Since all data have been cached using ConcurrentHashMap in the JVM, it's very fast.
   
-  ShenYu dynamically updates the cache by listening to the ZooKeeper node (or WebSocket push, HTTP long polling) when the user changes configuration information in the background management.
+  Apache ShenYu dynamically updates the cache by listening to the ZooKeeper node (or WebSocket push, HTTP long polling) when the user changes configuration information in the background management.
   
   ![](https://shenyu.apache.org/img/shenyu/dataSync/shenyu-config-processor-en.png)