Skip to content

Commit

Permalink
Update `com.google.code.java-allocation-instrumenter:java-allocation-…
Browse files Browse the repository at this point in the history
…instrumenter` to version `3.3.4` (#2103)
  • Loading branch information
asf-rm committed Dec 27, 2023
1 parent 68e0f6f commit 7e6ad92
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion log4j-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<javax-servlet.version>4.0.1</javax-servlet.version>
<javax-servlet-jsp.version>2.3.3</javax-servlet-jsp.version>
<jansi.version>2.4.1</jansi.version>
<java-allocation-instrumenter.version>3.3.3</java-allocation-instrumenter.version>
<java-allocation-instrumenter.version>3.3.4</java-allocation-instrumenter.version>
<jconsole.version>1.7.0</jconsole.version>
<jctools.version>4.0.2</jctools.version>
<je.version>18.3.12</je.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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.2.xsd"
type="changed">
<issue id="2103" link="https://github.com/apache/logging-log4j2/pull/2103"/>
<description format="asciidoc">Update `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to version `3.3.4`</description>
</entry>
2 changes: 1 addition & 1 deletion src/site/_constants.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
////
:project-github-url: https://github.com/apache/logging-log4j2
:project-version: 2.22.1
:project-version: 2.23.0-SNAPSHOT
:project-name: Log4j
:project-id: log4j
:java-target-version: 8
Expand Down
1 change: 1 addition & 0 deletions src/site/_release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
[#release-notes]
= Release Notes
include::_release-notes/_2.x.x.adoc[]
include::_release-notes/_2.22.1.adoc[]
include::_release-notes/_2.22.0.adoc[]
include::_release-notes/_2.21.1.adoc[]
Expand Down
15 changes: 15 additions & 0 deletions src/site/_release-notes/_2.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,18 @@
This releases contains ...
[#release-notes-2-x-x-added]
=== Added
* Added support for LMAX Disruptor 4.x. (https://github.com/apache/logging-log4j2/issues/1821[1821])
[#release-notes-2-x-x-changed]
=== Changed
* Update `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to version `3.3.4` (https://github.com/apache/logging-log4j2/pull/2103[2103])
[#release-notes-2-x-x-deprecated]
=== Deprecated
* Deprecated the `RingBufferLogEventHandler` class for removal from the public API in 3.x.

0 comments on commit 7e6ad92

Please sign in to comment.