Author: fanningpj
Date: Sun May 26 21:36:53 2024
New Revision: 69397

Log:
XMLBeans 5.2.1 release

Added:
    release/poi/xmlbeans/release/RELEASE-NOTES-5.2.1.txt
    release/poi/xmlbeans/release/bin/
      - copied from r69396, dev/poi/XMLBEANS-5.2.1-RC1/bin/
    release/poi/xmlbeans/release/src/
      - copied from r69396, dev/poi/XMLBEANS-5.2.1-RC1/src/
Removed:
    dev/poi/XMLBEANS-5.2.1-RC1/bin/
    dev/poi/XMLBEANS-5.2.1-RC1/src/
Modified:
    release/poi/xmlbeans/release/RELEASE-NOTES.txt

Added: release/poi/xmlbeans/release/RELEASE-NOTES-5.2.1.txt
==============================================================================
--- release/poi/xmlbeans/release/RELEASE-NOTES-5.2.1.txt (added)
+++ release/poi/xmlbeans/release/RELEASE-NOTES-5.2.1.txt Sun May 26 21:36:53 
2024
@@ -0,0 +1,68 @@
+The Apache POI project is pleased to announce the release of Apache XMLBeans 
5.2.1.
+The POI team took over the ownership of XMLBeans since version 3.0.0.
+
+See the downloads page for binary and source distributions:
+https://xmlbeans.apache.org/download
+
+
+Release Notes
+
+Changes
+------------
+The most notable changes in this release are:
+
+* Support recursing directories (sourceDir configuration parameter)
+* Code Generation: SchemaTypeCodePrinter cannot handle case where there are 
elements and attributes with clashing QNames
+* Hex Binary decoding support can throw ArrayIndexOutOfBoundException
+* Upgrade dependencies (javaparser-core 3.25.10, Saxon-HE 12.4, log4j-api 
2.23.1, maven plugins)
+
+
+A full list of changes is available in the change log:
+https://xmlbeans.apache.org/status.html
+https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10436&version=12353871
+
+People interested should also follow the *POI* dev mailing list to track 
further progress.
+
+
+
+Release Contents
+----------------
+
+This release comes in two forms:
+ - pre-built binaries containing compiled versions of all Apache XMLBeans 
components and documentation
+   (xmlbeans-bin-5.2.1-20240522.zip or xmlbeans-bin-5.2.1-20240522.tgz)
+ - source archive you can build XMLBeans from (xmlbeans-src-5.2.1-20240522.zip 
or xmlbeans-src-5.2.1-20240522.tgz)
+  Unpack the archive and use the following command to build all XMLBeans 
components with Apache Gradle 8.x and JDK 1.8 or higher:
+
+  gradle jar
+
+ Pre-built versions of all XMLBeans components are also available in the 
central Maven repository
+ under Group ID "org.apache.xmlbeans" and Version "5.2.1"
+
+All release artifacts are accompanied by SHA checksums and PGP signatures
+that you can use to verify the authenticity of your download.
+The public key used for the PGP signature can be found at
+
+https://www.apache.org/dist/poi/KEYS
+
+
+About Apache XMLBeans
+-----------------------
+
+XMLBeans is a tool that allows access to the full power of XML in a Java 
friendly way.
+The idea is to take advantage of the richness and features of XML and XML 
Schema
+and have these features mapped as naturally as possible to the equivalent Java
+language and typing constructs.
+
+See https://xmlbeans.apache.org for more details
+
+
+About Apache POI
+-----------------------
+
+Apache POI is well-known in the Java field as a library for reading and
+writing Microsoft Office file formats, such as Excel, PowerPoint, Word,
+Visio, Publisher and Outlook. It supports both the older (OLE2) and
+new (OOXML - Office Open XML) formats.
+
+See https://poi.apache.org/ for more details

Modified: release/poi/xmlbeans/release/RELEASE-NOTES.txt
==============================================================================
--- release/poi/xmlbeans/release/RELEASE-NOTES.txt (original)
+++ release/poi/xmlbeans/release/RELEASE-NOTES.txt Sun May 26 21:36:53 2024
@@ -1,4 +1,4 @@
-The Apache POI project is pleased to announce the release of Apache XMLBeans 
5.2.0.
+The Apache POI project is pleased to announce the release of Apache XMLBeans 
5.2.1.
 The POI team took over the ownership of XMLBeans since version 3.0.0.
 
 See the downloads page for binary and source distributions:
@@ -11,14 +11,15 @@ Changes
 ------------
 The most notable changes in this release are:
 
-* Combine same contiguous element types incorrectly while generating XSD from 
an XML instance
-* NegativeArraySizeException thrown from TextSaver.resize
-* Upgrade dependencies (javaparser-core 3.25.5, Saxon-HE 12.3, log4j-api 
2.21.1, ant 1.10.14)
+* Support recursing directories (sourceDir configuration parameter)
+* Code Generation: SchemaTypeCodePrinter cannot handle case where there are 
elements and attributes with clashing QNames
+* Hex Binary decoding support can throw ArrayIndexOutOfBoundException
+* Upgrade dependencies (javaparser-core 3.25.10, Saxon-HE 12.4, log4j-api 
2.23.1, maven plugins)
 
 
 A full list of changes is available in the change log:
 https://xmlbeans.apache.org/status.html
-https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10436&version=12352213
+https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10436&version=12353871
 
 People interested should also follow the *POI* dev mailing list to track 
further progress.
 
@@ -29,14 +30,14 @@ Release Contents
 
 This release comes in two forms:
  - pre-built binaries containing compiled versions of all Apache XMLBeans 
components and documentation
-   (xmlbeans-bin-5.2.0-20231108.zip or xmlbeans-bin-5.2.0-20231108.tgz)
- - source archive you can build XMLBeans from (xmlbeans-src-5.2.0-20231108.zip 
or xmlbeans-src-5.2.0-20231108.tgz)
+   (xmlbeans-bin-5.2.1-20240522.zip or xmlbeans-bin-5.2.1-20240522.tgz)
+ - source archive you can build XMLBeans from (xmlbeans-src-5.2.1-20240522.zip 
or xmlbeans-src-5.2.1-20240522.tgz)
   Unpack the archive and use the following command to build all XMLBeans 
components with Apache Gradle 8.x and JDK 1.8 or higher:
 
   gradle jar
 
  Pre-built versions of all XMLBeans components are also available in the 
central Maven repository
- under Group ID "org.apache.xmlbeans" and Version "5.2.0"
+ under Group ID "org.apache.xmlbeans" and Version "5.2.1"
 
 All release artifacts are accompanied by SHA checksums and PGP signatures
 that you can use to verify the authenticity of your download.



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

Reply via email to