Bug 988315
| Summary: | Implementation-Version missing from MANIFEST.MF for org.osgi.* | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Pavel Janousek <pjanouse> |
| Component: | Build | Assignee: | David Walluck <dwalluck> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.1 | CC: | dwalluck, fnasser, myarboro |
| Target Milestone: | ER5 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-15 16:20:20 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 927238, 957684 | ||
|
Description
Pavel Janousek
2013-07-25 09:46:20 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.
Upstream PR: <https://github.com/jbossas/jboss-eap/pull/472>. Fixed. Verified against ER5 build. |