You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by PJ Fanning <fa...@apache.org> on 2022/06/13 17:45:24 UTC

[ANNOUNCE] Apache XMLBeans 5.1.0 release

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