Skip to content

Commit 2d53d98

Browse files
committed
Fix module name of Conversant Media Disruptor
1 parent a6c1921 commit 2d53d98

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

log4j-core/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@
7373
java.naming;transitive=false,
7474
org.apache.commons.csv;transitive=false,
7575
org.fusesource.jansi;transitive=false,
76+
<!-- A module descriptor is only available in version 1.2.16+, hence it is not detected -->
77+
com.conversantmedia.disruptor;substitute="disruptor";transitive=false;static=true,
7678
<!-- Filebased module names: MUST be static -->
77-
disruptor;transitive=false;static=true,
7879
kafka.clients;substitute="kafka-clients";transitive=false;static=true,
7980
javax.jms.api;substitute="javax.jms-api";transitive=false;static=true,
8081
javax.mail.api;substitute="javax.mail-api";transitive=false;static=true,
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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="fixed">
6+
<description format="asciidoc">
7+
Use the module name of Conversant Media Disruptor from version `1.2.16+` of the library.
8+
</description>
9+
</entry>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@
2323
This releases contains ...
2424
2525
26-
[#release-notes-2-x-x-changed]
27-
=== Changed
28-
29-
* Bumped the minimum Java version required for the build to Java 17. Runtime requirements remain unchanged. (https://github.com/apache/logging-log4j2/issues/2021[2021])
30-
3126
[#release-notes-2-x-x-fixed]
3227
=== Fixed
3328
29+
* Mark `JdkMapAdapterStringMap` as frozen if map is immutable. (https://github.com/apache/logging-log4j2/issues/2098[2098])
30+
* Fix NPE in `CloseableThreadContext`. (https://github.com/apache/logging-log4j2/pull/1426[1426])
31+
* Use the module name of Conversant Media Disruptor from version `1.2.16+` of the library.
32+
* Fix NPE in `RollingFileManager`. (https://github.com/apache/logging-log4j2/pull/1645[1645])
3433
* Fix `log4j-to-slf4j` JPMS and OSGi descriptors. (https://github.com/apache/logging-log4j2/pull/1983[1983])
3534
3635
[#release-notes-2-x-x-updated]
3736
=== Updated
3837
38+
* Bumped the minimum Java version required for the build to Java 17. Runtime requirements remain unchanged. (https://github.com/apache/logging-log4j2/issues/2021[2021])
3939
* Update `actions/upload-artifact` to version `4.0.0` (https://github.com/apache/logging-log4j2/pull/2096[2096])
4040
* Update `ch.qos.logback:logback-classic` to version `1.3.14` (https://github.com/apache/logging-log4j2/pull/2029[2029])
4141
* Update `co.elastic.clients:elasticsearch-java` to version `8.11.2` (https://github.com/apache/logging-log4j2/pull/2078[2078])

0 commit comments

Comments
 (0)