Author: fanningpj
Date: Tue Nov  7 11:09:46 2023
New Revision: 65088

Log:
remove old dev files (XMLBeans)

Added:
    release/poi/xmlbeans/release/RELEASE-NOTES-3.0.1.txt
    release/poi/xmlbeans/release/RELEASE-NOTES-3.0.2.txt
    release/poi/xmlbeans/release/RELEASE-NOTES-3.1.0.txt
    release/poi/xmlbeans/release/RELEASE-NOTES-4.0.0.txt
    release/poi/xmlbeans/release/RELEASE-NOTES-5.0.0.txt
    release/poi/xmlbeans/release/RELEASE-NOTES-5.0.1.txt
    release/poi/xmlbeans/release/RELEASE-NOTES-5.0.2.txt
    release/poi/xmlbeans/release/RELEASE-NOTES-5.0.3.txt
    release/poi/xmlbeans/release/RELEASE-NOTES-5.1.0.txt
    release/poi/xmlbeans/release/RELEASE-NOTES-5.1.1.txt
Removed:
    release/poi/xmlbeans/dev/

Added: release/poi/xmlbeans/release/RELEASE-NOTES-3.0.1.txt
==============================================================================
--- release/poi/xmlbeans/release/RELEASE-NOTES-3.0.1.txt (added)
+++ release/poi/xmlbeans/release/RELEASE-NOTES-3.0.1.txt Tue Nov  7 11:09:46 
2023
@@ -0,0 +1,77 @@
+The Apache POI project is pleased to announce the release of Apache XMLBeans 
3.0.1.
+This is the 2nd release since the POI team took over the ownership of XMLBeans.
+
+Featured are a handful of security fixes.
+
+See the downloads page for binary and source distributions:
+https://xmlbeans.apache.org/download
+
+Note: The Apache Software Foundation uses an extensive mirroring network for
+distributing releases. It is possible that the mirror you are using may not
+have replicated the release yet. If that is the case, please try another 
mirror.
+This also goes for Maven access.
+
+
+
+Release Notes
+
+Changes
+------------
+The most notable changes in this release are:
+
+* XMLBEANS-518: Support new XmlOptions to control XML parser settings
+
+A full list of changes is available in the change log:
+https://xmlbeans.apache.org/status.html
+
+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-3.0.1-20180824.zip or xmlbeans-bin-3.0.1-20180824.tgz)
+ - source archive you can build XMLBeans from (xmlbeans-src-3.0.1-20180824.zip 
or xmlbeans-src-3.0.1-20180824.tgz)
+  Unpack the archive and use the following command to build all XMLBeans 
components with Apache Ant 1.8+ and JDK 1.6 or higher:
+
+  ant deploy
+
+ Pre-built versions of all XMLBeans components are also available in the 
central Maven repository
+ under Group ID "org.apache.xmlbeans" and Version "3.0.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
+
+
+On behalf of the Apache POI PMC,
+PJ
+
+

Added: release/poi/xmlbeans/release/RELEASE-NOTES-3.0.2.txt
==============================================================================
--- release/poi/xmlbeans/release/RELEASE-NOTES-3.0.2.txt (added)
+++ release/poi/xmlbeans/release/RELEASE-NOTES-3.0.2.txt Tue Nov  7 11:09:46 
2023
@@ -0,0 +1,76 @@
+The Apache POI project is pleased to announce the release of Apache XMLBeans 
3.0.2.
+This is the 3rd release since the POI team took over the ownership of XMLBeans.
+
+Featured are a handful of security fixes.
+
+See the downloads page for binary and source distributions:
+https://xmlbeans.apache.org/download
+
+Note: The Apache Software Foundation uses an extensive mirroring network for
+distributing releases. It is possible that the mirror you are using may not
+have replicated the release yet. If that is the case, please try another 
mirror.
+This also goes for Maven access.
+
+
+
+Release Notes
+
+Changes
+------------
+The most notable changes in this release are:
+
+* XMLBEANS-518: Support new XmlOptions to control XML parser settings
+
+A full list of changes is available in the change log:
+https://xmlbeans.apache.org/status.html
+
+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-3.0.2-20181028.zip or xmlbeans-bin-3.0.2-20181028.tgz)
+ - source archive you can build XMLBeans from (xmlbeans-src-3.0.2-20181028.zip 
or xmlbeans-src-3.0.2-20181028.tgz)
+  Unpack the archive and use the following command to build all XMLBeans 
components with Apache Ant 1.8+ and JDK 1.6 or higher:
+
+  ant deploy
+
+ Pre-built versions of all XMLBeans components are also available in the 
central Maven repository
+ under Group ID "org.apache.xmlbeans" and Version "3.0.2"
+
+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
+
+
+On behalf of the Apache POI PMC,
+PJ
+

Added: release/poi/xmlbeans/release/RELEASE-NOTES-3.1.0.txt
==============================================================================
--- release/poi/xmlbeans/release/RELEASE-NOTES-3.1.0.txt (added)
+++ release/poi/xmlbeans/release/RELEASE-NOTES-3.1.0.txt Tue Nov  7 11:09:46 
2023
@@ -0,0 +1,89 @@
+The Apache POI project is pleased to announce the release of Apache XMLBeans 
3.1.0.
+This is the 4th release since the POI team took over the ownership of XMLBeans.
+
+Featured are a handful of memory, stability, coverage, and security fixes.
+The release package organization has also been updated to align better with
+POI and other Apache project deliverables.
+
+See the downloads page for binary and source distributions:
+https://xmlbeans.apache.org/download
+
+Note: The Apache Software Foundation uses an extensive mirroring network for
+distributing releases. It is possible that the mirror you are using may not
+have replicated the release yet. If that is the case, please try another 
mirror.
+This also goes for Maven access.
+
+
+
+Release Notes
+
+Changes
+------------
+The most notable changes in this release are:
+
+* update build and deployment artifacts to standardize naming and remove 
unused items 
+* XMLBEANS-502: Allow to clear all ThreadLocals from the current thread
+* XMLBEANS-503: Allow to specify -nowarn in the Ant task
+* XMLBEANS-537: Add missing StscState.end() to avoid memory leaks
+* XMLBEANS-532: Streamline build.xml and update tests to Junit4
+* XMLBEANS-531: Fix schema gen of attributes
+* XMLBEANS-530: Allow namespaces of XmlOptions to be passed to the XQuery 
engine
+* XMLBEANS-529: Format xmlobjects to the correct string representation on 
XPath access
+* XMLBEANS-528: Allow document locator to be set after initialization
+* XMLBEANS-527: Rename shell script directory, to align on typical directory 
layout
+* XMLBEANS-526: Fix issue with loading META-INF/services files
+* XMLBEANS-538: fix issue with parsing DOM with DTD
+
+A full list of changes is available in the change log:
+https://xmlbeans.apache.org/status.html
+
+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-3.1.0.zip or xmlbeans-bin-3.1.0.tgz)
+ - source archive you can build XMLBeans from (xmlbeans-src-3.1.0.zip or 
xmlbeans-src-3.1.0.tgz)
+  Unpack the archive and use the following command to build all XMLBeans 
components with Apache Ant 1.8+ and JDK 1.6 or higher:
+
+  ant deploy
+
+ Pre-built versions of all XMLBeans components are also available in the 
central Maven repository
+ under Group ID "org.apache.xmlbeans" and Version "3.1.0"
+
+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
+
+
+On behalf of the Apache POI PMC,
+PJ
+

Added: release/poi/xmlbeans/release/RELEASE-NOTES-4.0.0.txt
==============================================================================
--- release/poi/xmlbeans/release/RELEASE-NOTES-4.0.0.txt (added)
+++ release/poi/xmlbeans/release/RELEASE-NOTES-4.0.0.txt Tue Nov  7 11:09:46 
2023
@@ -0,0 +1,82 @@
+The Apache POI project is pleased to announce the release of Apache XMLBeans 
4.0.0.
+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
+
+Note: The Apache Software Foundation uses an extensive mirroring network for
+distributing releases. It is possible that the mirror you are using may not
+have replicated the release yet. If that is the case, please try another 
mirror.
+This also goes for Maven access.
+
+
+
+Release Notes
+
+Changes
+------------
+The most notable changes in this release are:
+
+* Jigsaw/JPMS support - layout of the schema classes changed - regeneration of 
the schema classes is recommended
+* XMLBEANS-536: Increase Java 9+ compatibility
+* XMLBEANS-548: XmlDocumentProperties.setStandalone is ignored when saving
+* XMLBEANS-542: SAX Parsing should not fail if parser does not allow the 
setting of declaration-handler
+* XMLBEANS-540: Prevent trim of elements when pretty print is used
+* XMLBEANS-539: Support Saxon-HE 10 as an XPath engine
+
+
+
+
+A full list of changes is available in the change log:
+https://xmlbeans.apache.org/status.html
+
+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-4.0.0-20201016.zip or xmlbeans-bin-4.0.0-20201016.tgz)
+ - source archive you can build XMLBeans from (xmlbeans-src-4.0.0-20201016.zip 
or xmlbeans-src-4.0.0-20201016.tgz)
+  Unpack the archive and use the following command to build all XMLBeans 
components with Apache Ant 1.8+ and JDK 1.8 or higher:
+
+  ant deploy
+
+ Pre-built versions of all XMLBeans components are also available in the 
central Maven repository
+ under Group ID "org.apache.xmlbeans" and Version "4.0.0"
+
+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
+
+
+On behalf of the Apache POI PMC,
+Andi
+

Added: release/poi/xmlbeans/release/RELEASE-NOTES-5.0.0.txt
==============================================================================
--- release/poi/xmlbeans/release/RELEASE-NOTES-5.0.0.txt (added)
+++ release/poi/xmlbeans/release/RELEASE-NOTES-5.0.0.txt Tue Nov  7 11:09:46 
2023
@@ -0,0 +1,79 @@
+The Apache POI project is pleased to announce the release of Apache XMLBeans 
5.0.0.
+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
+
+Note: The Apache Software Foundation uses an extensive mirroring network for
+distributing releases. It is possible that the mirror you are using may not
+have replicated the release yet. If that is the case, please try another 
mirror.
+This also goes for Maven access.
+
+
+
+Release Notes
+
+Changes
+------------
+The most notable changes in this release are:
+
+* Partial method generation and remove inner factory classes - re-generation 
of the beans necessary
+* use log4j-2 for logging
+* Provide Maven plugin
+
+
+
+
+A full list of changes is available in the change log:
+https://xmlbeans.apache.org/status.html
+
+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.0.0-20210314.zip or xmlbeans-bin-5.0.0-20210314.tgz)
+ - source archive you can build XMLBeans from (xmlbeans-src-5.0.0-20210314.zip 
or xmlbeans-src-5.0.0-20210314.tgz)
+  Unpack the archive and use the following command to build all XMLBeans 
components with Apache Ant 1.8+ and JDK 1.8 or higher:
+
+  ant deploy
+
+ Pre-built versions of all XMLBeans components are also available in the 
central Maven repository
+ under Group ID "org.apache.xmlbeans" and Version "5.0.0"
+
+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
+
+
+On behalf of the Apache POI PMC,
+Andi
+

Added: release/poi/xmlbeans/release/RELEASE-NOTES-5.0.1.txt
==============================================================================
--- release/poi/xmlbeans/release/RELEASE-NOTES-5.0.1.txt (added)
+++ release/poi/xmlbeans/release/RELEASE-NOTES-5.0.1.txt Tue Nov  7 11:09:46 
2023
@@ -0,0 +1,74 @@
+The Apache POI project is pleased to announce the release of Apache XMLBeans 
5.0.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
+
+Note: The Apache Software Foundation uses an extensive mirroring network for
+distributing releases. It is possible that the mirror you are using may not
+have replicated the release yet. If that is the case, please try another 
mirror.
+This also goes for Maven access.
+
+
+
+Release Notes
+
+Changes
+------------
+The most notable changes in this release are:
+
+* Support annotations longer than 64kb
+* Support enumerations with more than 64k entries
+* Enable mapping of schema annotations to javadoc entries in the generated 
classes via schema compiler option
+* Generate TypeSystemHolder as .java (in sources) instead of .class (in 
resources)
+
+
+A full list of changes is available in the change log:
+https://xmlbeans.apache.org/status.html
+https://issues.apache.org/jira/projects/XMLBEANS/versions/12350037
+
+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.0.1-20210710.zip or xmlbeans-bin-5.0.1-20210710.tgz)
+ - source archive you can build XMLBeans from (xmlbeans-src-5.0.1-20210710.zip 
or xmlbeans-src-5.0.1-20210710.tgz)
+  Unpack the archive and use the following command to build all XMLBeans 
components with Apache Ant 1.8+ and JDK 1.8 or higher:
+
+  ant deploy
+
+ Pre-built versions of all XMLBeans components are also available in the 
central Maven repository
+ under Group ID "org.apache.xmlbeans" and Version "5.0.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

Added: release/poi/xmlbeans/release/RELEASE-NOTES-5.0.2.txt
==============================================================================
--- release/poi/xmlbeans/release/RELEASE-NOTES-5.0.2.txt (added)
+++ release/poi/xmlbeans/release/RELEASE-NOTES-5.0.2.txt Tue Nov  7 11:09:46 
2023
@@ -0,0 +1,69 @@
+The Apache POI project is pleased to announce the release of Apache XMLBeans 
5.0.2.
+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:
+
+* When generating Java code, there is a wrong reference to java.util.Object[]
+* support disallow-doctype-decl setting on XML parser
+* Fix issue where you can get a StackOverflowError when parsing a large number 
of characters in an XML element
+* Upgrade dependencies (javaparser 3.23.0, log4j 2.14.1, Saxon 10.6)
+
+
+A full list of changes is available in the change log:
+https://xmlbeans.apache.org/status.html
+https://issues.apache.org/jira/projects/XMLBEANS/versions/12350390
+https://issues.apache.org/jira/browse/XMLBEANS-569?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%205.0.2%22
+
+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.0.2-20211014.zip or xmlbeans-bin-5.0.2-20211014.tgz)
+ - source archive you can build XMLBeans from (xmlbeans-src-5.0.2-20211014.zip 
or xmlbeans-src-5.0.2-20211014.tgz)
+  Unpack the archive and use the following command to build all XMLBeans 
components with Apache Ant 1.8+ and JDK 1.8 or higher:
+
+  ant deploy
+
+ Pre-built versions of all XMLBeans components are also available in the 
central Maven repository
+ under Group ID "org.apache.xmlbeans" and Version "5.0.2"
+
+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

Added: release/poi/xmlbeans/release/RELEASE-NOTES-5.0.3.txt
==============================================================================
--- release/poi/xmlbeans/release/RELEASE-NOTES-5.0.3.txt (added)
+++ release/poi/xmlbeans/release/RELEASE-NOTES-5.0.3.txt Tue Nov  7 11:09:46 
2023
@@ -0,0 +1,68 @@
+The Apache POI project is pleased to announce the release of Apache XMLBeans 
5.0.3.
+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:
+
+* SampleXmlUtil misses root element with only one child
+* Duplicated "xmlns" attribute in XmlObject.toString() result
+* Upgrade dependencies (javaparser 3.23.1, log4j-api 2.17.1)
+
+
+A full list of changes is available in the change log:
+https://xmlbeans.apache.org/status.html
+https://issues.apache.org/jira/projects/XMLBEANS/versions/12350699
+https://issues.apache.org/jira/browse/XMLBEANS-580?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%205.0.3%22
+
+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.0.3-20211229.zip or xmlbeans-bin-5.0.3-20211229.tgz)
+ - source archive you can build XMLBeans from (xmlbeans-src-5.0.3-20211229.zip 
or xmlbeans-src-5.0.3-20211229.tgz)
+  Unpack the archive and use the following command to build all XMLBeans 
components with Apache Ant 1.8+ and JDK 1.8 or higher:
+
+  ant deploy
+
+ Pre-built versions of all XMLBeans components are also available in the 
central Maven repository
+ under Group ID "org.apache.xmlbeans" and Version "5.0.3"
+
+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

Added: release/poi/xmlbeans/release/RELEASE-NOTES-5.1.0.txt
==============================================================================
--- release/poi/xmlbeans/release/RELEASE-NOTES-5.1.0.txt (added)
+++ release/poi/xmlbeans/release/RELEASE-NOTES-5.1.0.txt Tue Nov  7 11:09:46 
2023
@@ -0,0 +1,78 @@
+The Apache POI project is pleased to announce the release of Apache XMLBeans 
5.1.0.
+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:
+
+* create temp files using java.nio.files.Files
+* Line breaks in base64binary caused a validation error
+* Improve support for using XMLBeans on Android by not relying on the 
namespace-prefixes feature on the XML SAX parser
+* Use generics in Collections
+* GDate can return different values on different current timezones
+* Migrate ant build to gradle
+* change version code so that the value is automatically generated
+* Make XmlCursor AutoCloseable
+* Fix some problems with XMLBeans Extension Interfaces Feature
+* Inner Class Handler was not supported
+* When specifying user types in an xsdconfig, types that are not being 
compiled could not be referenced properly
+* Make XSD documentation parsing lazy
+* Upgrade dependencies (javaparser 3.24.2, Saxon-HE 11.3, log4j-api 2.17.2)
+
+
+A full list of changes is available in the change log:
+https://xmlbeans.apache.org/status.html
+https://issues.apache.org/jira/projects/XMLBEANS/versions/12351143
+https://issues.apache.org/jira/browse/XMLBEANS-609?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%205.1.0%22
+
+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.1.0-20220605.zip or xmlbeans-bin-5.1.0-20220605.tgz)
+ - source archive you can build XMLBeans from (xmlbeans-src-5.1.0-20220605.zip 
or xmlbeans-src-5.1.0-20220605.tgz)
+  Unpack the archive and use the following command to build all XMLBeans 
components with Apache Gradle 7.4.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.1.0"
+
+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

Added: release/poi/xmlbeans/release/RELEASE-NOTES-5.1.1.txt
==============================================================================
--- release/poi/xmlbeans/release/RELEASE-NOTES-5.1.1.txt (added)
+++ release/poi/xmlbeans/release/RELEASE-NOTES-5.1.1.txt Tue Nov  7 11:09:46 
2023
@@ -0,0 +1,69 @@
+The Apache POI project is pleased to announce the release of Apache XMLBeans 
5.1.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:
+
+* Adjust Class loading to allow using XMLBeans on Android
+* Performance enhancement for interface extension generation
+* Remove xstc tool
+* Upgrade dependencies (javaparser-core 3.24.4, Saxon-HE 11.4, log4j-api 
2.18.0)
+
+
+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=12351806
+https://issues.apache.org/jira/browse/XMLBEANS-612?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%205.1.1%22
+
+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.1.1-20220819.zip or xmlbeans-bin-5.1.1-20220819.tgz)
+ - source archive you can build XMLBeans from (xmlbeans-src-5.1.1-20220819.zip 
or xmlbeans-src-5.1.1-20220819.tgz)
+  Unpack the archive and use the following command to build all XMLBeans 
components with Apache Gradle 7.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.1.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



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

Reply via email to