[
https://issues.jboss.org/browse/WFLY-12063?page=com.atlassian.jira.plugin...
]
Scott Marlow commented on WFLY-12063:
-------------------------------------
[
https://developer.jboss.org/thread/279658] seems related, in that the error was the same.
[~gbadner] perhaps [
https://hibernate.atlassian.net/browse/HHH-13272] would help us try
running with JDK13. Could that be back ported to the 5.3.x branch?
Is ORM 5.4.2 using a newer version of ByteBuddy? If yes, we should consider upgrading to
the newer version of ByteBuddy that 5.4.2 is using.
ClassFormatError on JDK13
-------------------------
Key: WFLY-12063
URL:
https://issues.jboss.org/browse/WFLY-12063
Project: WildFly
Issue Type: Bug
Components: JPA / Hibernate
Reporter: Richard Opalka
Assignee: Scott Marlow
Priority: Critical
Labels: blocker-WF18
Attachments: server.log, test.log
The following commit
https://github.com/wildfly/wildfly/commit/b6d141b06404a4c23ead1d04d6e26fc...
introduced JDK13 regression in WildFly.
Affected tests are:
---
[ERROR] Errors:
[ERROR]
MultiplePuTestCase.org.jboss.as.test.integration.jpa.basic.multiplepersistenceunittest.MultiplePuTestCase
» Deployment
[ERROR]
EntityListenersTestCase.org.jboss.as.test.integration.jpa.entitylistener.EntityListenersTestCase
» Deployment
[ERROR]
EPCPropagationTestCase.org.jboss.as.test.integration.jpa.epcpropagation.EPCPropagationTestCase
» Deployment
[ERROR]
AuditJoinTableoverBidirectionalTest.org.jboss.as.test.integration.jpa.hibernate.envers.AuditJoinTableoverBidirectionalTest
» Deployment
[ERROR]
AuditJoinTableoverOnetoManyJoinColumnTest.org.jboss.as.test.integration.jpa.hibernate.envers.AuditJoinTableoverOnetoManyJoinColumnTest
» Deployment
[ERROR] ManagementTestCase.getEntityInsertCountAttribute:98 » Deployment Cannot
deploy...
[ERROR]
JPA2LCTestCase.org.jboss.as.test.integration.jpa.secondlevelcache.JPA2LCTestCase »
Deployment
[ERROR]
JpaStatisticsTestCase.org.jboss.as.test.integration.jpa.secondlevelcache.JpaStatisticsTestCase
» Deployment
[ERROR]
TransactionTestCase.org.jboss.as.test.integration.jpa.transaction.TransactionTestCase »
Deployment
[INFO]
[ERROR] Tests run: 1553, Failures: 0, Errors: 9, Skipped: 14
---
--
This message was sent by Atlassian Jira
(v7.12.1#712002)