228 Commits (9bba7be882981a6c1478ba5a1291d0e9308b672a)

Author SHA1 Message Date
  yegor 9bba7be882 Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this change broke the build 5 years ago
  yegor 7950b92da4 Bug 63029: OPCPackage Potentially clobbers files on close() 5 years ago
  Dominik Stadler cc760d30e7 Add missing revert() in OPCPackage to close Zip-streams always 5 years ago
  Dominik Stadler b7d5591734 Add missing file-close in ZipInputStreamZipEntrySource seen in some mass regression tests 5 years ago
  Dominik Stadler e0484aca4b Bug 62629: Allow to handle files with invalid content types for pictures 5 years ago
  Dominik Stadler 480c0812b2 IDE and JavaDoc fixes, close() in tests 5 years ago
  Dominik Stadler 8011fdcdc3 Fix various IDE warnings and some JavaDoc adjustments 5 years ago
  Dominik Stadler 3219b3a5eb Fix incorrect constant for pict-files 5 years ago
  Dominik Stadler ee0dc9944d Remove unnecesssary semicolons 5 years ago
  Dominik Stadler e827a69540 Simplify some string operations 5 years ago
  centic 2bd8838fd8 Code-style: Unify how arrays are specified from C-style to normal Java-style 5 years ago
  Andreas Beeker bd951d284a #62886 - Regression extracting text from corrupted docx files 5 years ago
  Andreas Beeker 042b5ca545 merge trunk 5 years ago
  Andreas Beeker d3d80e1b4a #60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the OutputStream 5 years ago
  Dominik Stadler e75a0b9e89 Add test for FileMagic 5 years ago
  Dominik Stadler 232616f44d Adjust sample for creating comments to also create a .xlsx file 5 years ago
  Andreas Beeker 581ca34147 Bug 60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the OutputStream 5 years ago
  PJ Fanning f3a1ed5a45 deprecate unused Nullable class 5 years ago
  PJ Fanning ef397c0158 rename xmlbeans job 5 years ago
  PJ Fanning 46b1833bfc [bug-62796] remove use of Stax Namespace class from PackagePropertiesMarshaller 5 years ago
  PJ Fanning 11dee9b086 use StaxHelper to get event factory 5 years ago
  PJ Fanning e505160716 make OPCPackage#close() unsynchronized and add javadoc note saying method is not thread-safe 5 years ago
  PJ Fanning 5c1a036de2 [bug-62768] synchronize OPCPackage#close() 5 years ago
  Andreas Beeker 3c3f2a3fe3 sonar fixes - blocker 5 years ago
  Alain Béarez 5b8f5a69db rebase XDDF text package 5 years ago
  Alain Béarez 303cc5ddc5 add warning message to help reduce duplicates of bug 60102 5 years ago
  Tim Allison 070e815109 bug 62592 -- prevent StackOverflowError on corrupt thmx 5 years ago
  PJ Fanning 75d1771f49 [bug-62522] include partName in exception message 6 years ago
  PJ Fanning d101d9100c [bug-62438] remove nullable class (and use java.util.Optional). This closes #111 6 years ago
  PJ Fanning 232bf3a776 fix some javadoc 6 years ago
  PJ Fanning 726c7b3245 fix some javadoc 6 years ago
  Andreas Beeker d8d076b73a #62187 - Compiling with Java 10 fails with ClassCastException / use commons-compress for zipbomb detection 6 years ago
  Andreas Beeker 7088a68f1d sonar fixes and 6 years ago
  Andreas Beeker d09cb8f9d8 sonar fixes 6 years ago
  Andreas Beeker e2ec4ebe95 #62355 - unsplit packages - 3 - only imports 6 years ago
  Andreas Beeker e268b16754 #62393 - Inconsistent slide import behavior depending on Mac OS X Version 6 years ago
  Andreas Beeker 2d6380833a Bug 62187 - commit Commons Compress unrelated changes 6 years ago
  Dominik Stadler fb2f23678f Some IntelliJ and Javadoc fixes 6 years ago
  Andreas Beeker 2a18d2d4db #61942 - Refactor PackagePartName handling and add getUnusedPartIndex method 6 years ago
  PJ Fanning bfff3c7bd8 use StandardCharsets 6 years ago
  PJ Fanning 34006a542e use StringBuilder in more places 6 years ago
  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 years ago
  Javen O'Neal 21b65721e7 simplfy PackagingURIHelper#combine boolean logic using xor and replacing +FORWARD_SLASH_CHAR with FORWARD_SLASH_STRING 6 years ago
  Javen O'Neal afa5be82d3 fix typo 6 years ago
  Javen O'Neal cfac692a6a string.equals("") -> string.isEmpty() or "".equals(string) 6 years ago
  Dominik Stadler 673b223f61 Remove "filling" in IntList as this has no effect whatsoever as far as I could see 6 years ago
  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 years ago
  Dominik Stadler c31d6686db Fix some IntelliJ warnings 6 years ago
  PJ Fanning aaad224db9 fix compiler warnings 6 years ago
  Dominik Stadler b644047b70 Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... 6 years ago