Skip to content

Commit 4281c69

Browse files
committedOct 4, 2024··
Add changelog and release notes
1 parent a14f0ad commit 4281c69

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed
 

‎src/changelog/.2.x.x/.release-notes.adoc.ftl

+6-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@
2222

2323
This releases contains ...
2424

25-
=== JMX changes
25+
=== GraalVM reachability metadata
2626

27-
Starting in version 2.24.0, JMX support is disabled by default and can be re-enabled via the `log4j2.disableJmx=false` system property.
27+
Log4j Core and all its extension modules have been enhanced with embedded
28+
https://www.graalvm.org/latest/reference-manual/native-image/metadata/[GraalVM reachability metadata].
29+
This will allow the generation of GraalVM native images out-of-the-box, without any additional step necessary.
30+
31+
See our xref:graalvm.adoc[GraalVM guide] for more details.
2832

2933
<#include "../.changelog.adoc.ftl">
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="added">
6+
<issue id="3053" link="https://github.com/apache/logging-log4j2/pull/3053"/>
7+
<description format="asciidoc">Add a `GraalVmProcessor` annotation processor to generate GraalVM reachability
8+
metadata.
9+
</description>
10+
</entry>

0 commit comments

Comments
 (0)
Please sign in to comment.