|
|
|
|
@ -95,8 +95,7 @@ final class SpringProfileArbiter implements Arbiter {
@@ -95,8 +95,7 @@ final class SpringProfileArbiter implements Arbiter {
|
|
|
|
|
public SpringProfileArbiter build() { |
|
|
|
|
Environment environment = Log4J2LoggingSystem.getEnvironment(this.loggerContext); |
|
|
|
|
if (environment == null) { |
|
|
|
|
statusLogger.warn("Cannot create Arbiter, no Spring Environment available"); |
|
|
|
|
return null; |
|
|
|
|
statusLogger.debug("Creating Arbiter without a Spring Environment"); |
|
|
|
|
} |
|
|
|
|
String name = this.configuration.getStrSubstitutor().replace(this.name); |
|
|
|
|
String[] profiles = StringUtils.trimArrayElements(StringUtils.commaDelimitedListToStringArray(name)); |
|
|
|
|
|