You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2017/10/09 20:58:04 UTC

[jira] [Updated] (TOMEE-1945) extract TomEEEmbeddedSingleRunner logic in org.apache.tomee.embedded.TomEEEmbeddedApplicationRunner

     [ https://issues.apache.org/jira/browse/TOMEE-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Gumbrecht updated TOMEE-1945:
----------------------------------
    Fix Version/s:     (was: 7.0.4)
                   7.0.5

> extract TomEEEmbeddedSingleRunner logic in org.apache.tomee.embedded.TomEEEmbeddedApplicationRunner
> ---------------------------------------------------------------------------------------------------
>
>                 Key: TOMEE-1945
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1945
>             Project: TomEE
>          Issue Type: New Feature
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>             Fix For: 7.0.5
>
>
> Goal is to ensure this is reusable not only for tests:
> {code:java}
> @Application
> @Classes(context = "app")
> public class MyApp {
>     public static void main(final String[] args) {
>         TomEEEmbeddedApplicationRunner.run(new MyApp(), args);
>     }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)