Skip to content

Commit 075016f

Browse files
Fixes apache#3874
- Removed JmxRuntimeInputArgumentsLookup class - Updated the changelog entry to src/changelog/.2.x.x/3874_remove_jvmrunargs_lookup.xml
1 parent fea8bd9 commit 075016f

File tree

3 files changed

+3
-74
lines changed

3 files changed

+3
-74
lines changed

log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/Interpolator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public class Interpolator extends AbstractConfigurationAwareLookup implements Lo
5353

5454
private static final String LOOKUP_KEY_JNDI = "jndi";
5555

56-
5756
private static final Logger LOGGER = StatusLogger.getLogger();
5857

5958
private final Map<String, StrLookup> strLookupMap = new HashMap<>();

log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/JmxRuntimeInputArgumentsLookup.java

Lines changed: 0 additions & 71 deletions
This file was deleted.

src/changelog/.2.x.x/3874_remove_jvmrunargs_lookup.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
https://logging.apache.org/xml/ns
66
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
77
type="removed">
8-
<issue id="3874" link="https://github.com/apache/logging-log4j2/issues/3874"/>
8+
<issue id="3874" link="https://github.com/apache/logging-log4j2/pull/3874"/>
9+
910
<description format="asciidoc">
10-
Removed the `jvmrunargs` lookup and related code due to lack of clear use case and potential for confusion.
11+
Remove the `jvmrunargs` lookup.
1112
</description>
1213
</entry>

0 commit comments

Comments
 (0)