From 9774aadf0edc10040ab2e794bc4acb09e682323b Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Tue, 5 Mar 2013 18:19:57 +0000 Subject: [PATCH] [LOGGING-124] Add bundle symbolic name that matches the maven settings. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1452934 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8688a95..4a1a221 100644 --- a/pom.xml +++ b/pom.xml @@ -559,7 +559,7 @@ under the License. 2.12 true - + ${project.artifactId} javax.servlet;version="[2.1.0, 3.0.0)";resolution:=optional, org.apache.avalon.framework.logger;version="[4.1.3, 4.1.5]";resolution:=optional, diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ac418ad..a84486e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,6 +44,9 @@ The type attribute can be add,update,fix,remove. + + The jar manifest now contains proper OSGi-related metadata information. + LogFactory and LogFactoryImpl will not swallow certain errors anymore (ThreadDeath and VirtualMachineError).