Skip to content

Commit 5a84a91

Browse files
committed
Don't enable the Security Manager for HDFS tests on Java 24 and up
1 parent dc57b88 commit 5a84a91

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

commons-vfs2-hdfs/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@
270270
</reporting>
271271
<profiles>
272272
<profile>
273-
<!-- Java 23 and up -->
274-
<id>java-23-up</id>
273+
<!-- Java 23 -->
274+
<id>java-23</id>
275275
<activation>
276-
<jdk>[23,)</jdk>
276+
<jdk>23</jdk>
277277
</activation>
278278
<build>
279279
<plugins>
@@ -288,6 +288,7 @@
288288
</build>
289289
</profile>
290290
<profile>
291+
<!-- Excludes HDFS tesets on Windows -->
291292
<activation>
292293
<os>
293294
<family>Windows</family>

0 commit comments

Comments
 (0)