Skip to content

Commit

Permalink
Add changelog and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Oct 4, 2024
1 parent a14f0ad commit 4281c69
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/changelog/.2.x.x/.release-notes.adoc.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@

This releases contains ...

=== JMX changes
=== GraalVM reachability metadata

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

See our xref:graalvm.adoc[GraalVM guide] for more details.

<#include "../.changelog.adoc.ftl">
10 changes: 10 additions & 0 deletions src/changelog/.2.x.x/3053_graalvm_processor.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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="added">
<issue id="3053" link="https://github.com/apache/logging-log4j2/pull/3053"/>
<description format="asciidoc">Add a `GraalVmProcessor` annotation processor to generate GraalVM reachability
metadata.
</description>
</entry>

0 comments on commit 4281c69

Please sign in to comment.