We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f2d80 commit 47f6af4Copy full SHA for 47f6af4
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/ForeignPackageSuperclassAccessorTest.java
@@ -8,6 +8,7 @@
8
9
import org.hibernate.orm.test.bytecode.foreignpackage.ConcreteEntity;
10
11
+import org.hibernate.testing.bytecode.enhancement.extension.BytecodeEnhanced;
12
import org.hibernate.testing.orm.junit.DomainModel;
13
import org.hibernate.testing.orm.junit.Jira;
14
import org.hibernate.testing.orm.junit.SessionFactory;
@@ -20,6 +21,7 @@
20
21
SuperclassEntity.class
22
})
23
@Jira("https://hibernate.atlassian.net/browse/HHH-19369")
24
+@BytecodeEnhanced(runNotEnhancedAsWell = true)
25
public class ForeignPackageSuperclassAccessorTest {
26
27
@Test
0 commit comments