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

ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new bd7c99f05 [CELEBORN-1317][FOLLOWUP] Remove Incubating from REST API 
Documentation
bd7c99f05 is described below

commit bd7c99f05615432512881e7f1b9ee0bdc587c476
Author: SteNicholas <[email protected]>
AuthorDate: Thu Mar 28 11:09:19 2024 +0800

    [CELEBORN-1317][FOLLOWUP] Remove Incubating from REST API Documentation
    
    ### What changes were proposed in this pull request?
    
    Remove `Incubating` from REST API Documentation.
    
    ### Why are the changes needed?
    
    The ASF board has approved a resolution to graduate Celeborn into a full 
Top Level Project. The REST API Documentation should remove `Incubating`.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    No.
    
    Closes #2425 from SteNicholas/CELEBORN-1317.
    
    Authored-by: SteNicholas <[email protected]>
    Signed-off-by: mingji <[email protected]>
---
 service/src/main/resources/org/apache/celeborn/swagger/index.html       | 2 +-
 .../celeborn/server/common/http/api/CelebornOpenApiResource.scala       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/service/src/main/resources/org/apache/celeborn/swagger/index.html 
b/service/src/main/resources/org/apache/celeborn/swagger/index.html
index 2e0c4c687..83e986443 100644
--- a/service/src/main/resources/org/apache/celeborn/swagger/index.html
+++ b/service/src/main/resources/org/apache/celeborn/swagger/index.html
@@ -19,7 +19,7 @@
 <html lang="en">
   <head>
     <meta charset="UTF-8">
-    <title>Apache Celeborn(Incubating) REST API Documentation</title>
+    <title>Apache Celeborn REST API Documentation</title>
         <link rel="stylesheet" type="text/css" 
href="../swagger-static/swagger-ui.css" />
         <link rel="icon" type="image/png" 
href="../swagger-static/favicon-32x32.png" sizes="32x32" />
         <link rel="icon" type="image/png" 
href="../swagger-static/favicon-16x16.png" sizes="16x16" />
diff --git 
a/service/src/main/scala/org/apache/celeborn/server/common/http/api/CelebornOpenApiResource.scala
 
b/service/src/main/scala/org/apache/celeborn/server/common/http/api/CelebornOpenApiResource.scala
index f0e9cc40a..5559ed90d 100644
--- 
a/service/src/main/scala/org/apache/celeborn/server/common/http/api/CelebornOpenApiResource.scala
+++ 
b/service/src/main/scala/org/apache/celeborn/server/common/http/api/CelebornOpenApiResource.scala
@@ -85,7 +85,7 @@ class CelebornOpenApiResource extends BaseOpenApiResource 
with ApiRequestContext
     val apiUrl = s"http://${httpService.connectionUrl}/";
     openApi.info(
       new Info().title(
-        s"Apache Celeborn (Incubating) REST API Documentation")
+        s"Apache Celeborn REST API Documentation")
         .description(s"Role: ${httpService.serviceName}")
         .license(
           new License().name("Apache License 2.0")

Reply via email to