You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up until 4.19.x.x, the logging library used for the project was Log4j 1.29. The 4.20.0.0 version has updated the library to Log4j2. The new Log4j2 configuration file format is not backwards compatible with the old one. The 4.20.0.0 packages will come with the default configuration files updated. Users that have made customizations to their files must update their configuration files to match with the new format, the `official log4j documentation` might help you migrate your custom configurations.
38
+
Up until 4.19.x.x, the logging library used for the project was Log4j 1.29.
39
+
The 4.20.0.0 version has updated the library to Log4j2. The new Log4j2 configuration file format is not backwards
40
+
compatible with the old one. The 4.20.0.0 packages will come with the default configuration files updated.
41
+
Users that have made customizations to their files must update their configuration files to match with the new format,
42
+
the `official Log4j documentation` might help you migrate your custom configurations.
50
43
51
44
JRE Upgrade
52
45
============
53
46
54
-
Up until 4.19.x.x, the JRE used for ACS was JRE 11. In 4.20.0.0, the JRE was upgraded to JRE 17 as JRE 11 has reached EOL. This means that Centos7 (EL7) is no longer supported.
47
+
Up until 4.19.x.x, the JRE used for ACS was JRE 11. In 4.20.0.0, the JRE was upgraded to JRE 17 as JRE 11 has reached EOL.
48
+
This means that Centos7 (EL7) is no longer supported.
0 commit comments