This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new 6c97ac7dc61 HBASE-29602 Add -Djava.security.manager=allow to JDK18+ 
surefire JVM flags (addendum: run spotless)
6c97ac7dc61 is described below

commit 6c97ac7dc6129f27489c27971cc5b12c7086ae83
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Sep 18 10:01:19 2025 +0200

    HBASE-29602 Add -Djava.security.manager=allow to JDK18+ surefire JVM flags 
(addendum: run spotless)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 59b8cbd097b..fe8249af5e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3118,7 +3118,7 @@
           @{jacocoArgLine}</argLine>
       </properties>
     </profile>
-        <profile>
+    <profile>
       <id>build-with-jdk18</id>
       <activation>
         <jdk>[18,)</jdk>

Reply via email to