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 8926610bbf Restoring --add-opens for Tomcat 9.0.100, it wasn't fixed
as their release notes are pretending to
8926610bbf is described below
commit 8926610bbf04fe74e7edf8671f08eb196784b37f
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Feb 18 08:53:05 2025 +0100
Restoring --add-opens for Tomcat 9.0.100, it wasn't fixed as their release
notes are pretending to
---
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>