Bogdan Stirbat created TOMEE-2460:
-------------------------------------

             Summary: 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


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

 

Replace the deprecated annotations with the new ones.

 



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

Reply via email to