Bug 1056638
| Summary: | Maven repo contains jars with different version than EAP | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Nikoleta Hlavickova <nziakova> | ||||
| Component: | Maven Repository | Assignee: | Vaclav Tunka <vtunka> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Nikoleta Hlavickova <nziakova> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.2.1 | CC: | bsutter, vtunka | ||||
| Target Milestone: | CR3 | ||||||
| Target Release: | EAP 6.2.1 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-02-24 20:15:25 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: | 1057631 | ||||||
| Bug Blocks: | 1027004 | ||||||
| Attachments: |
|
||||||
|
Description
Nikoleta Hlavickova
2014-01-22 15:37:18 UTC
Hi Nikoleta, as Jenkins is down currently, I don't have access to the report you posted. Anyway I looked inside the patch and the jboss-as-* jars seem to be generally in 7.3.1.Final-redhat-* versions. Is it perhaps possible, that your tests check [1] instead of [2] in the EAP 6.2.x installation with CP1 applied on top? [1] jboss-eap-6.2/modules/system/layers/base/org/jboss/as/* [2] jboss-eap-6.2/modules/system/layers/base/.overlays/layer-base-jboss-eap-6.2.1.CP/org/jboss/as Hi Vaclav, the test checks all valid jars in both directories you mentioned. The jars in the report are not included in the patch so they should stay in version 7.3.0.Final-redhat-14. It is so in EAP but not in Maven repository. I will attach the list of jars so you can see it without Jenkins. I hope this will help. Created attachment 854226 [details]
Jars missing from Maven repository zip
I think I now understand what might be the issue. The patch-gen tries to compare artifacts on the class level, so if there is just a version bump without changes to classes, patch-gen will use the previous artifact from 6.2.0.GA to minimize number of changes, whereas new artifacts are uploaded to a maven repository (even if they didn't change except newer version). Could you please do a comparison on class level for those jars, to see if they contain the same classes? Those jars differ only in version, classes are the same. Based on PM preference, created a BZ to modify the maven generation process: BZ1057631 Verified for 6.2.1.CP.CR3. |