Bug 842627

Summary: xstream - compile with -target 1.5 or greater
Product: [Fedora] Fedora Reporter: Mikolaj Izdebski <mizdebsk>
Component: xstreamAssignee: Matt Spaulding <mspaulding06>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: lkundrak
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-14 10:06:53 UTC Type: ---
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: 842394    

Description Mikolaj Izdebski 2012-07-24 09:27:42 UTC
Package xstream appears to be using Java generics,
but generates class files in format older than 49.0,
which corresponds to J2SE 5.0, in which generics were introduced.

Please update this package to generate classes in format 49.0 or
above. This corresponds to -target 1.5 option of javac (or ecj).

For more information, see bug #842394

Comment 1 Fedora Admin XMLRPC Client 2012-10-04 12:54:16 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Matt Spaulding 2012-10-14 03:00:17 UTC
The build does use -target 1.5 for the portions of the library that require it, and it uses -target 1.3 for the portions that do not. It looks to me like this should be okay.

Comment 3 Mikolaj Izdebski 2012-10-14 10:06:53 UTC
This bug was reported in automated way, with quite high ratio of false positives. I'm closing it now since xstream seems to be unaffected. Thank you for investingaing it.