Return-Path: X-Original-To: apmail-poi-dev-archive@www.apache.org Delivered-To: apmail-poi-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A8021875E for ; Mon, 14 Dec 2015 00:02:09 +0000 (UTC) Received: (qmail 69343 invoked by uid 500); 14 Dec 2015 00:02:09 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 69299 invoked by uid 500); 14 Dec 2015 00:02:09 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 69286 invoked by uid 99); 14 Dec 2015 00:02:09 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2015 00:02:09 +0000 Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPS id F21311A0459 for ; Mon, 14 Dec 2015 00:02:08 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id B458C60FCB; Mon, 14 Dec 2015 00:02:07 +0000 (UTC) From: bugzilla@apache.org To: dev@poi.apache.org Subject: [Bug 54916] [PATCH] POI does not always read all the slides in pptx files Date: Mon, 14 Dec 2015 00:02:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XSLF X-Bugzilla-Version: 3.10-dev X-Bugzilla-Keywords: PatchAvailable X-Bugzilla-Severity: major X-Bugzilla-Who: kiwiwings@apache.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://bz.apache.org/bugzilla/show_bug.cgi?id=54916 --- Comment #11 from Andreas Beeker --- In the relation-patch.zip I've deprecated (hopefully) all calls having a PackageRelationship, because (as noted above) there are a few DocumentParts which have more than one incoming relationship. After this has been applied, the next step would be, to remove all calls having a parent, which is basically the same as one-incoming-relationship, but I'm not sure if this cause any side-effects and therefore haven't yet considered it. The deprecation is dated for POI 3.16, where I'd like to remove all those calls. Not sure if "deprecated by ..." is a good phrase, as we haven't had an expiration date on methods yet ... so maybe suggest a different catchy tag/phrase. Maybe something which can be parsed/handled/validated automatically via the ant build. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org