This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new de49ffff7d Fix changelog namespace
de49ffff7d is described below
commit de49ffff7dc30316acaea6ea5ea22d0dc9c00fe8
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Apr 16 16:23:57 2024 +0200
Fix changelog namespace
---
src/changelog/.2.x.x/2462_disable_jmx_by_default.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/changelog/.2.x.x/2462_disable_jmx_by_default.xml
b/src/changelog/.2.x.x/2462_disable_jmx_by_default.xml
index d6b989f7d0..0adfd67cba 100644
--- a/src/changelog/.2.x.x/2462_disable_jmx_by_default.xml
+++ b/src/changelog/.2.x.x/2462_disable_jmx_by_default.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="http://logging.apache.org/log4j/changelog"
- xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.3.xsd"
+ xmlns="https://logging.apache.org/xml/ns"
+ xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="changed">
<issue id="2462"
link="https://github.com/apache/logging-log4j2/issues/2462"/>
<description format="asciidoc">Disable JMX support by default. Require
`log4j2.disableJmx` to be set to `false` to enable JMX support.</description>