You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/02/20 21:34:00 UTC

[jira] [Updated] (TOMEE-2460) Remove usage of deprecated @Configuration, @Module, @EnableServices annotations

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

ASF GitHub Bot updated TOMEE-2460:
----------------------------------
    Labels: pull-request-available  (was: )

> Remove usage of deprecated @Configuration, @Module, @EnableServices annotations
> -------------------------------------------------------------------------------
>
>                 Key: TOMEE-2460
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2460
>             Project: TomEE
>          Issue Type: Task
>            Reporter: Bogdan Stirbat
>            Priority: Trivial
>              Labels: pull-request-available
>
> Anotations:
>  - org.apache.openejb.junit.Configuration
>  - org.apache.openejb.junit.Module
>  - org.apache.openejb.junit.EnableServices
> are deprecated, following ones should be used instead:
>  - org.apache.openejb.testing.Configuration
>  - org.apache.openejb.testing.Module
>  - org.apache.openejb.testing.EnableServices
>  
> The deprecated annotations are still used in following tests:
>  - GlobalFeatureConfigTest
>  - BeanManagerHelperTest
>  - ServletContextListenerRegistrationTest
>  - FeatureTest
>  
> Replace the deprecated annotations with the new ones.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)