Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E18D6199B5 for ; Wed, 9 Mar 2016 10:58:26 +0000 (UTC) Received: (qmail 76984 invoked by uid 500); 9 Mar 2016 10:58:26 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 76947 invoked by uid 500); 9 Mar 2016 10:58:26 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 76938 invoked by uid 99); 9 Mar 2016 10:58:26 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2016 10:58:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 62022C0EB1 for ; Wed, 9 Mar 2016 10:58:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.471 X-Spam-Level: * X-Spam-Status: No, score=1.471 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.329] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Omw7IfIcby8G for ; Wed, 9 Mar 2016 10:58:22 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id C3F735F1EF for ; Wed, 9 Mar 2016 10:58:21 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E1B46E0057 for ; Wed, 9 Mar 2016 10:58:20 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id DAED33A0052 for ; Wed, 9 Mar 2016 10:58:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1734216 - in /poi/site: publish/ publish/apidocs/ publish/apidocs/org/apache/poi/poifs/common/ publish/apidocs/org/apache/poi/util/ src/documentation/content/xdocs/ Date: Wed, 09 Mar 2016 10:58:20 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160309105820.DAED33A0052@svn01-us-west.apache.org> Author: nick Date: Wed Mar 9 10:58:19 2016 New Revision: 1734216 URL: http://svn.apache.org/viewvc?rev=1734216&view=rev Log: Changelog and javadoc updates Modified: poi/site/publish/apidocs/index-all.html poi/site/publish/apidocs/org/apache/poi/poifs/common/POIFSConstants.html poi/site/publish/apidocs/org/apache/poi/util/DocumentHelper.html poi/site/publish/changes.html poi/site/publish/changes.rss poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/publish/apidocs/index-all.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1734216&r1=1734215&r2=1734216&view=diff ============================================================================== --- poi/site/publish/apidocs/index-all.html (original) +++ poi/site/publish/apidocs/index-all.html Wed Mar 9 10:58:19 2016 @@ -58885,6 +58885,10 @@ Compound Document Format.
Rate() - Constructor for class org.apache.poi.ss.formula.functions.Rate
 
+
RAW_XML_FILE_HEADER - Static variable in interface org.apache.poi.poifs.common.POIFSConstants
+
+
The first 5 bytes of a raw XML file, used in detection
+
RawDataBlock - Class in org.apache.poi.poifs.storage
A big block created from an InputStream, holding the raw data
@@ -59102,6 +59106,11 @@ Compound Document Format.
Parses the given stream via the default (sensible) DocumentBuilder
+
+
readDocument(InputSource) - Static method in class org.apache.poi.util.DocumentHelper
+
+
Parses the given stream via the default (sensible) + DocumentBuilder
readDouble() - Method in class org.apache.poi.hssf.record.cont.ContinuableRecordInput
 
Modified: poi/site/publish/apidocs/org/apache/poi/poifs/common/POIFSConstants.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/common/POIFSConstants.html?rev=1734216&r1=1734215&r2=1734216&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/poifs/common/POIFSConstants.html (original) +++ poi/site/publish/apidocs/org/apache/poi/poifs/common/POIFSConstants.html Wed Mar 9 10:58:19 2016 @@ -160,22 +160,28 @@ +static byte[] +RAW_XML_FILE_HEADER +
The first 5 bytes of a raw XML file, used in detection
+ + + static int SMALL_BLOCK_SIZE
How big a block in the small block stream is.
- + static int SMALLER_BIG_BLOCK_SIZE
Most files use 512 bytes as their big block size
- + static POIFSBigBlockSize SMALLER_BIG_BLOCK_SIZE_DETAILS  - + static int UNUSED_BLOCK
Indicates the sector is not used (0xFFFFFFFF)
@@ -329,13 +335,23 @@ -
    +
    • OOXML_FILE_HEADER

      static final byte[] OOXML_FILE_HEADER
      The first 4 bytes of an OOXML file, used in detection
    + + + +
      +
    • +

      RAW_XML_FILE_HEADER

      +
      static final byte[] RAW_XML_FILE_HEADER
      +
      The first 5 bytes of a raw XML file, used in detection
      +
    • +
Modified: poi/site/publish/apidocs/org/apache/poi/util/DocumentHelper.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/DocumentHelper.html?rev=1734216&r1=1734215&r2=1734216&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/DocumentHelper.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/DocumentHelper.html Wed Mar 9 10:58:19 2016 @@ -143,6 +143,13 @@ extends java.lang.Object static org.w3c.dom.Document +readDocument(org.xml.sax.InputSource inp) +
Parses the given stream via the default (sensible) + DocumentBuilder
+ + + +static org.w3c.dom.Document readDocument(java.io.InputStream inp)
Parses the given stream via the default (sensible) DocumentBuilder
@@ -195,6 +202,24 @@ extends java.lang.Object
Returns:
the parsed Document
Throws:
java.io.IOException
+
org.xml.sax.SAXException
+ + + + + +
    +
  • +

    readDocument

    +
    public static org.w3c.dom.Document readDocument(org.xml.sax.InputSource inp)
    +                                         throws java.io.IOException,
    +                                                org.xml.sax.SAXException
    +
    Parses the given stream via the default (sensible) + DocumentBuilder
    +
    Parameters:
    inp - sax source to read the XML data from
    +
    Returns:
    the parsed Document
    +
    Throws:
    +
    java.io.IOException
    org.xml.sax.SAXException
Modified: poi/site/publish/changes.html URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1734216&r1=1734215&r2=1734216&view=diff ============================================================================== --- poi/site/publish/changes.html (original) +++ poi/site/publish/changes.html Wed Mar 9 10:58:19 2016 @@ -258,6 +258,19 @@ if (VERSION > 3) { + +
+

Version 3.14-beta1 (2016-07-??)

+
+
    + +
  • +add 57031 - Out of Memory when extracting text from attached files
  • + +
  • +fix More helpful exception when POIFSFileSystem is given a raw XML file
  • + +
Modified: poi/site/publish/changes.rss URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1734216&r1=1734215&r2=1734216&view=diff ============================================================================== --- poi/site/publish/changes.rss (original) +++ poi/site/publish/changes.rss Wed Mar 9 10:58:19 2016 @@ -1,3 +1,3 @@ -Apache POI Changeshttp://poi.apache.org/changes.htmlApache POI Changesen-us add(bug 59056)http://poi.apache.org/changes.html add by POI Developers (bug 59056) - Render individual slideshow shapes fix(bug 59074)http://poi.apache.org/changes.html fix by POI Developers (bug 59074) - ExtractorFactory should give a more helpful exception on old Excel files too old for ExcelExtractor add(bug 57989)http://poi.apache.org/changes.html add by POI Developers (bug 57989) - XSSFChart support for setting chart titles fix(bug 59030)http://poi.apache.org/changes.html fix by POI Developers (bug 59030) - Prevent NPE in XWPFTableCell's getVerticalAlign ment() from Prasad Babu fix(bug 59021)http://poi.apache.org/changes.html fix by POI Developers (bug 59021) - XSSFSheetXMLHandler fails to extract content if namespace is included in qName fix(bug 56345)http://poi.apache.org/changes.html fix by POI Developers (bug 56345) - Reject single-cell merged regions fix(bug 58339)http://poi.apache.org/changes.html fix by POI Developers (bug 58339) - Make OFFSET() allow missing optional height and width parameters add(bug github-27)http://poi.apache.org/changes.html add by POI Developers (bug github-27) - Handle documents with a picture-only header fix(bug 58996)http://poi.apache.org/changes.html fix by POI Dev elopers (bug 58996) - Regression caused by fixing bug 56295: Don't try to unset fill color if it is not set to avoid invalid access inside the Xml structures fix(bug 57034)http://poi.apache.org/changes.html fix by POI Developers (bug 57034) - Cell.setCellValue((String)null) should be treated as an empty cell on SXSSF as well, to avoid a NPE when autosizing columns fixhttp://poi.apache.org/changes.html fix by POI Developers - XSLF - fixed NPE when adding pictures with existing non-picture media files (e.g. movies) fix(bug 58885)http://poi.apache.org/changes.html fix by POI Developers (bug 58885) - Fixed preformance regression after fixing bug 58443 when adding a merged region to an XSSFSheet. addhttp://poi.apache.org/changes.html add by POI Developers - Raised xmlsec version to 2.0.6 add(bug 47291)http://poi.apache.org/changes.html add by POI Developers (bug 47291) - Cannot open link correctly which insert in ppt add(bug 41047)http://poi.apache.org/changes.html add by POI Developers (bug 41047) - Support hyperlinks in HSLF shapes and textruns add(bug 58879)http://poi.apache.org/changes.html add by POI Developers (bug 58879) - Return SpreadsheetVersion from Workbook fixhttp://poi.apache.org/changes.html fix by POI Developers - Fix NPE when calling HSLFTextRun.setHorizontalCentered() add(bug 58633)http://poi.apache.org/changes.html add by POI Developers (bug 5863 3) - Set multiple cell style properties at once add(bug 56004)http://poi.apache.org/changes.html add by POI Developers (bug 56004) - Support for WMF rendering add(bug 56892)http://poi.apache.org/changes.html add by POI Developers (bug 56892) - Add API for inserting ignored warnings into XSSF sheets. This can be used e.g. to suppress 'number stored as text' warnings. add(bug 58847)http://poi.apache.org/changes.html add by POI Developers (bug 58847) - Getters/setters/removers for the additional well-known document summary information properties from Office 12 add(bug 57796)http://poi.apache.org/changes.html add by POI Developers (bug 57796) - Support hyperlink extraction when rendering slides fix(bug 54916)http://poi.apache.org/changes.html fix by POI Developers (bug 54916) - POI does not always read all the slides in pptx files fix(bug 58043)http://poi.apache.org/changes.html fix by POI Developers (bug 58043) - Provide some compatibility between HSSF and XSSF in regards to values for CellStyle.setRotation() fix(bug 58067)http://poi.apache.org/changes.html fix by POI Developers (bug 58067) - XWPF: don't return deleted text when document is in review-mode fix(bug 58618)http://poi.apache.org/changes.html fix by POI Developers (bug 58618) - XWPFParagraph insertNewRun and removeRun work incorrectly for runs after hyperlink/field runs fix(bug 58760)http://poi.apache.org/changes.html fix by POI Developers (bug 58760) - Non-standard namespace-key breaks parsing XLSX files fix(bug 58746)http://poi.apache.org/changes.html fix by POI Developers (bug 58746) - Fix missing adjustment of formulas when sheet-ordering is changed. fix(bug 58616)http://poi.apache.org/changes.html fix by POI Developers (bug 58616) - Try to initialize with empty password if not done before fixhttp://poi.apache.org/changes.html fix by POI Developers - Fix some cases where file-handles were left open, mostly when failing to parse documents fix(bug 55030)http://poi.apache.org/changes.html fix by POI Developers (bug 55030) - RichTextRun getFontName can not get chinese font name f ix(bug 56570)http://poi.apache.org/changes.html fix by POI Developers (bug 56570) - RecordType has repeat by code type 3009 fix(bug 58159)http://poi.apache.org/changes.html fix by POI Developers (bug 58159) - getHeaderText() and getFooterText() duplicate text in sheet.getTextRuns() fix(bug 58775)http://poi.apache.org/changes.html fix by POI Developers (bug 58775) - Set maximum number of data formats to avoid corrupted workbook add(bug 58778)http://poi.apache.org/changes.html add by POI Developers (bug 58778) - Override built-in number formats in XSSFWorkbooks fix(bug 58733)http://poi.apache.org/changes.html fix by POI Developers (bug 58733) - New AIOOBE in getCell while iterating th rough a table in PPT fix(bug 58718)http://poi.apache.org/changes.html fix by POI Developers (bug 58718) - Master styles not initialized when running multithreaded \ No newline at end of file +Apache POI Changeshttp://poi.apache.org/changes.htmlApache POI Changesen-us add(bug 57031)http://poi.apache.org/changes.html add by POI Developers (bug 57031) - Out of Memory when extracting text from attached files fixhttp://poi.apache.org/changes.html fix by POI Developers - More helpful exception when POIFSFileSystem is given a raw XML file \ No newline at end of file Modified: poi/site/src/documentation/content/xdocs/status.xml URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1734216&r1=1734215&r2=1734216&view=diff ============================================================================== --- poi/site/src/documentation/content/xdocs/status.xml (original) +++ poi/site/src/documentation/content/xdocs/status.xml Wed Mar 9 10:58:19 2016 @@ -41,6 +41,7 @@ Out of Memory when extracting text from attached files + More helpful exception when POIFSFileSystem is given a raw XML file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org