Skip to content

Commit

Permalink
[TLP] drop "incubator" prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys committed Feb 10, 2025
1 parent 2533c8a commit 1bcdcd5
Show file tree
Hide file tree
Showing 35 changed files with 57 additions and 71 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/umbrella.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ concurrency:

jobs:
license-header:
if: github.repository == 'apache/incubator-streampark'
if: github.repository == 'apache/streampark'
name: License header
runs-on: ubuntu-latest
timeout-minutes: 10
Expand All @@ -51,7 +51,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
timeout-minutes: 10
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Check codestyle for scala 2.12
run: ./mvnw -B -q -nsu -Pscala-2.12 checkstyle:check spotless:check
dead-link:
if: github.repository == 'apache/incubator-streampark'
if: github.repository == 'apache/streampark'
name: Dead links
runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down
1 change: 0 additions & 1 deletion .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ header:
- '.mvn'
- '**/LICENSE'
- '**/NOTICE'
- "DISCLAIMER"
- '**/*.MD'
- '**/*.ftl'
- '**/*.tpl'
Expand Down
10 changes: 0 additions & 10 deletions DISCLAIMER

This file was deleted.

4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache StreamPark (incubating)
Copyright 2022-2024 The Apache Software Foundation
Apache StreamPark
Copyright 2022-2025 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 Documentation](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)

Expand Down Expand Up @@ -70,8 +70,8 @@ more:
## 🔨 How to Build

```shell
git clone [email protected]:apache/incubator-streampark.git
cd incubator-streampark
git clone [email protected]:apache/streampark.git
cd streampark
./build.sh
```

Expand All @@ -83,17 +83,17 @@ Download address for run-directly software package: https://streampark.apache.or

## 💋 Our users

Various companies and organizations use 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 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!
Expand All @@ -106,7 +106,7 @@ Mail List is the most recognized form of communication in Apache community. See

Thank you to all the people who already contributed to 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

Expand Down
4 changes: 2 additions & 2 deletions dist-material/release-docs/NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache StreamPark (incubating)
Copyright 2022-2024 The Apache Software Foundation
Apache StreamPark
Copyright 2022-2025 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
</licenses>

<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>
<url>scm:git:[email protected]:apache/incubator-streampark.git</url>
<connection>scm:git:git://github.com/apache/streampark.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/streampark.git</developerConnection>
<url>scm:git:[email protected]:apache/streampark.git</url>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/apache/incubator-streampark/issues</url>
<url>https://github.com/apache/streampark/issues</url>
</issueManagement>

<mailingLists>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ object ConfigConst {
println(" /_/ \n\n")
println(" Version: 2.1.6 ")
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
Expand Down
6 changes: 3 additions & 3 deletions streampark-console/streampark-console-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
<appendAssemblyId>false</appendAssemblyId>
<skipAssembly>false</skipAssembly>
<attach>false</attach>
<finalName>apache-streampark_${scala.binary.version}-${project.version}-incubating-bin</finalName>
<finalName>apache-streampark_${scala.binary.version}-${project.version}-bin</finalName>
<descriptors>
<descriptor>${basedir}/src/main/assembly/assembly.xml</descriptor>
</descriptors>
Expand Down Expand Up @@ -716,7 +716,7 @@
<appendAssemblyId>false</appendAssemblyId>
<skipAssembly>false</skipAssembly>
<attach>false</attach>
<finalName>apache-streampark_${scala.binary.version}-${project.version}-incubating-bin</finalName>
<finalName>apache-streampark_${scala.binary.version}-${project.version}-bin</finalName>
<descriptors>
<descriptor>${basedir}/src/main/assembly/assembly.xml</descriptor>
</descriptors>
Expand Down Expand Up @@ -744,7 +744,7 @@
<phase>package</phase>
<configuration>
<target>
<copy file="${project.build.directory}/apache-streampark_${scala.binary.version}-${project.version}-incubating-bin.tar.gz" overwrite="true" tofile="${project.basedir}/../../dist/apache-streampark_${scala.binary.version}-${project.version}-incubating-bin.tar.gz" />
<copy file="${project.build.directory}/apache-streampark_${scala.binary.version}-${project.version}-bin.tar.gz" overwrite="true" tofile="${project.basedir}/../../dist/apache-streampark_${scala.binary.version}-${project.version}-bin.tar.gz" />
</target>
</configuration>
</execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<format>tar.gz</format>
</formats>
<includeBaseDirectory>true</includeBaseDirectory>
<baseDirectory>apache-streampark_${scala.binary.version}-${project.version}-incubating-bin</baseDirectory>
<baseDirectory>apache-streampark_${scala.binary.version}-${project.version}-bin</baseDirectory>

<dependencySets>
<dependencySet>
Expand Down Expand Up @@ -108,7 +108,6 @@
<outputDirectory/>
<includes>
<include>README.md</include>
<include>DISCLAIMER</include>
</includes>
</fileSet>
<fileSet>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ insert into `t_flink_effective` values (100000, 100000, 2, 100000, now());
-- ----------------------------
-- Records of t_flink_project
-- ----------------------------
insert into `t_flink_project` values (100000, 100000, 'streampark-quickstart', 'https://github.com/apache/incubator-streampark-quickstart', 'release-2.0.0', null, null, null, null, null, 1, 1, null, 'streampark-quickstart', -1, now(), now());
insert into `t_flink_project` values (100000, 100000, 'streampark-quickstart', 'https://github.com/apache/streampark-quickstart', 'release-2.0.0', null, null, null, null, null, 1, 1, null, 'streampark-quickstart', -1, now(), now());

-- ----------------------------
-- Records of t_flink_sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ insert into "public"."t_flink_effective" values (100000, 100000, 2, 100000, now(
-- ----------------------------
-- Records of t_flink_project
-- ----------------------------
insert into "public"."t_flink_project" values (100000, 100000, 'streampark-quickstart', 'https://github.com/apache/incubator-streampark-quickstart', 'release-2.0.0', null, null, null, null, null, 1, 1, null, 'streampark-quickstart', -1, now(), now());
insert into "public"."t_flink_project" values (100000, 100000, 'streampark-quickstart', 'https://github.com/apache/streampark-quickstart', 'release-2.0.0', null, null, null, null, null, 1, 1, null, 'streampark-quickstart', -1, now(), now());


-- ----------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* /_/
*
* WebSite: https://streampark.apache.org
* GitHub : https://github.com/apache/incubator-streampark
* GitHub : https://github.com/apache/streampark
*
* [StreamPark] Make stream processing easier ô~ô!
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void run(ApplicationArguments args) {
System.out.println(" /_/ \n\n");
System.out.println(" Version: 2.1.6 ");
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(" JDK : " + System.getProperty("java.version"));
System.out.println(" Local : http://localhost:" + port);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
[Details](${link})
</#if>
[Website](https://streampark.apache.org)
[GitHub](https://github.com/apache/incubator-streampark)
[GitHub](https://github.com/apache/streampark)

Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"content": "GitHub"
},
"type": "primary",
"url": "https://github.com/apache/incubator-streampark"
"url": "https://github.com/apache/streampark"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,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)

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ insert into `t_flink_effective` values (100000, 100000, 2, 100000, now());
-- ----------------------------
-- Records of t_flink_project
-- ----------------------------
insert into `t_flink_project` values (100000, 100000, 'streampark-quickstart', 'https://github.com/apache/incubator-streampark-quickstart', 'release-2.0.0', null, null, null, null, null, 1, 1, null, 'streampark-quickstart', -1, now(), now());
insert into `t_flink_project` values (100000, 100000, 'streampark-quickstart', 'https://github.com/apache/streampark-quickstart', 'release-2.0.0', null, null, null, null, null, 1, 1, null, 'streampark-quickstart', -1, now(), now());

-- ----------------------------
-- Records of t_flink_sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public abstract class SpringTestBase {
@BeforeAll
public static void init(@TempDir File tempPath) throws IOException {
// Skip the EnvInitializer#run method by flag in System.properties.
// See https://github.com/apache/incubator-streampark/issues/2014
// See https://github.com/apache/streampark/issues/2014
LOG.info("Start mock EnvInitializer init.");
String mockedHome = tempPath.getAbsolutePath();
Path localWorkspace =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class ProjectServiceTest extends SpringTestBase {

@BeforeEach
void before() {
project.setUrl("[email protected]:apache/incubator-streampark.git");
project.setUrl("[email protected]:apache/streampark.git");
}

@Disabled("This test case can't be runnable due to external service is not available.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class GitUtilsTest {
@Test
void testGitCloneByTag() throws GitAPIException {
GitUtils.GitCloneRequest request = new GitUtils.GitCloneRequest();
request.setUrl("[email protected]:apache/incubator-streampark.git");
request.setUrl("[email protected]:apache/streampark.git");
request.setTag("v1.2.3");
request.setStoreDir(new File("/tmp"));
GitUtils.clone(request);
Expand All @@ -41,7 +41,7 @@ void testGitCloneByTag() throws GitAPIException {
@Test
void testGitCloneByBranch() throws GitAPIException {
GitUtils.GitCloneRequest request = new GitUtils.GitCloneRequest();
request.setUrl("[email protected]:apache/incubator-streampark.git");
request.setUrl("[email protected]:apache/streampark.git");
request.setBranch("2.1.4");
request.setStoreDir(new File("/tmp"));
GitUtils.clone(request);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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; 2022-{{ new Date().getFullYear() }} The Apache Software Foundation. Apache
StreamPark, StreamPark, and its feather logo are trademarks of The Apache Software Foundation
</div>
Expand Down
Loading

0 comments on commit 1bcdcd5

Please sign in to comment.