Repository: logging-log4j2
Updated Branches:
  refs/heads/master 0116c0c2b -> 8b569ca42


[LOG4J2-1467][OSGi] Missing import package.
[LOG4J2-351][OSGi] wrong Fragment-Host in manifest files.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8b569ca4
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8b569ca4
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8b569ca4

Branch: refs/heads/master
Commit: 8b569ca42da7a39187bc3a7c070408f8b26a36f3
Parents: 0116c0c
Author: Gary Gregory <[email protected]>
Authored: Tue Jul 26 16:49:12 2016 -0700
Committer: Gary Gregory <[email protected]>
Committed: Tue Jul 26 16:49:12 2016 -0700

----------------------------------------------------------------------
 log4j-1.2-api/pom.xml   | 1 +
 log4j-flume-ng/pom.xml  | 1 +
 log4j-jmx-gui/pom.xml   | 1 +
 log4j-jul/pom.xml       | 1 +
 log4j-nosql/pom.xml     | 1 +
 log4j-web/pom.xml       | 1 +
 src/changes/changes.xml | 6 ++++++
 7 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8b569ca4/log4j-1.2-api/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml
index dd8b0df..779f050 100644
--- a/log4j-1.2-api/pom.xml
+++ b/log4j-1.2-api/pom.xml
@@ -108,6 +108,7 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
+            <Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>
             <Export-Package>org.apache.log4j.*</Export-Package>
           </instructions>
         </configuration>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8b569ca4/log4j-flume-ng/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-flume-ng/pom.xml b/log4j-flume-ng/pom.xml
index ee8ae80..1f95db0 100644
--- a/log4j-flume-ng/pom.xml
+++ b/log4j-flume-ng/pom.xml
@@ -148,6 +148,7 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
+            <Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>
             
<Bundle-SymbolicName>org.apache.logging.log4j.flume</Bundle-SymbolicName>
             
<Export-Package>org.apache.logging.log4j.flume.appender</Export-Package>
           </instructions>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8b569ca4/log4j-jmx-gui/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-jmx-gui/pom.xml b/log4j-jmx-gui/pom.xml
index beef3a1..240eaf1 100644
--- a/log4j-jmx-gui/pom.xml
+++ b/log4j-jmx-gui/pom.xml
@@ -78,6 +78,7 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
+            <Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>
             <Export-Package>org.apache.logging.log4j.jmx.gui</Export-Package>
           </instructions>
         </configuration>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8b569ca4/log4j-jul/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-jul/pom.xml b/log4j-jul/pom.xml
index 9e63f57..2a1c448 100644
--- a/log4j-jul/pom.xml
+++ b/log4j-jul/pom.xml
@@ -83,6 +83,7 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
+            <Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>
             <Export-Package>org.apache.logging.log4j.jul</Export-Package>
           </instructions>
         </configuration>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8b569ca4/log4j-nosql/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-nosql/pom.xml b/log4j-nosql/pom.xml
index 20ede1e..b93c191 100644
--- a/log4j-nosql/pom.xml
+++ b/log4j-nosql/pom.xml
@@ -71,6 +71,7 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
+            <Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>
             <Export-Package>*</Export-Package>
           </instructions>
         </configuration>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8b569ca4/log4j-web/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-web/pom.xml b/log4j-web/pom.xml
index 148acc0..3a134b0 100644
--- a/log4j-web/pom.xml
+++ b/log4j-web/pom.xml
@@ -83,6 +83,7 @@
         <configuration>
           <instructions>
             <!-- we compile against 3.0, but require 2.5 minimum -->
+            <Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>
             <Import-Package>javax.servlet;version="[2.5,4)",*</Import-Package>
             <Export-Package>org.apache.logging.log4j.web</Export-Package>
           </instructions>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8b569ca4/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a09a572..8ec3453 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,12 @@
   </properties>
   <body>
     <release version="2.7.0" date="2016-MM-DD" description="GA Release 2.7.0">
+      <action issue="LOG4J2-1467" dev="rpopma, ggregory" type="fix" 
due-to="Ralf, Gary Gregory">
+        [OSGi] Missing import package.
+      </action>
+      <action issue="LOG4J2-351" dev="rpopma, ggregory" type="fix" 
due-to="Roland Weiglhofer">
+        [OSGi] wrong Fragment-Host in manifest files.
+      </action>
       <action issue="LOG4J2-1471" dev="ggregory" type="add" due-to="Gary 
Gregory">
         [PatternLayout] Add an ANSI option to %xThrowable.
       </action>

Reply via email to