Bug 1124424

Summary: Difference in Jackson JAR files in RPM and ZIP distribution
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Zbyněk Roubalík <zroubali>
Component: RPMsAssignee: Fernando Nasser <fnasser>
Status: CLOSED NOTABUG QA Contact: Katerina Odabasi <kanovotn>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.3.0CC: pgier
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-29 13:56:36 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:

Description Zbyněk Roubalík 2014-07-29 13:04:29 UTC
Description of problem:
Jackson JARs for RPM were compiled on JDK6, for ZIP distribution compiled on JDK7. Thus there are some differencies in these JARs, in classes metadata, META-INF/MANIFEST.MF, etc.

But both versions were compiled for JDK5, so it is not a functional issue. 

Version-Release number of selected component (if applicable):
EAP 6.3.0.ER10, RHEL5 i386

Different jars:
jackson-xc 
jackson-mapper-asl 
jackson-core-asl 
jackson-jaxrs

Comment 1 Fernando Nasser 2014-07-29 13:56:36 UTC
This is not a regression.  It has been like that since EAP 6.0.1 and it is a well known fact that RPMs have to be recompiled for each OS (differently from MEAD wrappers).  BTW, this affects ASM as well.  These are the last two non-MEAD builds left (they proven to be hard to get in MEAD on the current versions at least, which are not built with Maven upstream).

The the differences are expected.