We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331a8a6 commit a1400fdCopy full SHA for a1400fd
log4j-api/src/main/java/org/apache/logging/log4j/util/StackLocator.java
@@ -80,7 +80,7 @@ public final class StackLocator {
80
} catch (final Exception | LinkageError e) {
81
if (Constants.JAVA_MAJOR_VERSION > 8) {
82
LowLevelLogUtil.log(
83
- "WARNING: Runtime environment does not support multi-release JARs. This will impact location-based features.");
+ "WARNING: Runtime environment or build system does not support multi-release JARs. This will impact location-based features.");
84
} else {
85
86
"WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact location-based features.");
0 commit comments