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 5b18da898d Update .htaccess
     add 1dcb799127 Source-rebuild testing: Fix building actual source-pacakge 
and improve output
     add 67c8284f35 prep 5.5.0 release
     add 0dc32a8596 cache CellStyle Properties to improve performance (#926)
     add f632c29683 javadoc issue
     add e09a167bbb javadoc
     add 207d67c12b Prevent a NullPointerException
     add 25a2dd9227 Adjust parsing XSSFBuiltinTableStyle
     add a371cba0be Apply IDE suggestions
     add b16a094bba Fix JavaDoc
     add 95b46731b9 Remove comment about unknown built-in style
     add 7ec830f892 set version to 6.0.0-SNAPSHOT
     add 58ee3f732b Update create_jobs.groovy
     add 41f4570c8f Update create_jobs.groovy
     add 323b5c8c6b start move to require java 11 min
     add 16ecbc7d48 build issues
     add dd0d6deb81 Bump com.github.spotbugs from 6.1.13 to 6.4.4 (#922)
     add 7b5fe9c42b Bump org.mockito:mockito-core from 4.11.0 to 5.20.0 (#906)
     add bc2b1b0422 Update changes.xml
     add 1d4f5d34bd 5.5.0 release notes
     new 351fb01a45 Merge branch 'trunk' into asf-site
     new 2cb9217100 poi 5.5.0

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:
 README.rst                                         |   4 +-
 build.gradle                                       |  46 +++++-----
 build.xml                                          |  18 ++--
 content/changes.html                               |   4 +-
 content/components/hmef/index.html                 |   2 +-
 content/components/index.html                      |   4 +-
 content/components/poi-jvm-languages.html          |  12 +--
 .../components/slideshow/ppt-wmf-emf-renderer.html |   4 +-
 content/devel/nightly.html                         |   2 +-
 content/download.html                              |  26 +++---
 content/encryption.html                            |   2 +-
 content/index.html                                 |  10 +--
 doap_POI.rdf                                       |   7 ++
 jenkins/create_jobs.groovy                         |  48 ++++------
 osgi/README.md                                     |   2 +-
 osgi/pom.xml                                       |   8 +-
 poi-examples/build.gradle                          |   4 +-
 .../org/apache/poi/integration/TestXLSX2CSV.java   |   2 +-
 poi-excelant/build.gradle                          |  16 ++--
 poi-integration/build.gradle                       |  15 +---
 poi-integration/build.xml                          |  13 +--
 poi-ooxml-full/build.gradle                        |   4 +-
 poi-ooxml-lite-agent/build.gradle                  |   4 +-
 poi-ooxml-lite/build.gradle                        |   4 +-
 poi-ooxml/build.gradle                             |  31 +++----
 .../org/apache/poi/xssf/model/StylesTable.java     |  14 +--
 .../apache/poi/xssf/usermodel/XSSFCellStyle.java   |  71 ++++++++++++---
 .../org/apache/poi/xssf/usermodel/XSSFTextRun.java |   6 +-
 .../java/org/apache/poi/xssf/TestXSSFParser.java   |   3 +-
 .../poi/xssf/usermodel/TestXSSFCellStyle.java      |  26 ++++++
 poi-scratchpad/build.gradle                        |  18 ++--
 .../org/apache/poi/hwmf/draw/HwmfGraphics.java     |   2 +-
 poi/build.gradle                                   |  18 ++--
 .../apache/poi/hssf/usermodel/HSSFCellStyle.java   | 100 +++++++++++++++------
 .../java/org/apache/poi/hssf/util/HSSFColor.java   |  20 ++---
 .../org/apache/poi/ss/usermodel/CellStyle.java     |  27 ++++++
 .../main/java/org/apache/poi/ss/util/CellUtil.java |  31 +++----
 .../apache/poi/hssf/usermodel/TestCellStyle.java   |  29 ++++++
 src/documentation/RELEASE-NOTES.txt                |   2 +-
 src/documentation/content/xdocs/changes.xml        |   4 +-
 .../content/xdocs/components/hmef/index.xml        |   2 +-
 .../content/xdocs/components/index.xml             |   4 +-
 .../content/xdocs/components/poi-jvm-languages.xml |  12 +--
 .../components/slideshow/ppt-wmf-emf-renderer.xml  |   4 +-
 src/documentation/content/xdocs/devel/nightly.xml  |   2 +-
 src/documentation/content/xdocs/download.xml       |  24 ++---
 src/documentation/content/xdocs/encryption.xml     |   2 +-
 src/documentation/content/xdocs/index.xml          |   8 +-
 src/documentation/release-guide.txt                |  10 +--
 test-data/slideshow/npe.ppt                        | Bin 0 -> 737793 bytes
 test-data/spreadsheet/xssf-enum.xltx.xlsx          | Bin 0 -> 13876 bytes
 51 files changed, 440 insertions(+), 291 deletions(-)
 create mode 100644 test-data/slideshow/npe.ppt
 create mode 100644 test-data/spreadsheet/xssf-enum.xltx.xlsx


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

Reply via email to