1. 3800aa5 Bug 66425: Avoid exceptions found via poi-fuzz by Dominik Stadler · 3 days ago trunk
  2. 9114976 Adjust test for XLS2CSV for different newlines on Windows by Dominik Stadler · 3 days ago
  3. e6a913c fix use of forbidden api by PJ Fanning · 3 days ago
  4. 238d002 Some new test-files need to be excluded for no-scratchpad execution by Dominik Stadler · 3 days ago
  5. 601c5e2 XLS(X) -> CSV: Wrap formatted numbers in quotes if necessary by Dominik Stadler · 3 days ago
  6. 5124287 update fanningpj key by PJ Fanning · 4 days ago
  7. 5813a6d One integration-test file now fails in "additional" as well by Dominik Stadler · 5 days ago
  8. 48a69cd Add one more "flaky" byte when comparing two documents by Dominik Stadler · 5 days ago
  9. 6936398 Include inner exception when re-throwing by Dominik Stadler · 5 days ago
  10. d4bcc2b Bug 66425: Avoid exceptions found via poi-fuzz by Dominik Stadler · 5 days ago
  11. 8c10198 Integration tests: Add writing out the document by Dominik Stadler · 5 days ago
  12. d87ffbc update tests by PJ Fanning · 6 days ago
  13. ee525b6 refactor code that removes parts by PJ Fanning · 6 days ago
  14. f335554 gradle 8.7 by PJ Fanning · 6 days ago
  15. 6948f90 add javadoc by PJ Fanning · 6 days ago
  16. ff7f1ea fix npe by PJ Fanning · 6 days ago
  17. a009165 fix npe by PJ Fanning · 6 days ago
  18. 1899bee refactor some code by PJ Fanning · 6 days ago
  19. 5955dd7 fix compile issues by PJ Fanning · 6 days ago
  20. eebb371 [bug-63189] support hyperlink relationships. Thanks to Ohyoung Kwon. This closes #617 by PJ Fanning · 6 days ago
  21. d525d1a bouncycastle 1.78.1 by PJ Fanning · 7 days ago
  22. 1fb1d57 Comment out one more flaky assertion by Dominik Stadler · 8 days ago
  23. 4a3b92b Comment out flaky assertion and add more information to find which file fails in CI by Dominik Stadler · 8 days ago
  24. 9453fa9 Bug 66425: Avoid exceptions found via poi-fuzz by Dominik Stadler · 8 days ago
  25. c4e8388 Bug 66425: Avoid exceptions found via poi-fuzz by Dominik Stadler · 8 days ago
  26. 51637fc Bug 66425: Avoid exceptions found via poi-fuzz by Dominik Stadler · 8 days ago
  27. 059595f remove accidental test by PJ Fanning · 13 days ago
  28. 1fe45e8 slf4j 2.0.13 by PJ Fanning · 13 days ago
  29. eee1ab8 commons-io 2.16.1 by PJ Fanning · 2 weeks ago
  30. 5984227 bouncycastle 1.77 by PJ Fanning · 2 weeks ago
  31. eccb698 commons-io 2.16.0 by PJ Fanning · 4 weeks ago
  32. 0e806d4 upgrade woodstox by PJ Fanning · 4 weeks ago
  33. d8d1af0 add since annotation by PJ Fanning · 4 weeks ago
  34. c715f9e [github-607] Support SVGs in XWPF. Thanks to Etienne Gautier. This closes #607 by PJ Fanning · 4 weeks ago
  35. bdff726 pdfbox 3.0.2 by PJ Fanning · 6 weeks ago
  36. f4af02b Bug 68778: Verify "ignoreMissingFontSystem" for SheetUtil.getDefaultCharWidthAsFloat() by Dominik Stadler · 6 weeks ago
  37. 08436dd upgrade commons-compress and log4j by PJ Fanning · 6 weeks ago
  38. 56692aa add javadoc by PJ Fanning · 7 weeks ago
  39. 6e01fe6 remove annotation by PJ Fanning · 7 weeks ago
  40. 45b2ecb deprecation warning by PJ Fanning · 7 weeks ago
  41. d0a5b62 [github-604] XDGF: add support for poly lines. Thanks to Dmitrii Komarov. This closes #604 by PJ Fanning · 7 weeks ago
  42. baae7b0 [github-601] XDGF: handle elliptical arcs that have colinear points. Thanks to Dmitrii Komarov. This closes #601 by PJ Fanning · 7 weeks ago
  43. 9d35318 rework test state by PJ Fanning · 7 weeks ago
  44. 30ff717 gradle 8.6 by PJ Fanning · 7 weeks ago
  45. a3488f6 [bug-68703] fix issue with XSLFTextRuns in XSLFTableCells by PJ Fanning · 7 weeks ago
  46. db63599 [bug-68703] revert fix issue with XSLFTextRuns in XSLFTableCells by PJ Fanning · 7 weeks ago
  47. 1c156c4 [bug-68703] fix issue with XSLFTextRuns in XSLFTableCells by PJ Fanning · 7 weeks ago
  48. 9d14f3f enable gradle caching again by Axel Howind · 8 weeks ago
  49. 9e425e1 use diamond operator by Axel Howind · 8 weeks ago
  50. 263171f use method reference by Axel Howind · 8 weeks ago
  51. 6b40b7f use Map.computeIfAbsent() by Axel Howind · 8 weeks ago
  52. 2496ce5 rework tests by PJ Fanning · 8 weeks ago
  53. 025c904 woodstox 6.6.1 by PJ Fanning · 8 weeks ago
  54. 05af0e0 Math.toIntExact is unnecessary because value is guaranteed to be between 0 and 15 by Axel Howind · 9 weeks ago
  55. 17c6a1e replace List<Byte> with ByteArrayOutputStream to avoid boxing/unboxing and repeated copying of data by Axel Howind · 9 weeks ago
  56. e5e22bb xmlsec 3.0.4 by PJ Fanning · 9 weeks ago
  57. e65e666 do not write single bytes by Axel Howind · 9 weeks ago
  58. 39a1ced fix Logging issues: by Axel Howind · 9 weeks ago
  59. cb10857 make loggers static final by Axel Howind · 9 weeks ago
  60. 28fc73b log4j 2.23.0 by PJ Fanning · 9 weeks ago
  61. 386ddb8 move setting of locale for tests to top level build.gradle by Axel Howind · 9 weeks ago
  62. 1bb5f64 Fix Ant-build after upgrade of commons-compress by Dominik Stadler · 9 weeks ago
  63. b7bf336 Jenkins DSL: Use sonar-task and sonar.token instead of sonar.login by Dominik Stadler · 9 weeks ago
  64. b4a2bc0 Switch builds for JDK 22 and 23 to Ant for now by Dominik Stadler · 9 weeks ago
  65. 3817f13 try to fix issue with invalid files after commons-compress upgrade by PJ Fanning · 9 weeks ago
  66. fded495 commons-compress 1.26.0 by PJ Fanning · 9 weeks ago
  67. d59d6b7 [github-596] Change cast logic in HSSFChart. Thanks to Ruby Hartono. This closes #596 by PJ Fanning · 9 weeks ago
  68. 23ed938 remove unused loggers. Thanks to Ruby Hartono. This closes #594 and closes #595 by PJ Fanning · 9 weeks ago
  69. 63899a8 fix #68635: POI unit tests fail when run under non-US locale by Axel Howind · 10 weeks ago
  70. c871bb7 remove unused loggers - thanks to Ruby Hartono. This closes #588 and closes #589 by PJ Fanning · 10 weeks ago
  71. dc025d9 [github-590] simplify some logging. This closes #590 by PJ Fanning · 10 weeks ago
  72. 99ec2c6 byte buddy 1.14.12 by PJ Fanning · 10 weeks ago
  73. 6a8994e try to fix poi-scratchpad test module-info by PJ Fanning · 3 months ago
  74. 3b7a01b Upgrade commons-codec dependency to 1.16.1 by PJ Fanning · 3 months ago
  75. b5c1a66 junit 5.10.2 by PJ Fanning · 3 months ago
  76. 9994816 slf4j 2.0.12 by PJ Fanning · 3 months ago
  77. 2469b89 [github-582] improve performance CodepointsUtil.iteratorFor. Thanks to Jason Mirra. This closes #582 by PJ Fanning · 3 months ago
  78. e455798 remove one use of CodepointsUtil.iteratorFor by PJ Fanning · 3 months ago
  79. e0d446c Switch builds for JDK 22 and 23 to Ant for now by Dominik Stadler · 3 months ago
  80. 3b5a9b0 SonarQube demands at least JDK 17 now by Dominik Stadler · 3 months ago
  81. 1bfcae1 Jenknins DSL: Remove builds for JDK 15 and 16 by Dominik Stadler · 3 months ago
  82. 1fd07c9 SonarQube demands at least JDK 17 now by Dominik Stadler · 3 months ago
  83. 209e8fc Fix handling missing font libraries to again not throw on some types of exception by Dominik Stadler · 3 months ago
  84. e696053 Use latest version of rat and rat-plugin by Dominik Stadler · 3 months ago
  85. 147c96d Bug 66425: Avoid exceptions found via poi-fuzz by Dominik Stadler · 3 months ago
  86. fef87cf Fix no-scratchpad CI job by Dominik Stadler · 3 months ago
  87. 98c52bc Ignore missing directory 'build/dist/maven' when deleting obsolete jars by Dominik Stadler · 3 months ago
  88. 274a7e2 [github-578] allow any non-fatal exception when setting up fonts to indicate that the fonts are probably not installed. This closes #578 by PJ Fanning · 3 months ago
  89. 7b7f10e cyclonedx 1.8.2 by PJ Fanning · 3 months ago
  90. b010f9c Try to remove outdated files from the "distribution" folder by Dominik Stadler · 3 months ago
  91. c868af2 revert woodstox upgrade by PJ Fanning · 3 months ago
  92. 1fa5689 woodstox upgrade by PJ Fanning · 3 months ago
  93. f933067 remove ant release logic (not used for our releases and dependent on libs that don't seem to be maintained) by PJ Fanning · 3 months ago
  94. 724fc52 remove ant release logic (not used for our releases and dependent on libs that don't seem to be maintained) by PJ Fanning · 3 months ago
  95. c3fd1d5 slf4j 2.0.11 by PJ Fanning · 4 months ago
  96. cf5cd6f 2024 by PJ Fanning · 4 months ago
  97. a27029d Bug 66425: Avoid exceptions found via poi-fuzz by Dominik Stadler · 4 months ago
  98. d54c8f1 Bug 66425: Avoid exceptions found via poi-fuzz by Dominik Stadler · 4 months ago
  99. 94ace1c Bug 66425: Avoid exceptions found via poi-fuzz by Dominik Stadler · 4 months ago
  100. 4d17532 Bug 66425: Avoid exceptions found via poi-fuzz by Dominik Stadler · 4 months ago