File tree Expand file tree Collapse file tree 11 files changed +31
-45
lines changed
Expand file tree Collapse file tree 11 files changed +31
-45
lines changed Original file line number Diff line number Diff line change 3636 <bnd-multi-release >true</bnd-multi-release >
3737 <!-- Differs from OSGi bundle name -->
3838 <bnd-module-name >org.apache.logging.log4j</bnd-module-name >
39- <bnd-extra-package-options >
40- <!-- This is a Java 9 only package, so BND can not detect it as private -->
41- !org.apache.logging.log4j.util.internal
42- </bnd-extra-package-options >
4339 <bnd-extra-module-options >
4440 <!-- Used in StringBuilders through reflection -->
4541 java.sql;static=true,
Original file line number Diff line number Diff line change 5353 org.hamcrest;transitive=false,
5454 org.junit.jupiter.api;transitive=false,
5555 <!-- Name changes -->
56- org.assertj.core;substitute="assertj-core",
5756 java.allocation.instrumenter;substitute="java-allocation-instrumenter",
5857 spring.test;substitute="spring-test"
5958 </bnd-extra-module-options >
Original file line number Diff line number Diff line change 6666 <!-- Remove `transitive` from optional dependencies -->
6767 com.fasterxml.jackson.annotation;transitive=false,
6868 com.lmax.disruptor;transitive=false,
69- com.fasterxml.jackson.core;substitute="jackson-core"; transitive=false,
70- com.fasterxml.jackson.databind;substitute="jackson-databind"; transitive=false,
71- com.fasterxml.jackson.dataformat.xml;substitute="jackson-dataformat-xml"; transitive=false,
72- com.fasterxml.jackson.dataformat.yaml;substitute="jackson-dataformat-yaml"; transitive=false,
69+ com.fasterxml.jackson.core;transitive=false,
70+ com.fasterxml.jackson.databind;transitive=false,
71+ com.fasterxml.jackson.dataformat.xml;transitive=false,
72+ com.fasterxml.jackson.dataformat.yaml;transitive=false,
7373 java.naming;transitive=false,
7474 org.apache.commons.csv;transitive=false,
7575 org.fusesource.jansi;transitive=false,
Original file line number Diff line number Diff line change 3232 <!--
3333 ~ OSGi and JPMS options
3434 -->
35- <bnd-extra-module-options >
36- <!-- Non detected module names -->
37- com.fasterxml.jackson.core;substitute="jackson-core",
38- com.fasterxml.jackson.databind;substitute="jackson-databind"
39- </bnd-extra-module-options >
4035 <Fragment-Host >org.apache.logging.log4j.core</Fragment-Host >
4136 </properties >
4237 <dependencies >
Original file line number Diff line number Diff line change 2727 <packaging >jar</packaging >
2828 <name >Apache Log4j Commons Logging Bridge</name >
2929 <description >The Apache Log4j Commons Logging Adapter</description >
30- <properties >
31- <bnd-extra-module-options >
32- <!-- Filebase module names: MUST be static -->
33- commons.logging;substitute="commons-logging";transitive=false;static=true
34- </bnd-extra-module-options >
35- </properties >
30+
3631 <dependencies >
3732 <dependency >
3833 <groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change 3333 ~ OSGi and JPMS options
3434 -->
3535 <bnd-module-name >org.apache.logging.log4j.core.appender.db.jdbc</bnd-module-name >
36- <bnd-extra-module-options >
37- <!-- Module names -->
38- org.apache.commons.dbcp2;substitute="commons-dbcp2"
39- </bnd-extra-module-options >
4036 <Fragment-Host >org.apache.logging.log4j.core</Fragment-Host >
4137 </properties >
4238
Original file line number Diff line number Diff line change 3232 <!--
3333 ~ OSGi and JPMS options
3434 -->
35- <bnd-extra-module-options >
36- <!-- Non detected module names -->
37- com.fasterxml.jackson.core;substitute="jackson-core",
38- com.fasterxml.jackson.databind;substitute="jackson-databind"
39- </bnd-extra-module-options >
4035 <Fragment-Host >org.apache.logging.log4j.core</Fragment-Host >
4136 </properties >
4237
Original file line number Diff line number Diff line change 2828 <packaging >jar</packaging >
2929 <name >Apache Log4j SLF4J 2.0 Binding</name >
3030 <description >The Apache Log4j SLF4J 2.0 API binding to Log4j 2 Core</description >
31- <properties >
3231
33- <!--
34- ~ OSGi and JPMS options
35- -->
36- <bnd-extra-module-options >
37- <!-- The module descriptor is in `META-INF/versions/9`
38- BND can not find it -->
39- org.slf4j;substitute="slf4j-api"
40- </bnd-extra-module-options >
41- </properties >
4232 <dependencies >
4333 <dependency >
4434 <groupId >org.osgi</groupId >
Original file line number Diff line number Diff line change 3737 <!-- This bridge also support SLF4J 2.x -->
3838 org.slf4j.*;version="${slf4j.support.range} "
3939 </bnd-extra-package-options >
40- <bnd-extra-module-options >
41- <!-- The module descriptor is in `META-INF/versions/9`
42- BND 6.x can not find it -->
43- org.slf4j;substitute="slf4j-api"
44- </bnd-extra-module-options >
4540 </properties >
4641 <dependencies >
4742 <dependency >
Original file line number Diff line number Diff line change 3636 -->
3737 <bnd-extra-module-options >
3838 <!-- Filebased module names: MUST be static -->
39- javax.servlet.api;substitute="javax.servlet-api";transitive=true ;static=true
39+ javax.servlet.api;substitute="javax.servlet-api";transitive=false ;static=true
4040 </bnd-extra-module-options >
4141 <Fragment-Host >org.apache.logging.log4j.core</Fragment-Host >
4242 </properties >
You can’t perform that action at this time.
0 commit comments