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

benjobs pushed a commit to branch TLP
in repository https://gitbox.apache.org/repos/asf/streampark.git

commit 2db6384eeedbe7144a4fac11fc0a377c2ffe23d0
Author: benjobs <[email protected]>
AuthorDate: Mon Feb 10 23:25:50 2025 +0800

    [TLP] drop "incubator" prefix
---
 .github/ISSUE_TEMPLATE/bug-report.yml                      |  4 ++--
 .github/ISSUE_TEMPLATE/config.yml                          |  2 +-
 .github/ISSUE_TEMPLATE/feature-request.yml                 |  4 ++--
 .github/ISSUE_TEMPLATE/improvement-request.yml             |  4 ++--
 .github/ISSUE_TEMPLATE/spip-request.yml                    |  4 ++--
 .github/ISSUE_TEMPLATE/umbrella.yml                        |  4 ++--
 .github/PULL_REQUEST_TEMPLATE.md                           |  2 +-
 .github/workflows/backend.yml                              |  2 +-
 .github/workflows/docker-push.yml                          |  2 +-
 .github/workflows/e2e.yml                                  |  2 +-
 .github/workflows/unit-test.yml                            |  2 +-
 .licenserc.yaml                                            |  1 -
 DISCLAIMER                                                 |  1 -
 README.md                                                  | 14 +++++++-------
 pom.xml                                                    |  8 ++++----
 .../scala/org/apache/streampark/common/util/Utils.scala    |  2 +-
 streampark-console/streampark-console-service/pom.xml      |  4 ++--
 .../src/main/assembly/assembly.xml                         |  3 +--
 .../streampark/console/StreamParkConsoleBootstrap.java     |  2 +-
 .../streampark/console/system/runner/StartedUpRunner.java  |  2 +-
 .../src/main/resources/alert-template/alert-dingTalk.ftl   |  2 +-
 .../src/main/resources/alert-template/alert-lark.ftl       |  2 +-
 .../src/main/resources/alert-template/alert-weCom.ftl      |  2 +-
 streampark-console/streampark-console-webapp/README.md     |  2 +-
 .../src/components/Application/src/AppDarkModeToggle.vue   |  4 +---
 .../src/components/ContextMenu/src/ContextMenu.vue         |  4 +---
 .../src/components/Form/src/BasicForm.vue                  |  2 +-
 .../src/components/Page/src/PageFooter.vue                 |  4 +---
 .../src/components/Table/src/components/HeaderCell.vue     |  2 +-
 .../streampark-console-webapp/src/hooks/web/useLockPage.ts |  9 +++------
 .../src/layouts/default/footer/index.vue                   |  3 ++-
 .../src/layouts/default/header/components/Github.vue       |  4 ++--
 .../streampark-console-webapp/src/locales/lang/en/sys.ts   |  3 +--
 .../src/locales/lang/zh-CN/sys.ts                          |  3 +--
 .../streampark-console-webapp/src/settings/siteSetting.ts  |  2 +-
 .../src/utils/http/axios/helper.ts                         |  2 +-
 .../streampark-console-webapp/src/utils/props.ts           |  2 +-
 .../src/views/base/login/LoginSlogan.tsx                   |  6 +++---
 .../streampark/e2e/cases/ProjectsManagementTest.java       |  2 +-
 .../streampark/flink/client/trait/FlinkClientTrait.scala   |  4 ++--
 40 files changed, 60 insertions(+), 73 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml 
b/.github/ISSUE_TEMPLATE/bug-report.yml
index 286a19be1..3df5f5867 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -32,11 +32,11 @@ body:
     attributes:
       label: Search before asking
       description: >
-        Please make sure to search in the 
[issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22)
+        Please make sure to search in the 
[issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22)
         first to see whether the same issue was reported already.
       options:
         - label: >
-            I had searched in the 
[issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22)
 and found
+            I had searched in the 
[issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22)
 and found
             no similar issues.
           required: true
 
diff --git a/.github/ISSUE_TEMPLATE/config.yml 
b/.github/ISSUE_TEMPLATE/config.yml
index 002ec4b39..0abec1737 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -18,5 +18,5 @@
 blank_issues_enabled: false
 contact_links:
   - name: Ask a question or get support
-    url: https://github.com/apache/incubator-streampark/discussions/
+    url: https://github.com/apache/streampark/discussions/
     about: Ask a question or request support for StreamPark
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml 
b/.github/ISSUE_TEMPLATE/feature-request.yml
index f38471abf..ef49e4de8 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -30,11 +30,11 @@ body:
     attributes:
       label: Search before asking
       description: >
-        Please make sure to search in the 
[feature](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22Feature%22)
 first
+        Please make sure to search in the 
[feature](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22Feature%22)
 first
         to see whether the same feature was requested already.
       options:
         - label: >
-            I had searched in the 
[feature](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no
+            I had searched in the 
[feature](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no
             similar feature requirement.
           required: true
 
diff --git a/.github/ISSUE_TEMPLATE/improvement-request.yml 
b/.github/ISSUE_TEMPLATE/improvement-request.yml
index f1de295ee..142450465 100644
--- a/.github/ISSUE_TEMPLATE/improvement-request.yml
+++ b/.github/ISSUE_TEMPLATE/improvement-request.yml
@@ -31,11 +31,11 @@ body:
     attributes:
       label: Search before asking
       description: >
-        Please make sure to search in the 
[issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22improvement%22)
+        Please make sure to search in the 
[issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22improvement%22)
         first to see whether the same issue was reported already.
       options:
         - label: >
-            I had searched in the 
[issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22improvement%22)
 and found
+            I had searched in the 
[issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22improvement%22)
 and found
             no similar issues.
           required: true
 
diff --git a/.github/ISSUE_TEMPLATE/spip-request.yml 
b/.github/ISSUE_TEMPLATE/spip-request.yml
index b7e32e8f9..a44e27429 100644
--- a/.github/ISSUE_TEMPLATE/spip-request.yml
+++ b/.github/ISSUE_TEMPLATE/spip-request.yml
@@ -30,11 +30,11 @@ body:
     attributes:
       label: Search before asking
       description: >
-        Please make sure to search in the 
[SPIP](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22SPIP%22+)
 first
+        Please make sure to search in the 
[SPIP](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22SPIP%22+)
 first
         to see whether the same SPIP was created already.
       options:
         - label: >
-            I had searched in the 
[SPIP](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22SPIP%22+)
 and found no
+            I had searched in the 
[SPIP](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22SPIP%22+)
 and found no
             similar SPIP.
           required: true
 
diff --git a/.github/ISSUE_TEMPLATE/umbrella.yml 
b/.github/ISSUE_TEMPLATE/umbrella.yml
index a8f20c9fd..a9359270e 100644
--- a/.github/ISSUE_TEMPLATE/umbrella.yml
+++ b/.github/ISSUE_TEMPLATE/umbrella.yml
@@ -33,11 +33,11 @@ body:
     attributes:
       label: Search before asking
       description: >
-        Please make sure to search in the 
[issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22)
+        Please make sure to search in the 
[issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22)
         first to see whether the same issue was reported already.
       options:
         - label: >
-            I had searched in the 
[issues](https://github.com/apache/incubator-streampark/streampark/issues?q=is%3Aissue+label%3A%22bug%22)
 and found
+            I had searched in the 
[issues](https://github.com/apache/streampark/streampark/issues?q=is%3Aissue+label%3A%22bug%22)
 and found
             no similar issues.
           required: true
 
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 4d08dbcb3..33d0fc864 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -7,7 +7,7 @@ remember to adjust the documentation.
 
   - If this is your first time, please read our contributor guidelines: 
[Submit Code](https://streampark.apache.org/community/submit_guide/submit_code).
 
-  - Make sure that the pull request corresponds to a [GITHUB 
issue](https://github.com/apache/incubator-streampark/issues).
+  - Make sure that the pull request corresponds to a [GITHUB 
issue](https://github.com/apache/streampark/issues).
 
   - Name the pull request in the form "[Feature] Title of the pull request", 
where *Feature* can be replaced by `Hotfix`, `Bug`, etc.
 
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index ef1a83a6e..7a0a79ab2 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -62,7 +62,7 @@ jobs:
       - name: Check license header
         uses: apache/skywalking-eyes/header@main
   code-style:
-    if: github.repository == 'apache/incubator-streampark'
+    if: github.repository == 'apache/streampark'
     name: Code style
     runs-on: ubuntu-latest
     needs: license-header
diff --git a/.github/workflows/docker-push.yml 
b/.github/workflows/docker-push.yml
index 0ea62484e..1aa4abee1 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -33,7 +33,7 @@ concurrency:
 jobs:
   build_image:
     runs-on: ubuntu-latest
-    if: ${{ github.repository == 'apache/incubator-streampark' }}
+    if: ${{ github.repository == 'apache/streampark' }}
     steps:
       - name: Check out the repo
         uses: actions/checkout@v3
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 01589a692..77904aa08 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -57,7 +57,7 @@ jobs:
       - name: Check license header
         uses: apache/skywalking-eyes/header@main
   code-style:
-    if: github.repository == 'apache/incubator-streampark'
+    if: github.repository == 'apache/streampark'
     name: Code style
     runs-on: ubuntu-latest
     needs: license-header
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index 9ad116aeb..9baee33b0 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -62,7 +62,7 @@ jobs:
       - name: Check license header
         uses: apache/skywalking-eyes/header@main
   code-style:
-    if: github.repository == 'apache/incubator-streampark'
+    if: github.repository == 'apache/streampark'
     name: Code style
     runs-on: ubuntu-latest
     needs: license-header
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 9701fd844..c236e0238 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -39,7 +39,6 @@ header:
     - '**/known-dependencies.txt'
     - '**/LICENSE'
     - '**/NOTICE'
-    - "DISCLAIMER"
     - '**/*.MD'
     - '**/*.ftl'
     - '**/*.tpl'
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 0996f9568..000000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1 +0,0 @@
-Apache StreamPark is an effort undergoing incubation at The Apache Software 
Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of 
all newly accepted projects until a further review indicates that the 
infrastructure, communications, and decision making process have stabilized in 
a manner consistent with other successful ASF projects. While incubation status 
is not necessarily a reflection of the completeness or stability of the code, 
it does indicate that the proj [...]
diff --git a/README.md b/README.md
index c3cbf828d..7bde3ce06 100644
--- a/README.md
+++ b/README.md
@@ -26,14 +26,14 @@
 
 <div align="center">
 
-[![Stars](https://img.shields.io/github/stars/apache/streampark?style=for-the-badge&label=stars)](https://github.com/apache/incubator-streampark/stargazers)
-[![Latest 
release](https://img.shields.io/github/v/release/apache/streampark.svg?style=for-the-badge&label=release)](https://github.com/apache/incubator-streampark/releases)
+[![Stars](https://img.shields.io/github/stars/apache/streampark?style=for-the-badge&label=stars)](https://github.com/apache/streampark/stargazers)
+[![Latest 
release](https://img.shields.io/github/v/release/apache/streampark.svg?style=for-the-badge&label=release)](https://github.com/apache/streampark/releases)
 [![Total 
Downloads](https://img.shields.io/github/downloads/apache/streampark/total.svg?style=for-the-badge&label=downloads)](https://streampark.apache.org/download)
 [![Twitter 
Follow](https://img.shields.io/twitter/follow/ASFStreamPark?label=follow&logo=x&style=for-the-badge)](https://twitter.com/ASFStreamPark)
 
 **[Website](https://streampark.apache.org)**&nbsp;&nbsp;|&nbsp;&nbsp;
 **[Official 
Docs](https://streampark.apache.org/docs/get-started/intro)**&nbsp;&nbsp;|&nbsp;&nbsp;
-**[FAQ](https://github.com/apache/incubator-streampark/issues/507)**
+**[FAQ](https://github.com/apache/streampark/issues/507)**
 
 ![](https://streampark.apache.org/image/dashboard-preview.png)
 
@@ -78,17 +78,17 @@ Download address for run-directly software package: 
https://streampark.apache.or
 
 ## 💋 Our users
 
-Various companies and organizations use Apache StreamPark™ for research, 
production and commercial products. Are you using this project? [Welcome to add 
your company](https://github.com/apache/incubator-streampark/issues/163)!
+Various companies and organizations use Apache StreamPark™ for research, 
production and commercial products. Are you using this project? [Welcome to add 
your company](https://github.com/apache/streampark/issues/163)!
 
 ![Our users](https://streampark.apache.org/image/users.png)
 
 ## 🤝 Contribution
 
-[![PRs 
Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/apache/incubator-streampark/pulls)
+[![PRs 
Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/apache/streampark/pulls)
 
 ### 🙋 Submit Pull Request and Issues
 
-You can submit any ideas as [pull 
requests](https://github.com/apache/incubator-streampark/pulls) or as 
[issues](https://github.com/apache/incubator-streampark/issues/new/choose).
+You can submit any ideas as [pull 
requests](https://github.com/apache/streampark/pulls) or as 
[issues](https://github.com/apache/streampark/issues/new/choose).
 
 > If you're new to posting issues, we ask that you read [*How To Ask Questions 
 > The Smart Way*](http://www.catb.org/~esr/faqs/smart-questions.html) (**This 
 > guide does not provide actual support services for this project!**), [How to 
 > Report Bugs 
 > Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html) prior to 
 > posting. Well written bug reports help us help you!
 
@@ -101,7 +101,7 @@ Mail List is the most recognized form of communication in 
Apache community. See
 
 Thank you to all the people who already contributed to Apache StreamPark™!
 
-[![contrib 
graph](https://contrib.rocks/image?repo=apache/streampark)](https://github.com/apache/incubator-streampark/graphs/contributors)
+[![contrib 
graph](https://contrib.rocks/image?repo=apache/streampark)](https://github.com/apache/streampark/graphs/contributors)
 
 ## License
 
diff --git a/pom.xml b/pom.xml
index 4a65812ba..3b99f2847 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,15 +70,15 @@
     </modules>
 
     <scm>
-        
<connection>scm:git:git://github.com/apache/incubator-streampark.git</connection>
-        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-streampark.git</developerConnection>
+        <connection>scm:git:git://github.com/apache/streampark.git</connection>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/streampark.git</developerConnection>
         <tag>HEAD</tag>
-        <url>scm:git:[email protected]:apache/incubator-streampark.git</url>
+        <url>scm:git:[email protected]:apache/streampark.git</url>
     </scm>
 
     <issueManagement>
         <system>GitHub</system>
-        <url>https://github.com/apache/incubator-streampark/issues</url>
+        <url>https://github.com/apache/streampark/issues</url>
     </issueManagement>
 
     <properties>
diff --git 
a/streampark-common/src/main/scala/org/apache/streampark/common/util/Utils.scala
 
b/streampark-common/src/main/scala/org/apache/streampark/common/util/Utils.scala
index e0613bc57..60eb183f5 100644
--- 
a/streampark-common/src/main/scala/org/apache/streampark/common/util/Utils.scala
+++ 
b/streampark-common/src/main/scala/org/apache/streampark/common/util/Utils.scala
@@ -166,7 +166,7 @@ object Utils extends Logger {
     println("                                       /_/                        
\n\n")
     println("    Version:  2.2.0-SNAPSHOT                                      
    ")
     println("    WebSite:  https://streampark.apache.org                       
    ")
-    println("    GitHub :  https://github.com/apache/incubator-streampark      
              ")
+    println("    GitHub :  https://github.com/apache/streampark                
    ")
     println(s"    Info   :  $info                                 ")
     println(s"    Time   :  ${LocalDateTime.now}              \n\n")
     // scalastyle:on println
diff --git a/streampark-console/streampark-console-service/pom.xml 
b/streampark-console/streampark-console-service/pom.xml
index fd7eb9c5d..0feba80a1 100644
--- a/streampark-console/streampark-console-service/pom.xml
+++ b/streampark-console/streampark-console-service/pom.xml
@@ -640,7 +640,7 @@
                             <appendAssemblyId>false</appendAssemblyId>
                             <skipAssembly>false</skipAssembly>
                             <attach>false</attach>
-                            
<finalName>apache-streampark-${project.version}-incubating-bin</finalName>
+                            
<finalName>apache-streampark-${project.version}-bin</finalName>
                             <descriptors>
                                 
<descriptor>${basedir}/src/main/assembly/assembly.xml</descriptor>
                             </descriptors>
@@ -776,7 +776,7 @@
                                 <phase>package</phase>
                                 <configuration>
                                     <target>
-                                        <copy 
file="${project.build.directory}/apache-streampark-${project.version}-incubating-bin.tar.gz"
 overwrite="true" 
tofile="${project.basedir}/../../dist/apache-streampark-${project.version}-incubating-bin.tar.gz"></copy>
+                                        <copy 
file="${project.build.directory}/apache-streampark-${project.version}-bin.tar.gz"
 overwrite="true" 
tofile="${project.basedir}/../../dist/apache-streampark-${project.version}-bin.tar.gz"></copy>
                                     </target>
                                 </configuration>
                             </execution>
diff --git 
a/streampark-console/streampark-console-service/src/main/assembly/assembly.xml 
b/streampark-console/streampark-console-service/src/main/assembly/assembly.xml
index 5b42644e8..37667ac70 100644
--- 
a/streampark-console/streampark-console-service/src/main/assembly/assembly.xml
+++ 
b/streampark-console/streampark-console-service/src/main/assembly/assembly.xml
@@ -21,7 +21,7 @@
         <format>tar.gz</format>
     </formats>
     <includeBaseDirectory>true</includeBaseDirectory>
-    
<baseDirectory>apache-streampark-${project.version}-incubating-bin</baseDirectory>
+    <baseDirectory>apache-streampark-${project.version}-bin</baseDirectory>
 
     <dependencySets>
         <dependencySet>
@@ -122,7 +122,6 @@
             <outputDirectory/>
             <includes>
                 <include>README.md</include>
-                <include>DISCLAIMER</include>
             </includes>
         </fileSet>
         <fileSet>
diff --git 
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/StreamParkConsoleBootstrap.java
 
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/StreamParkConsoleBootstrap.java
index ad1e279e8..67cc74f2c 100644
--- 
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/StreamParkConsoleBootstrap.java
+++ 
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/StreamParkConsoleBootstrap.java
@@ -37,7 +37,7 @@ import 
org.springframework.scheduling.annotation.EnableScheduling;
  *                                     /_/
  *
  *   WebSite:  https://streampark.apache.org
- *   GitHub :  https://github.com/apache/incubator-streampark
+ *   GitHub :  https://github.com/apache/streampark
  *
  *   [StreamPark] Make stream processing easier ô~ô!
  *
diff --git 
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/runner/StartedUpRunner.java
 
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/runner/StartedUpRunner.java
index 6eeabc815..5dfa77b23 100644
--- 
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/runner/StartedUpRunner.java
+++ 
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/runner/StartedUpRunner.java
@@ -50,7 +50,7 @@ public class StartedUpRunner implements ApplicationRunner {
             System.out.println("                                       /_/     
                   \n\n");
             System.out.println("    Version:  2.2.0                            
                       ");
             System.out.println("    WebSite:  https://streampark.apache.org    
                       ");
-            System.out.println("    GitHub :  
https://github.com/apache/incubator-streampark          ");
+            System.out.println("    GitHub :  
https://github.com/apache/streampark          ");
             System.out.println("    Info   :  streampark-console start 
successful                     ");
             System.out.println("    Local  :  http://localhost:"; + port);
             System.out.println("    Time   :  " + LocalDateTime.now() + 
"\n\n");
diff --git 
a/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-dingTalk.ftl
 
b/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-dingTalk.ftl
index 403e3dc17..438d24dde 100644
--- 
a/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-dingTalk.ftl
+++ 
b/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-dingTalk.ftl
@@ -59,5 +59,5 @@
 [Details](${link})
 </#if>
 [Website](https://streampark.apache.org)
-[GitHub](https://github.com/apache/incubator-streampark)
+[GitHub](https://github.com/apache/streampark)
 
diff --git 
a/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-lark.ftl
 
b/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-lark.ftl
index f9f42e427..04ec2396f 100644
--- 
a/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-lark.ftl
+++ 
b/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-lark.ftl
@@ -258,7 +258,7 @@
             "content": "GitHub"
           },
           "type": "primary",
-          "url": "https://github.com/apache/incubator-streampark";
+          "url": "https://github.com/apache/streampark";
         }
       ]
     }
diff --git 
a/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-weCom.ftl
 
b/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-weCom.ftl
index 143aa4ea6..ca90996e2 100644
--- 
a/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-weCom.ftl
+++ 
b/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-weCom.ftl
@@ -51,5 +51,5 @@
 > Best Wishes!
 > Apache StreamPark
 
-<#if link??>[Details](${link})    
</#if>[Website](https://streampark.apache.org)    
[GitHub](https://github.com/apache/incubator-streampark)
+<#if link??>[Details](${link})    
</#if>[Website](https://streampark.apache.org)    
[GitHub](https://github.com/apache/streampark)
 
diff --git a/streampark-console/streampark-console-webapp/README.md 
b/streampark-console/streampark-console-webapp/README.md
index 4c47fbbd2..49fa1f6c5 100644
--- a/streampark-console/streampark-console-webapp/README.md
+++ b/streampark-console/streampark-console-webapp/README.md
@@ -10,7 +10,7 @@
 
 Open the project in Gitpod (free online dev environment for GitHub) and start 
coding immediately.
 
-[![Open in 
Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/apache/incubator-streampark)
+[![Open in 
Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/apache/streampark)
 
 ## Local development
 
diff --git 
a/streampark-console/streampark-console-webapp/src/components/Application/src/AppDarkModeToggle.vue
 
b/streampark-console/streampark-console-webapp/src/components/Application/src/AppDarkModeToggle.vue
index d4e0ce164..19ba3b151 100644
--- 
a/streampark-console/streampark-console-webapp/src/components/Application/src/AppDarkModeToggle.vue
+++ 
b/streampark-console/streampark-console-webapp/src/components/Application/src/AppDarkModeToggle.vue
@@ -63,9 +63,7 @@
       height: 18px;
       background-color: #fff;
       border-radius: 50%;
-      transition:
-        transform 0.5s,
-        background-color 0.5s;
+      transition: transform 0.5s, background-color 0.5s;
       will-change: transform;
     }
 
diff --git 
a/streampark-console/streampark-console-webapp/src/components/ContextMenu/src/ContextMenu.vue
 
b/streampark-console/streampark-console-webapp/src/components/ContextMenu/src/ContextMenu.vue
index 78cac5c5b..e08c25f36 100644
--- 
a/streampark-console/streampark-console-webapp/src/components/ContextMenu/src/ContextMenu.vue
+++ 
b/streampark-console/streampark-console-webapp/src/components/ContextMenu/src/ContextMenu.vue
@@ -179,9 +179,7 @@
     background-color: @component-background;
     border: 1px solid rgb(0 0 0 / 8%);
     border-radius: 0.25rem;
-    box-shadow:
-      0 2px 2px 0 rgb(0 0 0 / 14%),
-      0 3px 1px -2px rgb(0 0 0 / 10%),
+    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 10%),
       0 1px 5px 0 rgb(0 0 0 / 6%);
     background-clip: padding-box;
     user-select: none;
diff --git 
a/streampark-console/streampark-console-webapp/src/components/Form/src/BasicForm.vue
 
b/streampark-console/streampark-console-webapp/src/components/Form/src/BasicForm.vue
index e5a9dacf6..1cd7e3809 100644
--- 
a/streampark-console/streampark-console-webapp/src/components/Form/src/BasicForm.vue
+++ 
b/streampark-console/streampark-console-webapp/src/components/Form/src/BasicForm.vue
@@ -113,7 +113,7 @@
       });
 
       const getBindValue = computed(
-        () => ({ ...attrs, ...props, ...unref(getProps) }) as Recordable,
+        () => ({ ...attrs, ...props, ...unref(getProps) } as Recordable),
       );
 
       const getSchema = computed((): FormSchema[] => {
diff --git 
a/streampark-console/streampark-console-webapp/src/components/Page/src/PageFooter.vue
 
b/streampark-console/streampark-console-webapp/src/components/Page/src/PageFooter.vue
index 8fdbc8f41..e89a6ce97 100644
--- 
a/streampark-console/streampark-console-webapp/src/components/Page/src/PageFooter.vue
+++ 
b/streampark-console/streampark-console-webapp/src/components/Page/src/PageFooter.vue
@@ -39,9 +39,7 @@
     line-height: 44px;
     background-color: @component-background;
     border-top: 1px solid @border-color-base;
-    box-shadow:
-      0 -6px 16px -8px rgb(0 0 0 / 8%),
-      0 -9px 28px 0 rgb(0 0 0 / 5%),
+    box-shadow: 0 -6px 16px -8px rgb(0 0 0 / 8%), 0 -9px 28px 0 rgb(0 0 0 / 
5%),
       0 -12px 48px 16px rgb(0 0 0 / 3%);
     transition: width 0.2s;
 
diff --git 
a/streampark-console/streampark-console-webapp/src/components/Table/src/components/HeaderCell.vue
 
b/streampark-console/streampark-console-webapp/src/components/Table/src/components/HeaderCell.vue
index 36ab854c5..35c080269 100644
--- 
a/streampark-console/streampark-console-webapp/src/components/Table/src/components/HeaderCell.vue
+++ 
b/streampark-console/streampark-console-webapp/src/components/Table/src/components/HeaderCell.vue
@@ -22,7 +22,7 @@
     props: {
       column: {
         type: Object as PropType<BasicColumn>,
-        default: () => ({}) as BasicColumn,
+        default: () => ({} as BasicColumn),
       },
     },
     setup(props) {
diff --git 
a/streampark-console/streampark-console-webapp/src/hooks/web/useLockPage.ts 
b/streampark-console/streampark-console-webapp/src/hooks/web/useLockPage.ts
index 9a6607421..c543be954 100644
--- a/streampark-console/streampark-console-webapp/src/hooks/web/useLockPage.ts
+++ b/streampark-console/streampark-console-webapp/src/hooks/web/useLockPage.ts
@@ -32,12 +32,9 @@ export function useLockPage() {
     }
     clear();
 
-    timeId = setTimeout(
-      () => {
-        lockPage();
-      },
-      lockTime * 60 * 1000,
-    );
+    timeId = setTimeout(() => {
+      lockPage();
+    }, lockTime * 60 * 1000);
   }
 
   function lockPage(): void {
diff --git 
a/streampark-console/streampark-console-webapp/src/layouts/default/footer/index.vue
 
b/streampark-console/streampark-console-webapp/src/layouts/default/footer/index.vue
index f2df7b69b..2beff3be9 100644
--- 
a/streampark-console/streampark-console-webapp/src/layouts/default/footer/index.vue
+++ 
b/streampark-console/streampark-console-webapp/src/layouts/default/footer/index.vue
@@ -16,7 +16,7 @@
 -->
 <template>
   <Footer :class="prefixCls" v-if="getShowLayoutFooter" ref="footerRef">
-    <div :class="`${prefixCls}__copyright`" 
@click="openWindow('https://incubator.apache.org/')">
+    <div :class="`${prefixCls}__copyright`" 
@click="openWindow('https://streampark.apache.org/')">
       Copyright &copy;{{ new Date().getFullYear() }} The Apache Software 
Foundation. Apache
       StreamPark, StreamPark, and its feather logo are trademarks of The 
Apache Software Foundation
     </div>
@@ -135,6 +135,7 @@
 
       &__github {
         margin: 0 30px;
+
         &:hover {
           color: @hover-color;
         }
diff --git 
a/streampark-console/streampark-console-webapp/src/layouts/default/header/components/Github.vue
 
b/streampark-console/streampark-console-webapp/src/layouts/default/header/components/Github.vue
index 408cbf9ab..c10c7973a 100755
--- 
a/streampark-console/streampark-console-webapp/src/layouts/default/header/components/Github.vue
+++ 
b/streampark-console/streampark-console-webapp/src/layouts/default/header/components/Github.vue
@@ -8,12 +8,12 @@
     <a :href="GITHUB_URL" target="_blank" class="text-black hover:text-black 
github">
       <Icon icon="ant-design:github-outlined" class="!pl-8px" 
style="font-size: 19px !important" />
       <img
-        
src="https://img.shields.io/github/stars/apache/incubator-streampark.svg?sanitize=true";
+        
src="https://img.shields.io/github/stars/apache/streampark.svg?sanitize=true";
         class="px-5px hidden md:block"
       />
 
       <img
-        
src="https://img.shields.io/github/forks/apache/incubator-streampark.svg?sanitize=true";
+        
src="https://img.shields.io/github/forks/apache/streampark.svg?sanitize=true";
         class="pr-8px hidden md:block"
       />
     </a>
diff --git 
a/streampark-console/streampark-console-webapp/src/locales/lang/en/sys.ts 
b/streampark-console/streampark-console-webapp/src/locales/lang/en/sys.ts
index 40e48bede..fbd400a8f 100644
--- a/streampark-console/streampark-console-webapp/src/locales/lang/en/sys.ts
+++ b/streampark-console/streampark-console-webapp/src/locales/lang/en/sys.ts
@@ -41,8 +41,7 @@ export default {
       "Sorry, you can't access. May be because you don't have permissions or 
the Sign In is invalid",
     error404: 'Sorry, resource not found',
     error501: '<a href="https://streampark.apache.org/";>View the official 
documentation?</a>',
-    error502:
-      '<a 
href="https://github.com/apache/incubator-streampark/issues/new/choose";>report 
issue ?</a>',
+    error502: '<a 
href="https://github.com/apache/streampark/issues/new/choose";>report issue 
?</a>',
     errorMsg: 'System error,Please contact the administrator',
   },
   app: {
diff --git 
a/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/sys.ts 
b/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/sys.ts
index 0b03f71f2..6b361fa21 100644
--- a/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/sys.ts
+++ b/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/sys.ts
@@ -39,8 +39,7 @@ export default {
     error403: '抱歉,您无法访问。可能是因为你没有权限或登录无效',
     error404: '抱歉,未找到资源',
     error501: '<a href="https://streampark.apache.org/";>查看官方文档?</a>',
-    error502:
-      '<a 
href="https://github.com/apache/incubator-streampark/issues/new/choose";>报告问题 
?</a>',
+    error502: '<a 
href="https://github.com/apache/streampark/issues/new/choose";>报告问题 ?</a>',
     errorMsg: '系统错误,请联系管理员',
   },
   app: { logoutTip: '温馨提醒', logoutMessage: '是否确认退出系统?', menuLoading: 
'菜单加载中...' },
diff --git 
a/streampark-console/streampark-console-webapp/src/settings/siteSetting.ts 
b/streampark-console/streampark-console-webapp/src/settings/siteSetting.ts
index 26fd4b6ee..fa4f71416 100644
--- a/streampark-console/streampark-console-webapp/src/settings/siteSetting.ts
+++ b/streampark-console/streampark-console-webapp/src/settings/siteSetting.ts
@@ -1,5 +1,5 @@
 // github repo url
-export const GITHUB_URL = 'https://github.com/apache/incubator-streampark';
+export const GITHUB_URL = 'https://github.com/apache/streampark';
 
 // doc
 export const DOC_URL = 'https://streampark.apache.org/docs/get-started/intro';
diff --git 
a/streampark-console/streampark-console-webapp/src/utils/http/axios/helper.ts 
b/streampark-console/streampark-console-webapp/src/utils/http/axios/helper.ts
index 824b61e16..c64be13a2 100644
--- 
a/streampark-console/streampark-console-webapp/src/utils/http/axios/helper.ts
+++ 
b/streampark-console/streampark-console-webapp/src/utils/http/axios/helper.ts
@@ -70,7 +70,7 @@ export function requestErrorHandle(error: any) {
         width: width,
         html: '<pre class="api-exception">' + error.response.data.message + 
'</pre>',
         footer:
-          '<a 
href="https://github.com/apache/incubator-streampark/issues/new/choose";>report 
issue ?</a>',
+          '<a 
href="https://github.com/apache/streampark/issues/new/choose";>report issue 
?</a>',
         focusConfirm: false,
       });
     } else {
diff --git a/streampark-console/streampark-console-webapp/src/utils/props.ts 
b/streampark-console/streampark-console-webapp/src/utils/props.ts
index 368f490f2..4a15ec465 100644
--- a/streampark-console/streampark-console-webapp/src/utils/props.ts
+++ b/streampark-console/streampark-console-webapp/src/utils/props.ts
@@ -175,7 +175,7 @@ export const buildProps = <
       : never;
   };
 
-export const definePropType = <T>(val: any) => ({ [wrapperKey]: val }) as 
PropWrapper<T>;
+export const definePropType = <T>(val: any) => ({ [wrapperKey]: val } as 
PropWrapper<T>);
 
 export const keyOf = <T extends Object>(arr: T) => Object.keys(arr) as 
Array<keyof T>;
 export const mutable = <T extends readonly any[] | Record<string, 
unknown>>(val: T) =>
diff --git 
a/streampark-console/streampark-console-webapp/src/views/base/login/LoginSlogan.tsx
 
b/streampark-console/streampark-console-webapp/src/views/base/login/LoginSlogan.tsx
index b9cd1466f..26b691299 100644
--- 
a/streampark-console/streampark-console-webapp/src/views/base/login/LoginSlogan.tsx
+++ 
b/streampark-console/streampark-console-webapp/src/views/base/login/LoginSlogan.tsx
@@ -63,7 +63,7 @@ export default defineComponent({
           <div class="flex items-center mt-10">
             <a
               class="btn streampark-btn btn !flex items-center"
-              href="https://github.com/apache/incubator-streampark";
+              href="https://github.com/apache/streampark";
               target="_blank"
             >
               <Icon icon="ant-design:github-filled"></Icon>
@@ -82,11 +82,11 @@ export default defineComponent({
           <div class="mt-20px shields z-3 flex items-center">
             <Tag color="#477de9">Version: v{version}</Tag>
             <img
-              
src="https://img.shields.io/github/stars/apache/incubator-streampark.svg?sanitize=true";
+              
src="https://img.shields.io/github/stars/apache/streampark.svg?sanitize=true";
               class="wow fadeInUp"
             ></img>
             <img
-              
src="https://img.shields.io/github/forks/apache/incubator-streampark.svg?sanitize=true";
+              
src="https://img.shields.io/github/forks/apache/streampark.svg?sanitize=true";
               class="wow fadeInUp"
             ></img>
           </div>
diff --git 
a/streampark-e2e/streampark-e2e-case/src/test/java/org/apache/streampark/e2e/cases/ProjectsManagementTest.java
 
b/streampark-e2e/streampark-e2e-case/src/test/java/org/apache/streampark/e2e/cases/ProjectsManagementTest.java
index 8639b29fc..72a90b5ca 100644
--- 
a/streampark-e2e/streampark-e2e-case/src/test/java/org/apache/streampark/e2e/cases/ProjectsManagementTest.java
+++ 
b/streampark-e2e/streampark-e2e-case/src/test/java/org/apache/streampark/e2e/cases/ProjectsManagementTest.java
@@ -44,7 +44,7 @@ public class ProjectsManagementTest {
 
     private static final String editedProjectName = "e2e_test_project_edited";
 
-    private static final String url = 
"https://github.com/apache/incubator-streampark-quickstart";;
+    private static final String url = 
"https://github.com/apache/streampark-quickstart";;
 
     private static final String branch = "dev";
 
diff --git 
a/streampark-flink/streampark-flink-client/streampark-flink-client-core/src/main/scala/org/apache/streampark/flink/client/trait/FlinkClientTrait.scala
 
b/streampark-flink/streampark-flink-client/streampark-flink-client-core/src/main/scala/org/apache/streampark/flink/client/trait/FlinkClientTrait.scala
index cf3ad8cd6..647aa1515 100644
--- 
a/streampark-flink/streampark-flink-client/streampark-flink-client-core/src/main/scala/org/apache/streampark/flink/client/trait/FlinkClientTrait.scala
+++ 
b/streampark-flink/streampark-flink-client/streampark-flink-client-core/src/main/scala/org/apache/streampark/flink/client/trait/FlinkClientTrait.scala
@@ -290,13 +290,13 @@ trait FlinkClientTrait extends Logger {
       submitRequest.jobType match {
         case FlinkJobType.PYFLINK =>
           if (submitRequest.libs.nonEmpty) {
-            // BUG: https://github.com/apache/incubator-streampark/issues/3761
+            // BUG: https://github.com/apache/streampark/issues/3761
             // 
builder.setUserClassPaths(Lists.newArrayList(submitRequest.libs: _*))
           }
         case _ =>
           builder
             .setJarFile(jarFile)
-        // BUG: https://github.com/apache/incubator-streampark/issues/3761
+        // BUG: https://github.com/apache/streampark/issues/3761
         // .setUserClassPaths(Lists.newArrayList(submitRequest.classPaths: _*))
       }
       builder


Reply via email to