[
https://issues.apache.org/jira/browse/TOMEE-4190?focusedWorklogId=850459&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-850459
]
ASF GitHub Bot logged work on TOMEE-4190:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Mar/23 07:54
Start Date: 12/Mar/23 07:54
Worklog Time Spent: 10m
Work Description: G-Ork opened a new pull request, #1026:
URL: https://github.com/apache/tomee/pull/1026
- Added Inherited annotation.
- Added unittests to proove fix.
Issue Time Tracking
-------------------
Worklog Id: (was: 850459)
Remaining Estimate: 0h
Time Spent: 10m
> RunWithApplicationComposer should support inheritance
> -----------------------------------------------------
>
> Key: TOMEE-4190
> URL: https://issues.apache.org/jira/browse/TOMEE-4190
> Project: TomEE
> Issue Type: Wish
> Affects Versions: 9.0.0, 8.0.14
> Reporter: Georg Tsakumagos
> Priority: Major
> Time Spent: 10m
> 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)