[ https://issues.apache.org/jira/browse/TOMEE-4190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard Zowalla closed TOMEE-4190. ---------------------------------- Fix Version/s: (was: 10.0.0-M1) (was: 8.0.15) (was: 9.1.0) Resolution: Fixed > RunWithApplicationComposer should support inheritance > ----------------------------------------------------- > > Key: TOMEE-4190 > URL: https://issues.apache.org/jira/browse/TOMEE-4190 > Project: TomEE > Issue Type: Wish > Affects Versions: 8.0.14, 9.0.0 > Reporter: Georg Tsakumagos > Assignee: Georg Tsakumagos > Priority: Major > Fix For: 10.0.0 > > Time Spent: 20m > Remaining Estimate: 0h > > The > [RunWithApplicationComposer|https://github.com/apache/tomee/blob/main/container/openejb-junit5/src/main/java/org/apache/openejb/junit5/RunWithApplicationComposer.java] > annotation from openejb-junit5 module do not support test inheritance > correctly. The Annotation is missing the java.{_}lang.annotation.Inherited > Annotation.{_} > This is problematic in inherited Tests. The inherited tests get executed but > the _ExtensionMode_ isn't applied. The extension uses the default settings > which is not what is configured. > > -- This message was sent by Atlassian Jira (v8.20.10#820010)