This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/poi.git


    from a13fb7ed21 Update support-asf.png
     add c048ba53fe Bump bouncyCastleVersion from 1.81 to 1.82 (#903)
     add 14cd9a35c6 Upgrade bouncycastle dependency to version 1.82
     add f26ea2b777 Bump com.google.guava:guava from 33.4.8-jre to 33.5.0-jre 
(#907)
     add b50946307e Bump org.cyclonedx.bom from 2.3.1 to 2.4.1 (#908)
     add 7a124135de Make getters public for XML beans in XWPFDefault*Style. 
(#910)
     add 03fc1ddea1 [github-911] close DataSource before deleting temp file
     add 22b78e1887 Bump de.rototor.pdfbox:graphics2d from 3.0.3 to 3.0.5 (#914)
     add 444a8a7214 Upgrade graphics2d dependency to 3.0.5
     add 0a17fa9e22 Delay initialization of `fontRenderContext` field & co. by 
moving it into own inner class (#909)
     add 05f37a5204 refactor SheetUtil code
     add 79d1630374 Prevent NullPointerException in XWPFTable.getWidthType(). 
(#912)
     add f10f164c61 Add a microBenchmark for replacing strings
     add dc2cfe0bfc Apply IDE suggestions
     add 7003357b79 TestAllFiles: Add output if a file cannot be matched to a 
handler
     add 42193c57e4 Try to verify handling of deeply nested xlsx
     add b5221fac25 Add changelog
     add ea74954fcf Trigger reading metadata-text as part of integration testing
     add 63c0bf9368 New api for reading xlsb (#920)
     add 782d187b10 Update targetCompatibility to use JavaVersion.VERSION_23
     add 70f8b15333 Update changes.xml
     add 1aa1fd6273 short versioning page
     new dd3ff4be78 Merge branch 'trunk' into asf-site
     new 52debb5462 latest

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle                                       |  10 +-
 content/casestudies.html                           |   3 +
 content/changes.html                               | 107 ++++---
 content/components/poi-jvm-languages.html          |   3 +
 content/components/poi-ruby.html                   |   3 +
 content/components/spreadsheet/diagram1.html       |   3 +
 content/download.html                              |   3 +
 content/encryption.html                            |   3 +
 content/index.html                                 |   3 +
 content/legal.html                                 |   3 +
 content/linkmap.html                               |   9 +
 content/related-projects.html                      |   3 +
 content/security.html                              |   3 +
 content/text-extraction.html                       |   3 +
 content/{legal.html => versioning.html}            |  76 ++---
 .../org/apache/poi/integration/TestXLSX2CSV.java   |  89 +++++-
 poi-excelant/build.gradle                          |   2 +-
 poi-integration/build.gradle                       |   2 +-
 .../org/apache/poi/stress/AbstractFileHandler.java |   5 +-
 .../java/org/apache/poi/stress/TestAllFiles.java   |   6 +
 poi-ooxml/build.gradle                             |   2 +-
 .../apache/poi/xssf/binary/XSSFBSheetHandler.java  | 320 ++++++++++++++++++---
 .../poi/xssf/streaming/DeferredSXSSFWorkbook.java  |  10 +-
 .../xwpf/usermodel/XWPFDefaultParagraphStyle.java  |   7 +-
 .../poi/xwpf/usermodel/XWPFDefaultRunStyle.java    |   7 +-
 .../org/apache/poi/xwpf/usermodel/XWPFTable.java   |   5 +-
 .../poi/xssf/eventusermodel/TestXSSFBReader.java   | 252 +++++++++++++++-
 .../apache/poi/xwpf/usermodel/TestXWPFTable.java   |  10 +
 .../poifs/filesystem/TempFilePOIFSFileSystem.java  |  11 +-
 .../java/org/apache/poi/ss/util/SheetUtil.java     | 153 +++++-----
 .../apache/poi/ss/formula/TestEvaluationCache.java |  58 ++--
 src/documentation/content/xdocs/changes.xml        |  12 +-
 src/documentation/content/xdocs/site.xml           |   1 +
 .../xdocs/{devel/nightly.xml => versioning.xml}    |  60 ++--
 test-data/spreadsheet/deep-data.xlsx               | Bin 0 -> 964835 bytes
 test-data/spreadsheet/stress.xls                   | Bin 73216 -> 73728 bytes
 36 files changed, 969 insertions(+), 278 deletions(-)
 copy content/{legal.html => versioning.html} (71%)
 copy src/documentation/content/xdocs/{devel/nightly.xml => versioning.xml} 
(52%)
 create mode 100644 test-data/spreadsheet/deep-data.xlsx


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to