|
1 | 1 | # |
2 | | -# Copyright (c) 2020, 2022 Oracle and/or its affiliates. |
| 2 | +# Copyright (c) 2020, 2026 Oracle and/or its affiliates. |
3 | 3 | # |
4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
5 | 5 | # you may not use this file except in compliance with the License. |
@@ -126,4 +126,20 @@ Args=-Dlog4j2.disable.jmx=true \ |
126 | 126 | --initialize-at-build-time=org.apache.logging.log4j.jul.LogManager \ |
127 | 127 | --initialize-at-build-time=org.apache.logging.log4j.jul.WrappedLogger \ |
128 | 128 | --initialize-at-build-time=org.apache.logging.log4j.jul.LevelTranslator \ |
129 | | - --initialize-at-build-time=org.apache.logging.log4j.core.impl.ContextDataFactory |
| 129 | + --initialize-at-build-time=org.apache.logging.log4j.core.impl.ContextDataFactory \ |
| 130 | + --initialize-at-build-time=org.apache.logging.log4j.util.SystemPropertiesPropertySource \ |
| 131 | + --initialize-at-build-time=org.apache.logging.log4j.util.EnvironmentPropertySource \ |
| 132 | + --initialize-at-build-time=org.apache.logging.log4j.core.config.AppenderControlArraySet \ |
| 133 | + --initialize-at-build-time=org.apache.logging.log4j.spi.StandardLevel \ |
| 134 | + --initialize-at-build-time=org.apache.logging.log4j.status.StatusLogger$InstanceHolder \ |
| 135 | + --initialize-at-build-time=org.apache.logging.log4j.core.async.ThreadNameCachingStrategy$2 \ |
| 136 | + --initialize-at-build-time=org.apache.logging.log4j.status.StatusLogger$Config \ |
| 137 | + --initialize-at-build-time=org.apache.logging.log4j.util.OsgiServiceLocator \ |
| 138 | + --initialize-at-build-time=org.apache.logging.log4j.jpl.Log4jSystemLogger \ |
| 139 | + --initialize-at-build-time=org.apache.logging.log4j.jpl.Log4jSystemLogger$1 \ |
| 140 | + --initialize-at-build-time=org.apache.logging.log4j.core.util.ExecutorServices \ |
| 141 | + --initialize-at-build-time=org.apache.logging.log4j.core.util.internal.SystemUtils \ |
| 142 | + --initialize-at-build-time=org.apache.logging.log4j.util.PropertyFilePropertySource \ |
| 143 | + --initialize-at-build-time=org.apache.logging.log4j.core.impl.Log4jProvider \ |
| 144 | + --initialize-at-build-time=org.apache.logging.log4j.util.ProviderUtil \ |
| 145 | + --initialize-at-build-time=org.apache.logging.log4j.core.async.ThreadNameCachingStrategy |
0 commit comments