You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "František Dvořák (JIRA)" <ji...@apache.org> on 2012/07/12 16:08:34 UTC

[jira] [Created] (AMQCPP-414) Remove bundled zlib and using external library

František Dvořák created AMQCPP-414:
---------------------------------------

             Summary: Remove bundled zlib and using external library
                 Key: AMQCPP-414
                 URL: https://issues.apache.org/jira/browse/AMQCPP-414
             Project: ActiveMQ C++ Client
          Issue Type: Bug
          Components: CMS Impl, Decaf
            Reporter: František Dvořák
            Assignee: Timothy Bish
            Priority: Minor
             Fix For: 3.5.0


Decaf library is using its own copy of zlib. It would be problem in case of zlib updates, plus some dependencies (openssl) are already dynamically linked with zlib library anyway.

Attached patch against current SVN. I don't know how to test the compression feature is working fine, but build and unit tests on Linux are OK.

Remaining issues:
- updating web page to add new dependency (zlib-devel)?
- Windows project not touched by the patch (and zlib source files could be removed)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Closed] (AMQCPP-414) Remove bundled zlib and using external library

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQCPP-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish closed AMQCPP-414.
-------------------------------

    Resolution: Won't Fix

This is included this way for platform independence issues as well as testing against known versions. 
                
> Remove bundled zlib and using external library
> ----------------------------------------------
>
>                 Key: AMQCPP-414
>                 URL: https://issues.apache.org/jira/browse/AMQCPP-414
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: CMS Impl, Decaf
>            Reporter: František Dvořák
>            Assignee: Timothy Bish
>            Priority: Minor
>              Labels: build, patch, zlib
>             Fix For: 3.5.0
>
>         Attachments: activemq-external-zlib.diff
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Decaf library is using its own copy of zlib. It would be problem in case of zlib updates, plus some dependencies (openssl) are already dynamically linked with zlib library anyway.
> Attached patch against current SVN. I don't know how to test the compression feature is working fine, but build and unit tests on Linux are OK.
> Remaining issues:
> - updating web page to add new dependency (zlib-devel)?
> - Windows project not touched by the patch (and zlib source files could be removed)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (AMQCPP-414) Remove bundled zlib and using external library

Posted by "František Dvořák (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQCPP-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

František Dvořák updated AMQCPP-414:
------------------------------------

    Attachment: activemq-external-zlib.diff

update build files to link activemq dynamically with external zlib, update readmes
                
> Remove bundled zlib and using external library
> ----------------------------------------------
>
>                 Key: AMQCPP-414
>                 URL: https://issues.apache.org/jira/browse/AMQCPP-414
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: CMS Impl, Decaf
>            Reporter: František Dvořák
>            Assignee: Timothy Bish
>            Priority: Minor
>              Labels: build, patch, zlib
>             Fix For: 3.5.0
>
>         Attachments: activemq-external-zlib.diff
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Decaf library is using its own copy of zlib. It would be problem in case of zlib updates, plus some dependencies (openssl) are already dynamically linked with zlib library anyway.
> Attached patch against current SVN. I don't know how to test the compression feature is working fine, but build and unit tests on Linux are OK.
> Remaining issues:
> - updating web page to add new dependency (zlib-devel)?
> - Windows project not touched by the patch (and zlib source files could be removed)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira