This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new 0eaef6afe remove unnessnary comment (#3771)
0eaef6afe is described below
commit 0eaef6afe6ff94d5ded46dcbc3370af724d25108
Author: xiangzihao <[email protected]>
AuthorDate: Tue Jun 18 20:29:52 2024 +0800
remove unnessnary comment (#3771)
Co-authored-by: benjobs <[email protected]>
---
.../src/test/java/org/apache/streampark/console/SpringUnitTestBase.java | 1 -
.../main/scala/org/apache/streampark/flink/packer/maven/MavenTool.scala | 1 -
2 files changed, 2 deletions(-)
diff --git
a/streampark-console/streampark-console-service/src/test/java/org/apache/streampark/console/SpringUnitTestBase.java
b/streampark-console/streampark-console-service/src/test/java/org/apache/streampark/console/SpringUnitTestBase.java
index cfbcfec7d..23a55b138 100644
---
a/streampark-console/streampark-console-service/src/test/java/org/apache/streampark/console/SpringUnitTestBase.java
+++
b/streampark-console/streampark-console-service/src/test/java/org/apache/streampark/console/SpringUnitTestBase.java
@@ -83,7 +83,6 @@ public abstract class SpringUnitTestBase {
@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
LOG.info("Start mock EnvInitializer init.");
String mockedHome = tempPath.getAbsolutePath();
Path localWorkspace =
diff --git
a/streampark-flink/streampark-flink-packer/src/main/scala/org/apache/streampark/flink/packer/maven/MavenTool.scala
b/streampark-flink/streampark-flink-packer/src/main/scala/org/apache/streampark/flink/packer/maven/MavenTool.scala
index 1dea1b420..0b0c741da 100644
---
a/streampark-flink/streampark-flink-packer/src/main/scala/org/apache/streampark/flink/packer/maven/MavenTool.scala
+++
b/streampark-flink/streampark-flink-packer/src/main/scala/org/apache/streampark/flink/packer/maven/MavenTool.scala
@@ -134,7 +134,6 @@ object MavenTool extends Logger {
transformer += manifest
}
req.setResourceTransformers(transformer.toList)
- // issue: https://github.com/apache/incubator-streampark/issues/2350
req.setFilters(List(new ShadeFilter))
req.setRelocators(Lists.newArrayList())
req