Skip to content

Commit

Permalink
[Feature][flink]remove flink1.11 (DataLinkDC#1539)
Browse files Browse the repository at this point in the history
* remove flink1.11

* remove flink1.11

* remove flink11
  • Loading branch information
zackyoungh authored Jan 12, 2023
1 parent 9958256 commit 35e3964
Show file tree
Hide file tree
Showing 55 changed files with 2 additions and 11,514 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fetch-depth: 0
- name: Check Style
run: |
./mvnw -T 4C -B --no-snapshot-updates clean spotless:check
./mvnw -T 4C -B --no-snapshot-updates clean spotless:check -P all
build_npm:
name: Build_NPM
runs-on: ubuntu-latest
Expand Down Expand Up @@ -90,10 +90,8 @@ jobs:
fail-fast: true
matrix:
jdk: [8, 11]
flink: [1.11, 1.12, 1.13, 1.14, 1.15, 1.16]
flink: [1.12, 1.13, 1.14, 1.15, 1.16]
exclude:
- jdk: 11
flink: 1.11
- jdk: 11
flink: 1.12

Expand Down
102 changes: 0 additions & 102 deletions dinky-app/dinky-app-1.11/pom.xml

This file was deleted.

46 changes: 0 additions & 46 deletions dinky-app/dinky-app-1.11/src/main/java/org/dinky/app/MainApp.java

This file was deleted.

27 changes: 0 additions & 27 deletions dinky-app/dinky-app-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,6 @@
</dependencies>

<profiles>
<profile>
<id>flink-1.11</id>
<dependencies>
<dependency>
<groupId>org.dinky</groupId>
<artifactId>dinky-client-1.11</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.dinky</groupId>
<artifactId>dinky-flink-1.11</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>

<profile>
<id>flink-1.12</id>
<dependencies>
Expand Down Expand Up @@ -153,17 +137,6 @@
<profile>
<id>all</id>
<dependencies>
<dependency>
<groupId>org.dinky</groupId>
<artifactId>dinky-client-1.11</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.dinky</groupId>
<artifactId>dinky-flink-1.11</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.dinky</groupId>
<artifactId>dinky-client-1.12</artifactId>
Expand Down
8 changes: 0 additions & 8 deletions dinky-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@
</modules>

<profiles>
<profile>
<id>flink-1.11</id>
<modules>
<module>dinky-app-1.11</module>
</modules>
</profile>

<profile>
<id>flink-1.12</id>
<modules>
Expand Down Expand Up @@ -63,7 +56,6 @@
<profile>
<id>all</id>
<modules>
<module>dinky-app-1.11</module>
<module>dinky-app-1.12</module>
<module>dinky-app-1.13</module>
<module>dinky-app-1.14</module>
Expand Down
7 changes: 0 additions & 7 deletions dinky-assembly/src/main/assembly/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@
<!-- <include>%regex[dinky-client-1.\d+-${project.version}.jar]</include>-->
<!-- </includes>-->
<!--</fileSet>-->
<fileSet>
<directory>${project.parent.basedir}/build/extends/</directory>
<outputDirectory>plugins/flink1.11</outputDirectory>
<includes>
<include>dinky-client-1.11-${project.version}.jar</include>
</includes>
</fileSet>
<fileSet>
<directory>${project.parent.basedir}/build/extends/</directory>
<outputDirectory>plugins/flink1.12</outputDirectory>
Expand Down
60 changes: 0 additions & 60 deletions dinky-client/dinky-client-1.11/pom.xml

This file was deleted.

Loading

0 comments on commit 35e3964

Please sign in to comment.