Bug 1028931 - hibernate: Unexpanded variable in manifest
Summary: hibernate: Unexpanded variable in manifest
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: hibernate
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Stanislav Ochotnicky
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-11 09:22 UTC by Mikolaj Izdebski
Modified: 2013-11-11 11:48 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-11 11:07:23 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Mikolaj Izdebski 2013-11-11 09:22:39 UTC
Description of problem:
It looks like hibernate-core has unexpanded variable in META-INF/MANIFEST.MF

Version-Release number of selected component (if applicable):
4.3.0-0.2.Beta4

Steps to Reproduce:
open manifest of /usr/share/java/hibernate/hibernate-core.jar

Actual results:
Bundle-Name: hibernate-${m}
Bundle-SymbolicName: org.hibernate.${m}
Bundle-Description: hibernate ${m}

Expected results:
no unexpanded variables (${m})

Comment 1 gil cattaneo 2013-11-11 11:07:23 UTC
should fixed in hibernate-4.3.0-0.4.Beta4.fc21

Comment 2 Mikolaj Izdebski 2013-11-11 11:14:04 UTC
(In reply to gil cattaneo from comment #1)
> should fixed in hibernate-4.3.0-0.4.Beta4.fc21

This was actually fixed by Stanislav in 4.3.0-0.3.Beta4.

Comment 3 gil cattaneo 2013-11-11 11:48:50 UTC
(In reply to Mikolaj Izdebski from comment #2)
> (In reply to gil cattaneo from comment #1)
> > should fixed in hibernate-4.3.0-0.4.Beta4.fc21
> 
> This was actually fixed by Stanislav in 4.3.0-0.3.Beta4.

yes i know thanks, 0.4.Beta4.fc21 fix only manifest entries
e.g. attribute "Main-class" is present only in hibernate-core module,
and add also OSGi manifest for hibernate-osgi [1] and hibernate-maven-plugin [2] module

[1] http://central.maven.org/maven2/org/hibernate/hibernate-maven-plugin/4.3.0.Beta4/
[2] http://central.maven.org/maven2/org/hibernate/hibernate-osgi/4.3.0.Beta4/
this one non required all the manifest entries added in the "for" cycle
regards


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