You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ctakes.apache.org by "Alex Zbarcea (JIRA)" <ji...@apache.org> on 2017/10/05 17:43:00 UTC

[jira] [Updated] (CTAKES-465) remove dependencies over deprecated Class-es

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

Alex Zbarcea updated CTAKES-465:
--------------------------------
    Attachment: deprecated-FileLocator.getFullPath.CTAKES-465.svn.patch

provided patch.

prerequisite: 
* deprecated-FileLocator.locateFile.CTAKES-463.svn.patch

*All tests run* - ready to be merged

> remove dependencies over deprecated Class-es
> --------------------------------------------
>
>                 Key: CTAKES-465
>                 URL: https://issues.apache.org/jira/browse/CTAKES-465
>             Project: cTAKES
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>            Reporter: Alex Zbarcea
>         Attachments: deprecated-FileLocator.getFullPath.CTAKES-465.svn.patch
>
>
> In order to retrieve all deprecations (unique and sorted):
> {code}
> $ mvn clean install | tee build.log
> $ grep -o "[^ ]\+ has been deprecated" build.log | sort -u
> {code}
> The following deprecations have been identified:
> {code}
> $ grep -o "[^ ]\+ [^ ]\+ in [^ ]\+ has been deprecated" .build.log | sort -u
> [deprecation] AnnotatorContext in org.apache.uima.analysis_engine.annotator has been deprecated
> [deprecation] Assert in junit.framework has been deprecated
> [deprecation] CasInitializer in org.apache.uima.collection has been deprecated
> [deprecation] DICTIONARY_DESCRIPTOR_KEY in JCasTermAnnotator has been deprecated
> [deprecation] JTextAnnotator_ImplBase in org.apache.uima.analysis_engine.annotator has been deprecated
> [deprecation] LUCENE_30 in Version has been deprecated
> [deprecation] SimpleJdbcTemplate in org.springframework.jdbc.core.simple has been deprecated
> [deprecation] createAnnotatorDescription(File) in EventEventCRFRelationAnnotator has been deprecated
> [deprecation] createAnnotatorDescription(File) in EventEventRelationAnnotator has been deprecated
> [deprecation] createAnnotatorDescription(File) in EventEventRelationSeedBasedAnnotator has been deprecated
> [deprecation] createAnnotatorDescription(File) in EventTimeRelationAnnotator has been deprecated
> [deprecation] createAnnotatorDescription(File) in NEPredicateEventAnnotator has been deprecated
> [deprecation] createAnnotatorDescription(File) in TimeAnnotator has been deprecated
> [deprecation] createEngineDescription(File) in EventTimeSelfRelationAnnotator has been deprecated
> [deprecation] createEnsembleDescription(File,String) in BackwardsTimeAnnotator has been deprecated
> [deprecation] createEnsembleDescription(File,String) in CRFTimeAnnotator has been deprecated
> [deprecation] createEnsembleDescription(File,String) in ConstituencyBasedTimeAnnotator has been deprecated
> [deprecation] getAnnotationsInSpanIterator(JCas,int,int,int) in FSUtil has been deprecated
> [deprecation] getCasInitializer() in CollectionReader_ImplBase has been deprecated
> [deprecation] getFullPath(String) in FileLocator has been deprecated
> [deprecation] locateFile(String) in FileLocator has been deprecated
> [deprecation] open(Directory) in IndexReader has been deprecated
> [deprecation] show() in Dialog has been deprecated
> [deprecation] train(String,ObjectStream<SentenceSample>,boolean,Dictionary,TrainingParameters) in SentenceDetectorME has been deprecated
> extends AnalysisComponent>,Object...) in AnalysisEngineFactory has been deprecated
> {code}



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