This is an automated email from the ASF dual-hosted git repository.
RocMarshal pushed a commit to branch release-2.3
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.3 by this push:
new 9d0688b11c4 [hotfix][build] Put commas into exclusion groups to avoid
commas only (#28430)
9d0688b11c4 is described below
commit 9d0688b11c4ca4751e78951893983540e8ed2e80
Author: Yuepeng Pan <[email protected]>
AuthorDate: Sun Jun 14 09:36:09 2026 +0800
[hotfix][build] Put commas into exclusion groups to avoid commas only
(#28430)
(cherry picked from commit edfeb3269146ed05476a405335e8af0cb8569482)
Co-authored-by: Sergey Nuyanzin <[email protected]>
---
pom.xml | 38 +++++++++++---------------------------
1 file changed, 11 insertions(+), 27 deletions(-)
diff --git a/pom.xml b/pom.xml
index 97eec3adb74..69c1c83d748 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1007,7 +1007,7 @@ under the License.
<profile>
<id>enable-adaptive-scheduler</id>
<properties>
-
<surefire.excludedGroups.adaptive-scheduler>org.apache.flink.testutils.junit.FailsWithAdaptiveScheduler</surefire.excludedGroups.adaptive-scheduler>
+
<surefire.excludedGroups.adaptive-scheduler>org.apache.flink.testutils.junit.FailsWithAdaptiveScheduler,</surefire.excludedGroups.adaptive-scheduler>
</properties>
<build>
<plugins>
@@ -1018,11 +1018,7 @@ under the License.
<systemProperties>
<flink.tests.enable-adaptive-scheduler>true</flink.tests.enable-adaptive-scheduler>
</systemProperties>
- <excludedGroups>
-
${surefire.excludedGroups.github-actions},
-
${surefire.excludedGroups.adaptive-scheduler},
-
${surefire.excludedGroups.jdk}
- </excludedGroups>
+
<excludedGroups>${surefire.excludedGroups.github-actions}${surefire.excludedGroups.adaptive-scheduler}${surefire.excludedGroups.jdk}</excludedGroups>
</configuration>
</plugin>
</plugins>
@@ -1038,11 +1034,7 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <excludedGroups>
-
${surefire.excludedGroups.github-actions},
-
${surefire.excludedGroups.adaptive-scheduler},
-
${surefire.excludedGroups.jdk},
-
</excludedGroups>
+
<excludedGroups>${surefire.excludedGroups.github-actions}${surefire.excludedGroups.adaptive-scheduler}${surefire.excludedGroups.jdk}</excludedGroups>
</configuration>
</plugin>
</plugins>
@@ -1107,7 +1099,7 @@ under the License.
</activation>
<properties>
-
<surefire.excludedGroups.jdk>org.apache.flink.testutils.junit.FailsOnJava17</surefire.excludedGroups.jdk>
+
<surefire.excludedGroups.jdk>org.apache.flink.testutils.junit.FailsOnJava17,</surefire.excludedGroups.jdk>
</properties>
<build>
@@ -1117,11 +1109,7 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <excludedGroups>
-
${surefire.excludedGroups.github-actions},
-
${surefire.excludedGroups.adaptive-scheduler},
-
${surefire.excludedGroups.jdk},
-
</excludedGroups>
+
<excludedGroups>${surefire.excludedGroups.github-actions}${surefire.excludedGroups.adaptive-scheduler}${surefire.excludedGroups.jdk}</excludedGroups>
</configuration>
</plugin>
</plugins>
@@ -1170,11 +1158,7 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <excludedGroups>
-
${surefire.excludedGroups.github-actions},
-
${surefire.excludedGroups.adaptive-scheduler},
-
${surefire.excludedGroups.jdk},
-
</excludedGroups>
+
<excludedGroups>${surefire.excludedGroups.github-actions}${surefire.excludedGroups.adaptive-scheduler}${surefire.excludedGroups.jdk}</excludedGroups>
</configuration>
</plugin>
</plugins>
@@ -1214,6 +1198,10 @@ under the License.
<jdk>[25,)</jdk>
</activation>
+ <properties>
+
<surefire.excludedGroups.jdk>org.apache.flink.testutils.junit.FailsOnJava25,</surefire.excludedGroups.jdk>
+ </properties>
+
<build>
<pluginManagement>
<plugins>
@@ -1221,11 +1209,7 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <excludedGroups>
-
${surefire.excludedGroups.github-actions},
-
${surefire.excludedGroups.adaptive-scheduler},
-
${surefire.excludedGroups.jdk},
-
</excludedGroups>
+
<excludedGroups>${surefire.excludedGroups.github-actions}${surefire.excludedGroups.adaptive-scheduler}${surefire.excludedGroups.jdk}</excludedGroups>
</configuration>
</plugin>
<plugin>