You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Chao Wang (JIRA)" <ji...@apache.org> on 2019/01/14 02:47:00 UTC

[jira] [Created] (ARTEMIS-2227) Missing Implementation-Version attribute in MANIFEST.MF

Chao Wang created ARTEMIS-2227:
----------------------------------

             Summary: Missing Implementation-Version attribute in MANIFEST.MF
                 Key: ARTEMIS-2227
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2227
             Project: ActiveMQ Artemis
          Issue Type: Bug
    Affects Versions: 2.6.3
            Reporter: Chao Wang


Following artifacts do not contain {{Implementation-Version}} attribute in their MANIFEST.MF file in the jar archive:
{code}
./modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/artemis-hornetq-protocol-2.6.3.redhat-00012.jar
./modules/system/layers/base/org/apache/activemq/artemis/main/artemis-hqclient-protocol-2.6.3.redhat-00012.jar
{code}

I can see that there is available {{Bundle-Version}} which can be utilized instead:
{code}
Bundle-Version: 2.6.3.redhat-00012
{code}
Although, in other artifacts we have {{Implementation-Version}} specified. Thus I believe that we should be consistent and have it specified also in these two packages.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)