50 Révisions (9bba7be882981a6c1478ba5a1291d0e9308b672a)

Auteur SHA1 Message Date
  yegor 9bba7be882 Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this change broke the build il y a 5 ans
  yegor 7950b92da4 Bug 63029: OPCPackage Potentially clobbers files on close() il y a 5 ans
  Dominik Stadler 8011fdcdc3 Fix various IDE warnings and some JavaDoc adjustments il y a 5 ans
  Andreas Beeker 3c3f2a3fe3 sonar fixes - blocker il y a 5 ans
  Tim Allison 070e815109 bug 62592 -- prevent StackOverflowError on corrupt thmx il y a 5 ans
  Andreas Beeker d8d076b73a #62187 - Compiling with Java 10 fails with ClassCastException / use commons-compress for zipbomb detection il y a 6 ans
  Andreas Beeker 7088a68f1d sonar fixes and il y a 6 ans
  Andreas Beeker 2d6380833a Bug 62187 - commit Commons Compress unrelated changes il y a 6 ans
  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 il y a 6 ans
  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 il y a 6 ans
  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. il y a 7 ans
  Andreas Beeker d7da7a0ff4 SonarQube fixes il y a 7 ans
  Andreas Beeker 8973c2fe07 SonarQube fixes il y a 7 ans
  centic 9a04e2dd07 Comments, Javadoc and make close() only log instead of throw an exception to not have catch inside catch il y a 7 ans
  Andreas Beeker cda4f20482 merge trunk to branch il y a 7 ans
  Javen O'Neal 03b5dc68eb bug 60128: remove forbidden-api Exception.printStackTrace() il y a 7 ans
  Javen O'Neal 97b94f5dcd javadocs il y a 7 ans
  Javen O'Neal 753ca9b811 bug 60128: make code Java 6 compatible. Throwable#addSuppressed not available until Java 7 il y a 7 ans
  Javen O'Neal 6ed8aaada6 make logger final il y a 7 ans
  Javen O'Neal 2104b1d585 bug 60128: close opened resources to avoid leaks; add exception as cause where available for more context for raised exceptions. il y a 7 ans
  Javen O'Neal ed5cd06fb7 bug 60128: close open file descriptors when exceptions are thrown from OPCPackage.open il y a 7 ans
  Javen O'Neal 9b217ab2da bug 59170: remove deprecated o.a.p.openxml4j.opc.Package il y a 8 ans
  Tim Allison a060c664a1 close fileinputstream on second exception in ZipPackage il y a 8 ans
  Andreas Beeker f8767e3981 some zips can't be opened via ZipFile in JDK6, as the central directory il y a 8 ans
  Nick Burch 7112835d90 Before opening an OOXML file, check the first few bytes, and give helpful exceptions for common mistakes il y a 8 ans
  Nick Burch 700fe05e34 Push all the zip opening logic into ZipHelper il y a 8 ans
  Nick Burch 5f2f0adfae Fix inconsistent indents il y a 8 ans
  Nick Burch 4d7955d6b5 Start to give more helpful Exceptions from OPCPackage when non-OOXML files are passed to it il y a 8 ans
  Dominik Stadler 63a7f89342 No need to wrap OpenXML4JRuntimeException in another instance of itself and fix some compilation/javadoc warnings il y a 8 ans
  Dominik Stadler b2bd6a0a4c Eclipse warnings, close resources in CommandLineTextExtractor, add try/finally, formatting, ... il y a 8 ans
  Andreas Beeker c0cb680292 Bug 56865 - Limit number of bytes (by counting them) while opening office docs il y a 9 ans
  Nick Burch 3ba7b59afc Ensure that the core properties are there before saving them, in case they have not yet been lazy-created il y a 9 ans
  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 il y a 9 ans
  Andreas Beeker d0320ad77d Bug 56468 - Writing a workbook more than once corrupts the file il y a 10 ans
  Nick Burch 67d97d8894 Correct an eclipse warning around close(), and a related bug that this identified il y a 10 ans
  Nick Burch 16eb9990bc More JavaDoc tweaks, and suppress deprecated warnings where these are expected il y a 10 ans
  Nick Burch c6dde74f4f Consistent indenting, based on current POI style guide il y a 10 ans
  Nick Burch 381cc611d7 Fix some JavaDocs, and add a generic constructor based on ZipEntrySource il y a 10 ans
  Nick Burch 7aea48961d Add File based constructor to OPCPackage, alongside existing String one (which constructed a File from the string internally) il y a 12 ans
  Maxim Valyanskiy c0571bdce3 OPC: add original IOException to chain on open file errors il y a 12 ans
  Yegor Kozlov 793d119eed Bug 51444 - Prevent corrupted output when saving files created by LibreOffice 3.3 il y a 13 ans
  Nick Burch 3c4946472b Improve handling and warnings when closing OPCPackage objects il y a 13 ans
  Yegor Kozlov 8047e7e84d do case-insensitive comparison when detecting Content_Types part, tolerate backslashes in part names. see bug 49609 il y a 14 ans
  Yegor Kozlov a584c030ff removed log4j calls from ooxml tests, also fixed misc bugs discovered when imlementing OOXMLLite il y a 14 ans
  Yegor Kozlov bd966f208b removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 il y a 14 ans
  Josh Micich 9926c89006 Fixed compiler warnings - unnecessary throws declaration il y a 14 ans
  Josh Micich c83d6bfa24 Fixing compiler warnings - unnecessary typecasts il y a 14 ans
  Josh Micich 7b5b57423f Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and formatting il y a 15 ans
  Yegor Kozlov bd27fe48ad replaced log4j with POILogger in openxml4j, also converted non-ascii characters into unicode to keep javadoc quiet il y a 15 ans
  Josh Micich aff4bd4023 added to-do comment il y a 15 ans