Bug 1695652 - dom4j was built with target JDK version 1.7, needs to be 1.6
Summary: dom4j was built with target JDK version 1.7, needs to be 1.6
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Build
Version: 6.4.22
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: CR1
: EAP 6.4.22
Assignee: Tomas Hofman
QA Contact: Peter Mackay
URL:
Whiteboard:
Depends On:
Blocks: eap6422-payload 1694906
TreeView+ depends on / blocked
 
Reported: 2019-04-03 14:10 UTC by Tomas Hofman
Modified: 2019-08-19 12:44 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-08-19 12:44:04 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.