Bug 842603

Summary: jackson - compile with -target 1.5 or greater
Product: [Fedora] Fedora Reporter: Mikolaj Izdebski <mizdebsk>
Component: jacksonAssignee: Juan Hernández <juan.hernandez>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: juan.hernandez, mgoldman
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.9.4-5 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-07 11:39:11 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:24:53 UTC
Package jackson 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 Juan Hernández 2012-07-24 09:53:25 UTC
Actually the Jackson package generates format 49.0. The problem is that the build process bundles the classes from /usr/share/java/objectweb-asm/asm.jar, which are part of package objectweb-asm, and that package generates format 46.0.

I will remove this bundling from the jackson package.

Comment 2 Juan Hernández 2012-07-24 10:34:39 UTC
The fix for the bundling issue is fixed and the modified package built:

http://koji.fedoraproject.org/koji/taskinfo?taskID=4325235

Should we push this to Fedora 17 as well? In my opinion it is not worth.

Comment 3 Mikolaj Izdebski 2012-07-24 11:04:51 UTC
> Should we push this to Fedora 17 as well? In my opinion it is not worth.

There's no need for that.

Comment 4 Mikolaj Izdebski 2013-01-07 11:39:11 UTC
Fixed in jackson-1.9.4-5