Repository: logging-log4j2 Updated Branches: refs/heads/master 7a6c356d0 -> 9149f7313
LOG4J2-2146 - Update version of bnd for Log4j-api. Convert bundle plugin error to a warning. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9149f731 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9149f731 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9149f731 Branch: refs/heads/master Commit: 9149f7313cbc200e984dd8aaa5d76064b7170aea Parents: 7a6c356 Author: Ralph Goers <rgo...@apache.org> Authored: Wed Dec 6 23:40:00 2017 -0700 Committer: Ralph Goers <rgo...@apache.org> Committed: Wed Dec 6 23:40:00 2017 -0700 ---------------------------------------------------------------------- log4j-api/pom.xml | 8 ++++++++ src/changes/changes.xml | 3 +++ 2 files changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9149f731/log4j-api/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml index 3c0fa75..cfbb7ac 100644 --- a/log4j-api/pom.xml +++ b/log4j-api/pom.xml @@ -213,8 +213,16 @@ * </Import-Package> <Bundle-Activator>org.apache.logging.log4j.util.Activator</Bundle-Activator> + <_fixupmessages>"Classes found in the wrong directory";is:=warning</_fixupmessages> </instructions> </configuration> + <dependencies> + <dependency> + <groupId>biz.aQute.bnd</groupId> + <artifactId>biz.aQute.bndlib</artifactId> + <version>3.5.0</version> + </dependency> + </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9149f731/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ef2e39e..56c8b74 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -31,6 +31,9 @@ - "remove" - Removed --> <release version="2.10.1" date="2017-xx-xx" description="GA Release 2.10.1"> + <action issue="LOG4J2-2146" dev="rgoers" type="update"> + Update version of bnd. Convert bundle plugin error to a warning. + </action> <action issue="LOG4J2-2143" dev="mikes" type="add"> Add missing converters to PatternLayout. </action>