Skip to content

Commit b1d4a2a

Browse files
committed
Update org.jctools:jctools-core to version 4.0.2 (#1984)
1 parent fdf38b1 commit b1d4a2a

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<jansi.version>2.4.1</jansi.version>
111111
<java-allocation-instrumenter.version>3.3.3</java-allocation-instrumenter.version>
112112
<jconsole.version>1.7.0</jconsole.version>
113-
<jctools.version>4.0.1</jctools.version>
113+
<jctools.version>4.0.2</jctools.version>
114114
<je.version>18.3.12</je.version>
115115
<jeromq.version>0.5.4</jeromq.version>
116116
<jetty.version>9.4.53.v20231009</jetty.version>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
5+
type="changed">
6+
<issue id="1984" link="https://github.com/apache/logging-log4j2/pull/1984"/>
7+
<description format="asciidoc">Update `org.jctools:jctools-core` to version `4.0.2`</description>
8+
</entry>

src/site/_release-notes/_2.x.x.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ This releases contains ...
2828
2929
* Update `de.flapdoodle.reverse:de.flapdoodle.reverse` to version `1.7.2` (https://github.com/apache/logging-log4j2/pull/1979[1979])
3030
* Update `github/codeql-action` to version `2.22.7` (https://github.com/apache/logging-log4j2/pull/1975[1975])
31+
* Update `org.jctools:jctools-core` to version `4.0.2` (https://github.com/apache/logging-log4j2/pull/1984[1984])
32+
33+
[#release-notes-2-x-x-fixed]
34+
=== Fixed
35+
36+
* Fix `log4j-to-slf4j` JPMS and OSGi descriptors. (https://github.com/apache/logging-log4j2/pull/1983[1983])

0 commit comments

Comments
 (0)