Skip to content

Commit ca225f0

Browse files
committed
Fix JPMS descriptors causing jlink issues (#1896)
1 parent bfdc861 commit ca225f0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

log4j-core/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@
5151
org.fusesource.jansi;resolution:=optional,
5252
org.jctools.*;resolution:=optional,
5353
org.zeromq;resolution:=optional,
54-
<!-- `java.compiler` is optional -->
55-
javax.annotation.processing;resolution:=optional,
5654
javax.lang.model.*;resolution:=optional,
5755
javax.tools;resolution:=optional,
5856
<!-- `java.sql`, which depends on `java.logging` is optional -->
@@ -74,7 +72,6 @@
7472
com.fasterxml.jackson.databind;substitute="jackson-databind";transitive=false,
7573
com.fasterxml.jackson.dataformat.xml;substitute="jackson-dataformat-xml";transitive=false,
7674
com.fasterxml.jackson.dataformat.yaml;substitute="jackson-dataformat-yaml";transitive=false,
77-
java.compiler;transitive=false,
7875
java.naming;transitive=false,
7976
org.apache.commons.csv;transitive=false,
8077
org.fusesource.jansi;transitive=false,

src/changelog/.2.x.x/fix_jlink.xml

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="fixed">
6+
<issue id="1896" link="https://github.com/apache/logging-log4j2/issues/1896"/>
7+
<description format="asciidoc">Fix JPMS descriptors causing `jlink` issues</description>
8+
</entry>

0 commit comments

Comments
 (0)