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

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/3_0_X by this push:
     new f73eecd8f0 Fixing for JDK 17
f73eecd8f0 is described below

commit f73eecd8f089764c7f6904920f27848a0480fedf
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Feb 12 09:28:08 2025 +0100

    Fixing for JDK 17
---
 fit/core-reference/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 573ae06a5a..87701a885c 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -313,6 +313,7 @@ under the License.
           <configuration>
             <properties>
               <cargo.jvmargs>
+                --add-opens=java.base/java.io=ALL-UNNAMED
                 -Dspring.profiles.active=${spring.profiles.active}
                 -XX:+UseG1GC -Xmx1024m -Xms512m</cargo.jvmargs>
             </properties>

Reply via email to