You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Flavio Percoco (JIRA)" <ji...@apache.org> on 2015/06/09 15:00:02 UTC

[jira] [Created] (PROTON-904) Remove dependency on libuuid

Flavio Percoco created PROTON-904:
-------------------------------------

             Summary: Remove dependency on libuuid
                 Key: PROTON-904
                 URL: https://issues.apache.org/jira/browse/PROTON-904
             Project: Qpid Proton
          Issue Type: Bug
            Reporter: Flavio Percoco


The current proton-c version depends on libuuid for, well, generating uuids.

The unfortunate thing of this dependency is that it's currently just required by the messenger and it's just being used for building the messengers name. It's really unfortunate to require this library and headers to be present for such a small case.

It'd be possible to remove this dependency by adding a built-in uuid4 generator since uuid4 is based on random bytes generation.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)