You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2021/01/17 16:07:25 UTC

svn commit: r45467 - /dev/poi/5.0.0-RC1/RELEASE-NOTES.txt

Author: kiwiwings
Date: Sun Jan 17 16:07:25 2021
New Revision: 45467

Log:
add a few more release infos

Modified:
    dev/poi/5.0.0-RC1/RELEASE-NOTES.txt

Modified: dev/poi/5.0.0-RC1/RELEASE-NOTES.txt
==============================================================================
--- dev/poi/5.0.0-RC1/RELEASE-NOTES.txt (original)
+++ dev/poi/5.0.0-RC1/RELEASE-NOTES.txt Sun Jan 17 16:07:25 2021
@@ -10,16 +10,18 @@ Changes
 The most notable changes in this release are:
 
 * Upgrade to ECMA-376 5th edition (transitional) schemas - expect API breaks when using XmlBeans directly
+  some smaller changes are necessary when code is using the low-level CT... classes 
 * Change artifact names of poi-/ooxml-schemas to poi-ooxml-lite/full
-* Upgrade to XMLSec 2.2.1
-* updated dependencies to Bouncycastle 1.68, Commons-Codec 1.15, Commons-Compress 1.20
+* ooxml-security is part of poi-ooxml-full (known as ooxml-schemas) now and won't be provided separately
+* updated dependencies to XMLSec 2.2.1, Bouncycastle 1.68, Commons-Codec 1.15, Commons-Compress 1.20
 * XWPF - improvements in table and paragraph
 * XSLF - improvements for paragraph
-* provide JigSaw modules
+* provide JigSaw modules - some classes moved between packages for the JDK 9+ support, e.g.
+ExtractorFactory, so imports need to be adjusted
 * removed dependencies to jaxb
 * removed deprecated code
-* ooxml-security is part of poi-ooxml-full (known as ooxml-schemas) now and won't be provided separately
 * new experimental DeferredSXSSFWorkbook which avoids temp files by lazily generating rows (see DeferredGeneration in poi-examples)
+* Some known issues with the new XDDFChart interfaces, e.g. https://bz.apache.org/bugzilla/show_bug.cgi?id=65016
 
 
 A full list of changes is available in the change log: https://poi.apache.org/changes.html. 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org