From deb1c4bd332f184e656dbb98f95497e84f8af5fd Mon Sep 17 00:00:00 2001
From: Joaquín Reñé <jrene@curisit.net>
Date: Tue, 21 Apr 2026 18:44:11 +0000
Subject: [PATCH] #4479 - upgrade SecurisServer to Java 21

---
 securis/src/main/webapp/WEB-INF/log4j2.xml.old |    6 +++---
 securis/etc/build/files/config/log4j2.xml.old  |    0 
 securis/src/main/resources/log4j2.xml          |    6 +++---
 securis/src/main/webapp/package.json           |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/securis/etc/build/files/config/log4j2.xml b/securis/etc/build/files/config/log4j2.xml.old
similarity index 100%
rename from securis/etc/build/files/config/log4j2.xml
rename to securis/etc/build/files/config/log4j2.xml.old
diff --git a/securis/src/main/webapp/WEB-INF/log4j2.xml b/securis/src/main/resources/log4j2.xml
similarity index 71%
rename from securis/src/main/webapp/WEB-INF/log4j2.xml
rename to securis/src/main/resources/log4j2.xml
index 17943a4..1d6671f 100644
--- a/securis/src/main/webapp/WEB-INF/log4j2.xml
+++ b/securis/src/main/resources/log4j2.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Configuration>
   <Appenders>
-    <Console name="STDOUT" target="SYSTEM_OUT">
+    <Console name="Console" target="SYSTEM_OUT">
       <PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
     </Console>
   </Appenders>
   <Loggers>
     <Root level="info">
-      <AppenderRef ref="STDOUT"/>
+      <AppenderRef ref="Console"/>
     </Root>
   </Loggers>
-</Configuration>
+</Configuration>
\ No newline at end of file
diff --git a/securis/src/main/webapp/WEB-INF/log4j2.xml b/securis/src/main/webapp/WEB-INF/log4j2.xml.old
similarity index 71%
copy from securis/src/main/webapp/WEB-INF/log4j2.xml
copy to securis/src/main/webapp/WEB-INF/log4j2.xml.old
index 17943a4..1d6671f 100644
--- a/securis/src/main/webapp/WEB-INF/log4j2.xml
+++ b/securis/src/main/webapp/WEB-INF/log4j2.xml.old
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Configuration>
   <Appenders>
-    <Console name="STDOUT" target="SYSTEM_OUT">
+    <Console name="Console" target="SYSTEM_OUT">
       <PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
     </Console>
   </Appenders>
   <Loggers>
     <Root level="info">
-      <AppenderRef ref="STDOUT"/>
+      <AppenderRef ref="Console"/>
     </Root>
   </Loggers>
-</Configuration>
+</Configuration>
\ No newline at end of file
diff --git a/securis/src/main/webapp/package.json b/securis/src/main/webapp/package.json
index a544700..b8397cc 100644
--- a/securis/src/main/webapp/package.json
+++ b/securis/src/main/webapp/package.json
@@ -95,7 +95,7 @@
       "typescript": "npm:typescript@^2.2.2"
     },
     "peerDependencies": {
-      "@angular/common": "npm:@angular/common@4.2.0",
+      "@angular/common": "npm:@angular/common@^4.0.0",
       "@angular/compiler": "npm:@angular/compiler@^4.2.0",
       "@angular/core": "npm:@angular/core@4.2.0",
       "@angular/forms": "npm:@angular/forms@^4.2.0",

--
Gitblit v1.3.2