[jboss-jira] [JBoss JIRA] (WFLY-12063) ClassFormatError on JDK13
Scott Marlow (Jira)
issues at jboss.org
Tue Jul 9 15:44:00 EDT 2019
[ https://issues.jboss.org/browse/WFLY-12063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13757425#comment-13757425 ]
Scott Marlow commented on WFLY-12063:
-------------------------------------
Hi Gail, I verified that the failing tests, do pass with ByteBuddy 1.9.11.
I also ran the following tests as well via a local script with 1.9.11 and they passed:
{quote}
cd testsuite/integration/basic/
mvn install -Dtest=org.jboss.as.test.integration.jpa.packaging.PersistenceUnitPackagingTestCase > /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.packaging.EJBJarPackagingTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.packaging.PersistenceUnitWarPackagingTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.cfgfile.CfgFileTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.multipleinjections.MultiplePersistenceContextInjectionsTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.webnontxem.NonTransactionalEmTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.ormxml.OrmTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.jarfile.JpaJarFileTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.jarfile.JpaTestSlsb >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.webtxem.TestServlet >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.webtxem.WebJPATestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.basic.entitymanagerfactorytest.EntityManagerFactoryTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.basic.multiplepersistenceunittest.MultiplePuTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.basic.relativedatasourcetest.RelativeDataSourceNameTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.epcpropagation.contextduel.AddEPC2TxAfterPCTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.epcpropagation.serialization.SerializationTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.epcpropagation.shallow.ShallowExtendedPersistenceContextInheritanceTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.epcpropagation.EPCPropagationTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.epcpropagation.requiresnew.EPCPropagationNewTransactionTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.epcpropagation.hierarchy.EPCPropagationHierarchyTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.epcpropagation.slsbxpc.FailBecauseOfXPCNotInSFSBTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.epcpropagation.unsync.TestForMixedSynchronizationTypes >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.transaction.TransactionTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.transaction.envers.TransactionAuditedTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.dsrestart.JpaDsRestartTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.beanvalidation.beanvalidationinheritancetest.BeanValidationJPAInheritanceTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.beanvalidation.beanvalidationtest.JPABeanValidationTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.beanvalidation.cdi.BeanValidationCdiIntegrationTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.datasourcedefinition.DataSourceDefinitionJPATestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.secondlevelcache.JPA2LCTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.mockprovider.txtimeout.TxTimeoutTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.mockprovider.txtimeout.TestPersistenceProvider >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.mockprovider.txtimeout.TestEntityManager >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.mockprovider.txtimeout.TestEntityManagerFactory >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.mockprovider.classtransformer.TestClassTransformer >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.mockprovider.classtransformer.TestAdapter >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.mockprovider.classtransformer.ClassFileTransformerTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.mockprovider.classtransformer.TestPersistenceProvider >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.mockprovider.classtransformer.TestEntityManagerFactory >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.entitylistener.EntityListenersTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.sibling.SiblingXPCInheritanceTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.version.VersionTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.resourcelocal.ResourceLocalTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.hibernate.classfiletransformertest.ClassFileTransformerTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.hibernate.entitytest.EntityTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.hibernate.management.ManagementTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.hibernate.envers.AuditJoinTableoverOnetoManyJoinColumnTest >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.hibernate.envers.AuditJoinTableoverBidirectionalTest >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.hibernate.envers.basicenverstest.BasicEnversTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.hibernate.envers.implementvalidityauditstrategytest.ImplementValidityAuditStrategyTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.hibernate.envers.validityauditstrategyoninheritancetest.ValidityAuditStrategyonInheritanceTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.hibernate.envers.basicselectiveenverstest.BasicSelectiveEnversTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.hibernate.sessionfactorytest.SessionFactoryTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.jpa.hibernate.EntityTest >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.hibernate.Hibernate4NativeAPIProviderTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.hibernate.HibernateNativeAPITransactionTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.hibernate.generator.TestSlsb >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.hibernate.generator.PooledGeneratorTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.hibernate.search.HibernateSearchJPATestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.hibernate.naturalid.HibernateNativeAPINaturalIdTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.hibernate.Hibernate2LCacheStatsTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.hibernate.envers.Hibernate4NativeAPIEnversTestCase >> /tmp/orm53.txt
mvn install -Dtest=org.jboss.as.test.integration.hibernate.secondlevelcache.HibernateSecondLevelCacheTestCase >> /tmp/orm53.txt
{quote}
> 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/b6d141b06404a4c23ead1d04d6e26fc2f9e22591 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)
More information about the jboss-jira
mailing list