Skip to content

Commit 9149f73

Browse files
committed
LOG4J2-2146 - Update version of bnd for Log4j-api. Convert bundle plugin error to a warning.
1 parent 7a6c356 commit 9149f73

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

log4j-api/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,16 @@
213213
*
214214
</Import-Package>
215215
<Bundle-Activator>org.apache.logging.log4j.util.Activator</Bundle-Activator>
216+
<_fixupmessages>"Classes found in the wrong directory";is:=warning</_fixupmessages>
216217
</instructions>
217218
</configuration>
219+
<dependencies>
220+
<dependency>
221+
<groupId>biz.aQute.bnd</groupId>
222+
<artifactId>biz.aQute.bndlib</artifactId>
223+
<version>3.5.0</version>
224+
</dependency>
225+
</dependencies>
218226
</plugin>
219227
<plugin>
220228
<groupId>org.apache.maven.plugins</groupId>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
- "remove" - Removed
3232
-->
3333
<release version="2.10.1" date="2017-xx-xx" description="GA Release 2.10.1">
34+
<action issue="LOG4J2-2146" dev="rgoers" type="update">
35+
Update version of bnd. Convert bundle plugin error to a warning.
36+
</action>
3437
<action issue="LOG4J2-2143" dev="mikes" type="add">
3538
Add missing converters to PatternLayout.
3639
</action>

0 commit comments

Comments
 (0)