File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 22
22
23
23
This releases contains ...
24
24
25
- === JMX changes
25
+ === GraalVM reachability metadata
26
26
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.
28
32
29
33
<#include "../.changelog.adoc.ftl" >
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments