You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2017/05/23 12:15:00 UTC

commons-compress git commit: COMPRESS-396 bring back OSGi Import-Package for XZ for Java

Repository: commons-compress
Updated Branches:
  refs/heads/master d75b89856 -> 6917adc1f


COMPRESS-396 bring back OSGi Import-Package for XZ for Java


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/6917adc1
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/6917adc1
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/6917adc1

Branch: refs/heads/master
Commit: 6917adc1f9cf7dd4772d866b31e2d9a956fe5255
Parents: d75b898
Author: Stefan Bodewig <bo...@apache.org>
Authored: Tue May 23 14:13:56 2017 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Tue May 23 14:13:56 2017 +0200

----------------------------------------------------------------------
 pom.xml                 | 3 +--
 src/changes/changes.xml | 4 ++++
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/6917adc1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 941e2e0..399560f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -251,8 +251,7 @@ jar, tar, zip, dump, 7z, arj.
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
-            <Import-Package>org.tukaani.xz;resolution:=optional</Import-Package>
-            <Import-Package>org.brotli.dec;resolution:=optional</Import-Package>
+            <Import-Package>org.tukaani.xz;resolution:=optional,org.brotli.dec;resolution:=optional</Import-Package>
           </instructions>
         </configuration>
       </plugin>

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/6917adc1/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3a1b513..8e7ab37 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,10 @@ The <action> type attribute can be add,update,fix,remove.
         Don't use a data descriptor in ZIP archives when copying a raw
         entry that already knows its size and CRC information.
       </action>
+      <action issue="COMPRESS-396" type="fix" date="2017-05-23">
+        The MANIFEST of 1.14 lacks an OSGi Import-Package for XZ for
+        Java.
+      </action>
     </release>
     <release version="1.14" date="2017-05-14"
              description="Release 1.14">