Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 30035200D24 for ; Tue, 10 Oct 2017 01:03:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2E856160BE0; Mon, 9 Oct 2017 23:03:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6FEEC1609E0 for ; Tue, 10 Oct 2017 01:03:04 +0200 (CEST) Received: (qmail 78158 invoked by uid 500); 9 Oct 2017 23:03:03 -0000 Mailing-List: contact notifications-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list notifications@ctakes.apache.org Received: (qmail 78149 invoked by uid 99); 9 Oct 2017 23:03:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Oct 2017 23:03:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 99AD9D6E5D for ; Mon, 9 Oct 2017 23:03:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 4bjTEC1L0BVX for ; Mon, 9 Oct 2017 23:03:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 3C88560DE4 for ; Mon, 9 Oct 2017 23:03:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 75FF7E0D6A for ; Mon, 9 Oct 2017 23:03:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 211892417D for ; Mon, 9 Oct 2017 23:03:00 +0000 (UTC) Date: Mon, 9 Oct 2017 23:03:00 +0000 (UTC) From: "Alex Zbarcea (JIRA)" To: notifications@ctakes.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CTAKES-465) remove dependencies over deprecated Class-es MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 09 Oct 2017 23:03:05 -0000 [ https://issues.apache.org/jira/browse/CTAKES-465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Zbarcea updated CTAKES-465: -------------------------------- Attachment: deprecated-createEnsembleDescription.CTAKES-465.svn.patch patch provided, *all tests pass*, fixed: {code} [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 {code} > 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-AnnotatorContext.CTAKES-465.svn.patch, deprecated-CasInitializer.CTAKES-465.svn.patch, deprecated-DICTIONARY_DESCRIPTOR_KEY.CTAKES-465.svn.patch, deprecated-FileLocator.getFullPath.CTAKES-465.svn.patch, deprecated-SimpleJdbcTemplate.CTAKES-465.svn.patch, deprecated-createAnnotatorDescription.CTAKES-465.svn.patch, deprecated-createEnsembleDescription.CTAKES-465.svn.patch, deprecated-getAnnotationsInSpanIterator.CTAKES-465.svn.patch, deprecated-junit.framework.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,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)