Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.
/ xmlbeans Public archive

A temporary fork of xmlbeans - work has been discontinued because xmlbeans 3.0.0 has been released

License

Notifications You must be signed in to change notification settings

pjfanning/xmlbeans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e32160 · Jun 28, 2018
May 11, 2007
Feb 21, 2006
Jan 11, 2018
Jul 22, 2005
Feb 4, 2009
Jun 4, 2018
Jan 11, 2018
Sep 15, 2015
Dec 28, 2017
Dec 19, 2017
Mar 16, 2018
Jun 27, 2006
Feb 4, 2005
Oct 11, 2005
Jun 28, 2018
Nov 25, 2009
Nov 25, 2009
May 25, 2018
May 26, 2018
Dec 8, 2004
Dec 8, 2004

Repository files navigation

xmlbeans

Build Status Maven Central

XMLBeans 3.0.0

An official Apache XMLBeans 3.0.0 has been released, so work on this fork has been halted. All the fixes in this fork are in XMLBeans 3.0.0.

Fork

Latest source from https://svn.apache.org/repos/asf/xmlbeans/trunk/. Some changes have been made to get the build working.

The core use case is to help users of Apache POI, which depends on the no longer maintained Apache XMLBeans library.

  • Release 2.6.5 is the latest release
  • Release 2.6.1 includes a fix for an issue where Unicode Surrogate chars were replaced with ? chars ?when outputting files - https://bz.apache.org/bugzilla/show_bug.cgi?id=54084
  • includes a fix for an issue affecting usage on Android: https://issues.apache.org/jira/browse/XMLBEANS-499
  • Release 2.7.0-beta1 is based on work that has been abandoned (a move to change the package name of the classes in xmlbeans)
  • The Apache POI team are working on an official Apache XMLBeans release

Sample

https://github.com/pjfanning/poi-xmlbeans-patch-test

Build

./xbeanenv.sh
ant
ant checkintest

Output jar is found at build/lib/xbean.jar