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

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


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

commit 74840e23b692bddb3dba816af70173f2defcb098
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Sep 18 09:59:50 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 10664732814..e83b43fbf3a 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