jvz commented on a change in pull request #808:
URL: https://github.com/apache/logging-log4j2/pull/808#discussion_r835695608
##########
File path:
log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationFactory.java
##########
@@ -137,71 +119,15 @@ public ConfigurationFactory() {
*/
private static final String CLASS_PATH_SCHEME = "classpath";
- private static final String OVERRIDE_PARAM = "override";
-
- private static volatile List<ConfigurationFactory> factories;
-
- private static volatile ConfigurationFactory configFactory;
-
- protected final StrSubstitutor substitutor = new
ConfigurationStrSubstitutor(new Interpolator());
-
- private static final Lock LOCK = new ReentrantLock();
-
- private static final String HTTPS = "https";
- private static final String HTTP = "http";
-
private static final String[] PREFIXES = {"log4j2.",
"log4j2.Configuration."};
- private static volatile AuthorizationProvider authorizationProvider;
-
- /**
- * Returns the ConfigurationFactory.
- * @return the ConfigurationFactory.
- */
+ @Deprecated(since = "3.0.0", forRemoval = true)
Review comment:
Being invoked by some Spring Boot class even though our override doesn't
invoke it. Not sure what's going on, but it's also causing a test failure for
me.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]