You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org> on 2009/08/18 10:25:14 UTC

[jira] Created: (UIMA-1500) Deprecate UIMA 1.x classes in org.apache.uima.analysis_engine.annotator

Deprecate UIMA 1.x classes in org.apache.uima.analysis_engine.annotator
-----------------------------------------------------------------------

                 Key: UIMA-1500
                 URL: https://issues.apache.org/jira/browse/UIMA-1500
             Project: UIMA
          Issue Type: Improvement
          Components: Core Java Framework
            Reporter: Jörn Kottmann
             Fix For: 2.3


The mentioned package contains 1.x classes and interfaces, which have a comment which suggest using 2.0 API.
These classes and interfaces should be deprecated, namely these are:
Annotator_ImplBase.java
AnnotatorContext.java
AnnotatorContext.java
GenericAnnotator_ImplBase.java
GenericAnnotator.java
JTextAnnotator_ImplBase.java
JTextAnnotator.java
TextAnnotator.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Updated: (UIMA-1500) Deprecate UIMA 1.x classes in org.apache.uima.analysis_engine.annotator

Posted by Marshall Schor <ms...@schor.com>.
Looks good to me, please apply the patch :-)

-Marshall

Tommaso Teofili (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/UIMA-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Tommaso Teofili updated UIMA-1500:
> ----------------------------------
>
>     Attachment: uima1500_1patch.txt
>
> Based on Marshall advice I modified the comments to suggest which class to use.
> i.e.:  "@deprecated As of release 2.3.0, use UimaContext instead"
>
>   
>> Deprecate UIMA 1.x classes in org.apache.uima.analysis_engine.annotator
>> -----------------------------------------------------------------------
>>
>>                 Key: UIMA-1500
>>                 URL: https://issues.apache.org/jira/browse/UIMA-1500
>>             Project: UIMA
>>          Issue Type: Improvement
>>          Components: Core Java Framework
>>            Reporter: Jörn Kottmann
>>             Fix For: 2.3
>>
>>         Attachments: uima1500_1patch.txt, uima1500patch.txt
>>
>>
>> The mentioned package contains 1.x classes and interfaces, which have a comment which suggest using 2.0 API.
>> These classes and interfaces should be deprecated, namely these are:
>> Annotator_ImplBase.java
>> AnnotatorContext.java
>> AnnotatorContext.java
>> GenericAnnotator_ImplBase.java
>> GenericAnnotator.java
>> JTextAnnotator_ImplBase.java
>> JTextAnnotator.java
>> TextAnnotator.java
>>     
>
>   

[jira] Updated: (UIMA-1500) Deprecate UIMA 1.x classes in org.apache.uima.analysis_engine.annotator

Posted by "Tommaso Teofili (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tommaso Teofili updated UIMA-1500:
----------------------------------

    Attachment: uima1500_1patch.txt

Based on Marshall advice I modified the comments to suggest which class to use.
i.e.:  "@deprecated As of release 2.3.0, use UimaContext instead"

> Deprecate UIMA 1.x classes in org.apache.uima.analysis_engine.annotator
> -----------------------------------------------------------------------
>
>                 Key: UIMA-1500
>                 URL: https://issues.apache.org/jira/browse/UIMA-1500
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Jörn Kottmann
>             Fix For: 2.3
>
>         Attachments: uima1500_1patch.txt, uima1500patch.txt
>
>
> The mentioned package contains 1.x classes and interfaces, which have a comment which suggest using 2.0 API.
> These classes and interfaces should be deprecated, namely these are:
> Annotator_ImplBase.java
> AnnotatorContext.java
> AnnotatorContext.java
> GenericAnnotator_ImplBase.java
> GenericAnnotator.java
> JTextAnnotator_ImplBase.java
> JTextAnnotator.java
> TextAnnotator.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (UIMA-1500) Deprecate UIMA 1.x classes in org.apache.uima.analysis_engine.annotator

Posted by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jörn Kottmann closed UIMA-1500.
-------------------------------


> Deprecate UIMA 1.x classes in org.apache.uima.analysis_engine.annotator
> -----------------------------------------------------------------------
>
>                 Key: UIMA-1500
>                 URL: https://issues.apache.org/jira/browse/UIMA-1500
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Jörn Kottmann
>            Assignee: Tommaso Teofili
>             Fix For: 2.3
>
>         Attachments: uima1500_1patch.txt, uima1500patch.txt
>
>
> The mentioned package contains 1.x classes and interfaces, which have a comment which suggest using 2.0 API.
> These classes and interfaces should be deprecated, namely these are:
> Annotator_ImplBase.java
> AnnotatorContext.java
> AnnotatorContext.java
> GenericAnnotator_ImplBase.java
> GenericAnnotator.java
> JTextAnnotator_ImplBase.java
> JTextAnnotator.java
> TextAnnotator.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (UIMA-1500) Deprecate UIMA 1.x classes in org.apache.uima.analysis_engine.annotator

Posted by "Tommaso Teofili (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tommaso Teofili updated UIMA-1500:
----------------------------------

    Attachment: uima1500patch.txt

I made a patch to fix this:
I added "@deprecated As of release 2.3.0, please use UIMA 2.x classes" to the javadoc comment and the @Deprecated annotation for the classes you listed before

> Deprecate UIMA 1.x classes in org.apache.uima.analysis_engine.annotator
> -----------------------------------------------------------------------
>
>                 Key: UIMA-1500
>                 URL: https://issues.apache.org/jira/browse/UIMA-1500
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Jörn Kottmann
>             Fix For: 2.3
>
>         Attachments: uima1500patch.txt
>
>
> The mentioned package contains 1.x classes and interfaces, which have a comment which suggest using 2.0 API.
> These classes and interfaces should be deprecated, namely these are:
> Annotator_ImplBase.java
> AnnotatorContext.java
> AnnotatorContext.java
> GenericAnnotator_ImplBase.java
> GenericAnnotator.java
> JTextAnnotator_ImplBase.java
> JTextAnnotator.java
> TextAnnotator.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (UIMA-1500) Deprecate UIMA 1.x classes in org.apache.uima.analysis_engine.annotator

Posted by "Tommaso Teofili (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tommaso Teofili resolved UIMA-1500.
-----------------------------------

    Resolution: Fixed
      Assignee: Tommaso Teofili

patch applied

> Deprecate UIMA 1.x classes in org.apache.uima.analysis_engine.annotator
> -----------------------------------------------------------------------
>
>                 Key: UIMA-1500
>                 URL: https://issues.apache.org/jira/browse/UIMA-1500
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Jörn Kottmann
>            Assignee: Tommaso Teofili
>             Fix For: 2.3
>
>         Attachments: uima1500_1patch.txt, uima1500patch.txt
>
>
> The mentioned package contains 1.x classes and interfaces, which have a comment which suggest using 2.0 API.
> These classes and interfaces should be deprecated, namely these are:
> Annotator_ImplBase.java
> AnnotatorContext.java
> AnnotatorContext.java
> GenericAnnotator_ImplBase.java
> GenericAnnotator.java
> JTextAnnotator_ImplBase.java
> JTextAnnotator.java
> TextAnnotator.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.