Bug 1695652

Summary: dom4j was built with target JDK version 1.7, needs to be 1.6
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Tomas Hofman <thofman>
Component: BuildAssignee: Tomas Hofman <thofman>
Status: CLOSED CURRENTRELEASE QA Contact: Peter Mackay <pmackay>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.22CC: pgier, rguimara, vtunka
Target Milestone: CR1   
Target Release: EAP 6.4.22   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-19 12:44:04 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:    
Bug Blocks: 1613417, 1694906    

Description Tomas Hofman 2019-04-03 14:10:15 UTC
dom4j 1.6.1.redhat-8 was built with target JDK version 1.7, while it needs to be built with JDK 1.6.

This causes some tests in EAP testsuite (e.g. Dom4jLoadingTestCase) to fail with:


org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: hibernate_dom4j.ear
	at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
...
    Caused by: java.lang.UnsupportedClassVersionError: org/dom4j/DocumentException : Unsupported major.minor version 51.0"

Comment 3 Peter Mackay 2019-05-08 20:19:09 UTC
Regression tests passed
Verified with EAP 6.4.22.CP.CR1