Bug 988315 - Implementation-Version missing from MANIFEST.MF for org.osgi.*
Summary: Implementation-Version missing from MANIFEST.MF for org.osgi.*
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Build
Version: 6.1.1
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ER5
: ---
Assignee: David Walluck
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 927238 957684
TreeView+ depends on / blocked
 
Reported: 2013-07-25 09:46 UTC by Pavel Janousek
Modified: 2013-12-15 16:20 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:20:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1015476 0 unspecified CLOSED Far different MANIFEST.MF in OSGI 2021-02-22 00:41:40 UTC

Internal Links: 1015476

Description Pavel Janousek 2013-07-25 09:46:20 UTC
Description of problem:
List of artifacts with missing Implementation-Version at all:
- modules/system/layers/base/org/osgi/core/main/org.osgi.core-4.2.0-redhat-3.jar
- modules/system/layers/base/org/osgi/enterprise/main/org.osgi.enterprise-4.2.0-redhat-3.jar

Additional info:

see https://bugzilla.redhat.com/show_bug.cgi?id=927238

Comment 2 David Walluck 2013-09-18 17:21:08 UTC
Fixed in 4.2.0.redhat-4.

I also manually added additional headers to the MANIFEST.MF file in order to mimic the current maven toolchain settings of

      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifest>
             <addDefaultImplementationEntries>true</addDefaultImplementationEntries>              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
            </manifest>
          </archive>
        </configuration>
      </plugin>

as this remains an ant build which uses the bnd tool to create the manifest file and thus will not pick up the global settings though maven.

Comment 3 David Walluck 2013-09-26 15:09:29 UTC
Upstream PR: <https://github.com/jbossas/jboss-eap/pull/472>.

Comment 7 Pavel Janousek 2013-10-15 12:56:28 UTC
Fixed. Verified against ER5 build.


Note You need to log in before you can comment on or make changes to this bug.