[GitHub] commons-compress pull request #23: Add Brotli Support

2017-05-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/23 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] commons-compress pull request #23: Add Brotli Support

2017-05-01 Thread bodewig
Github user bodewig commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/23#discussion_r114257946 --- Diff: pom.xml --- @@ -68,6 +68,12 @@ jar, tar, zip, dump, 7z, arj. test + org.brotli + dec +

[GitHub] commons-compress pull request #23: Add Brotli Support

2017-05-01 Thread bodewig
Github user bodewig commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/23#discussion_r114257473 --- Diff: pom.xml --- @@ -85,6 +91,13 @@ jar, tar, zip, dump, 7z, arj. ${powermock.version} test + +

[GitHub] commons-compress pull request #23: Add Brotli Support

2017-05-01 Thread bindul
Github user bindul commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/23#discussion_r114257132 --- Diff: pom.xml --- @@ -68,6 +68,12 @@ jar, tar, zip, dump, 7z, arj. test + org.brotli + dec +

[GitHub] commons-compress pull request #23: Add Brotli Support

2017-05-01 Thread pmouawad
GitHub user pmouawad opened a pull request: https://github.com/apache/commons-compress/pull/23 Add Brotli Support Fix for: https://issues.apache.org/jira/browse/COMPRESS-392 You can merge this pull request into a Git repository by running: $ git pull https://github.com/pmou