50 Ревизии (9bba7be882981a6c1478ba5a1291d0e9308b672a)

Автор SHA1 Съобщение Дата
  yegor 9bba7be882 Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this change broke the build преди 5 години
  yegor 7950b92da4 Bug 63029: OPCPackage Potentially clobbers files on close() преди 5 години
  Dominik Stadler 8011fdcdc3 Fix various IDE warnings and some JavaDoc adjustments преди 5 години
  Andreas Beeker 3c3f2a3fe3 sonar fixes - blocker преди 5 години
  Tim Allison 070e815109 bug 62592 -- prevent StackOverflowError on corrupt thmx преди 5 години
  Andreas Beeker d8d076b73a #62187 - Compiling with Java 10 fails with ClassCastException / use commons-compress for zipbomb detection преди 6 години
  Andreas Beeker 7088a68f1d sonar fixes and преди 6 години
  Andreas Beeker 2d6380833a Bug 62187 - commit Commons Compress unrelated changes преди 6 години
  Javen O'Neal 5fb4887907 replace "".equals(string) with string.isEmpty() to avoid null strings silently evaluating to false; most code should probably check string for null if it is not already преди 6 години
  Dominik Stadler 29dbeb51ad Bug 59747: Adjust order of first two entries in the resulting Zip to try to enable some external tools to auto-detect the file-type преди 6 години
  Javen O'Neal 5c62492ffb github-54: when adding a picture to an XSSFWorkbook, reduce memory consumption by 100x and increase speed by 10x based on OpenJDK JMH benchmarking. Thanks to Tim Helmstedt! This closes #54. преди 7 години
  Andreas Beeker d7da7a0ff4 SonarQube fixes преди 7 години
  Andreas Beeker 8973c2fe07 SonarQube fixes преди 7 години
  centic 9a04e2dd07 Comments, Javadoc and make close() only log instead of throw an exception to not have catch inside catch преди 7 години
  Andreas Beeker cda4f20482 merge trunk to branch преди 7 години
  Javen O'Neal 03b5dc68eb bug 60128: remove forbidden-api Exception.printStackTrace() преди 7 години
  Javen O'Neal 97b94f5dcd javadocs преди 7 години
  Javen O'Neal 753ca9b811 bug 60128: make code Java 6 compatible. Throwable#addSuppressed not available until Java 7 преди 7 години
  Javen O'Neal 6ed8aaada6 make logger final преди 7 години
  Javen O'Neal 2104b1d585 bug 60128: close opened resources to avoid leaks; add exception as cause where available for more context for raised exceptions. преди 7 години
  Javen O'Neal ed5cd06fb7 bug 60128: close open file descriptors when exceptions are thrown from OPCPackage.open преди 7 години
  Javen O'Neal 9b217ab2da bug 59170: remove deprecated o.a.p.openxml4j.opc.Package преди 8 години
  Tim Allison a060c664a1 close fileinputstream on second exception in ZipPackage преди 8 години
  Andreas Beeker f8767e3981 some zips can't be opened via ZipFile in JDK6, as the central directory преди 8 години
  Nick Burch 7112835d90 Before opening an OOXML file, check the first few bytes, and give helpful exceptions for common mistakes преди 8 години
  Nick Burch 700fe05e34 Push all the zip opening logic into ZipHelper преди 8 години
  Nick Burch 5f2f0adfae Fix inconsistent indents преди 8 години
  Nick Burch 4d7955d6b5 Start to give more helpful Exceptions from OPCPackage when non-OOXML files are passed to it преди 8 години
  Dominik Stadler 63a7f89342 No need to wrap OpenXML4JRuntimeException in another instance of itself and fix some compilation/javadoc warnings преди 8 години
  Dominik Stadler b2bd6a0a4c Eclipse warnings, close resources in CommandLineTextExtractor, add try/finally, formatting, ... преди 8 години
  Andreas Beeker c0cb680292 Bug 56865 - Limit number of bytes (by counting them) while opening office docs преди 9 години
  Nick Burch 3ba7b59afc Ensure that the core properties are there before saving them, in case they have not yet been lazy-created преди 9 години
  Nick Burch 4c98f1db45 Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI temp file creation to the TempFile util class, and allow a system wide setting of where Temp files (eg for SXSSF) go, via TempFile / TempFileCreationStrategy преди 10 години
  Andreas Beeker d0320ad77d Bug 56468 - Writing a workbook more than once corrupts the file преди 10 години
  Nick Burch 67d97d8894 Correct an eclipse warning around close(), and a related bug that this identified преди 10 години
  Nick Burch 16eb9990bc More JavaDoc tweaks, and suppress deprecated warnings where these are expected преди 10 години
  Nick Burch c6dde74f4f Consistent indenting, based on current POI style guide преди 10 години
  Nick Burch 381cc611d7 Fix some JavaDocs, and add a generic constructor based on ZipEntrySource преди 10 години
  Nick Burch 7aea48961d Add File based constructor to OPCPackage, alongside existing String one (which constructed a File from the string internally) преди 12 години
  Maxim Valyanskiy c0571bdce3 OPC: add original IOException to chain on open file errors преди 12 години
  Yegor Kozlov 793d119eed Bug 51444 - Prevent corrupted output when saving files created by LibreOffice 3.3 преди 13 години
  Nick Burch 3c4946472b Improve handling and warnings when closing OPCPackage objects преди 14 години
  Yegor Kozlov 8047e7e84d do case-insensitive comparison when detecting Content_Types part, tolerate backslashes in part names. see bug 49609 преди 14 години
  Yegor Kozlov a584c030ff removed log4j calls from ooxml tests, also fixed misc bugs discovered when imlementing OOXMLLite преди 14 години
  Yegor Kozlov bd966f208b removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 преди 14 години
  Josh Micich 9926c89006 Fixed compiler warnings - unnecessary throws declaration преди 15 години
  Josh Micich c83d6bfa24 Fixing compiler warnings - unnecessary typecasts преди 15 години
  Josh Micich 7b5b57423f Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and formatting преди 15 години
  Yegor Kozlov bd27fe48ad replaced log4j with POILogger in openxml4j, also converted non-ascii characters into unicode to keep javadoc quiet преди 15 години
  Josh Micich aff4bd4023 added to-do comment преди 15 години