Author: kiwiwings
Date: Mon Jul 2 21:56:34 2018
New Revision: 1834906
URL: http://svn.apache.org/viewvc?rev=1834906&view=rev
Log:
Announce XMLBeans 3.0.0
Modified:
xmlbeans/site/build/site/index.html
xmlbeans/site/forrest.properties
xmlbeans/site/src/documentation/content/xdocs/index.xml
Modified: xmlbeans/site/build/site/index.html
URL:
http://svn.apache.org/viewvc/xmlbeans/site/build/site/index.html?rev=1834906&r1=1834905&r2=1834906&view=diff
==============================================================================
--- xmlbeans/site/build/site/index.html (original)
+++ xmlbeans/site/build/site/index.html Mon Jul 2 21:56:34 2018
@@ -3,7 +3,7 @@
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.9">
+<meta name="Forrest-version" content="0.8">
<meta name="Forrest-skin-name" content="pelt">
<title>Welcome to XMLBeans</title>
<link type="text/css" href="skin/basic.css" rel="stylesheet">
@@ -197,9 +197,8 @@ document.write("Last Published: " + docu
+-->
<div id="content">
<h1>Welcome to XMLBeans</h1>
-<div id="front-matter"></div>
-<a name="What+is+XMLBeans%3F"></a>
+<a name="N1000C"></a><a name="What+is+XMLBeans%3F"></a>
<h2 class="h3">What is XMLBeans?</h2>
<div class="section">
<p>XMLBeans is a technology for accessing XML by binding it to Java types.
XMLBeans
@@ -225,45 +224,35 @@ document.write("Last Published: " + docu
or the XMLBeans documentation (the Documentation tab on this
website).</p>
</div>
-
-<a name="Release%3A+Apache+XMLBeans+2.6.0+%28August+14%2C+2012%29"></a>
-<h2 class="h3">Release: Apache XMLBeans 2.6.0 (August 14, 2012)</h2>
+<a name="N10036"></a><a
name="Release%3A+Apache+XMLBeans+3.0.0+%28June+29%2C+2018%29"></a>
+<h2 class="h3">Release: Apache XMLBeans 3.0.0 (June 29, 2018)</h2>
<div class="section">
<p>
- Latest release files <a
href="http://www.apache.org/dyn/closer.cgi/xmlbeans">are available</a>.
+ Latest release files <a
href="https://dist.apache.org/repos/dist/release/poi/xmlbeans/release/">are
available</a>.
</p>
+<p>The Apache POI project has unretired the XMLBeans project and taken the
over the ownership.</p>
<p>
Few of the improvements in this release (for a more complete list of
changes see
- <a
href="http://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?revision=1364789&view=markup">CHANGES.txt</a>).
+ <a
href="http://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?revision=1833767&view=markup">CHANGES.txt</a>
or
+ <a
href="https://issues.apache.org/jira/browse/XMLBEANS-517?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%203.0.0%22">XMLBEANS-517</a>).
</p>
<ul>
-<li>Add new xml option CopyUseNewSynchronizationDomain used for copy. This
fixes the scenario when copy and access (ex. selectPath) are used in a
multithreading environment.</li>
-
-<li>Entitize \r when not in pretty print, this helps with maintainig \r
entities</li>
-
-<li>Update durations to latest spec.</li>
+<li>XMLBEANS-517: use safe XML parsers</li>
-<li>Fix for compiling schema that contains complex type with simple
-content that has facets defined in the base simple type</li>
+<li>XMLBEANS-515: remove piccolo support</li>
-<li>Introducing a default maximum entity replacement limit of 10kb, it can be
controled by using the option XmlOptions.setLoadEntityBytesLimit.</li>
+<li>XMLBEANS-514: make Java 6 the lowest supported runtime</li>
-<li>Added multiple entry points and refactored code for xsd2inst code.</li>
-
-<li>Many synchronization and stability bug fixes</li>
+<li>Fix for XMLBEANS-332: XMLBeans changes surrogate pair bytes to question
marks</li>
</ul>
-<p>
-
-<strong>Note:</strong> Starting with XmlBeans 2.6.0, binary files are
compatible with JDK1.6. Sources are still compatible with JDK 1.4. When using
JDK 1.4, xmlbeans-qname.jar is required on classpath of your application
alongside xbean.jar.
- </p>
</div>
-<a name="N1006A"></a>
+<a name="N10061"></a>
<h2 class="h3"></h2>
<div class="section">
<p>
@@ -273,10 +262,10 @@ content that has facets defined in the b
-<a name="Getting+Started"></a>
+<a name="N1006C"></a><a name="Getting+Started"></a>
<h2 class="h3">Getting Started</h2>
<div class="section">
-<a name="Start+off+with+your+own+stuff."></a>
+<a name="N10072"></a><a name="Start+off+with+your+own+stuff."></a>
<h3 class="h4">Start off with your own stuff.</h3>
<p>If you want to get right to it with your own XML schema and instance,
follow these basic steps:</p>
<ol>
@@ -313,11 +302,11 @@ for (int i = 0; i < empArray.length;
</li>
</ol>
-<a name="Read+a+tutorial."></a>
+<a name="N10099"></a><a name="Read+a+tutorial."></a>
<h3 class="h4">Read a tutorial.</h3>
<p>Read our <a href="documentation/tutorial_getstarted.html">tutorial</a> to
get a sense of XMLBeans
basics.</p>
-<a name="Read+documentation+and+other+information."></a>
+<a name="N100A7"></a><a name="Read+documentation+and+other+information."></a>
<h3 class="h4">Read documentation and other information.</h3>
<p>On our <a
href="documentation/index.html#XMLBeans+Version+1+User+Documentation">documentation</a>
page, you'll find links to
several topics that describe XMLBeans
features and how to use them. You'll also
@@ -326,7 +315,7 @@ for (int i = 0; i < empArray.length;
with new answers as they're needed.</p>
<p>Don't forget the <a target="_top"
href="http://wiki.apache.org/xmlbeans/">XMLBeans Wiki</a>, which collects
lots of valuable information.</p>
-<a name="Check+out+the+samples."></a>
+<a name="N100C3"></a><a name="Check+out+the+samples."></a>
<h3 class="h4">Check out the samples.</h3>
<p>Many of the XMLBeans features are illustrated in our <a
href="samples/index.html#Getting+the+Samples">samples</a>.</p>
</div>
Modified: xmlbeans/site/forrest.properties
URL:
http://svn.apache.org/viewvc/xmlbeans/site/forrest.properties?rev=1834906&r1=1834905&r2=1834906&view=diff
==============================================================================
--- xmlbeans/site/forrest.properties (original)
+++ xmlbeans/site/forrest.properties Mon Jul 2 21:56:34 2018
@@ -75,6 +75,10 @@
#forrest.validate.stylesheets=${forrest.validate}
#forrest.validate.skins=${forrest.validate}
#forrest.validate.skins.stylesheets=${forrest.validate.skins}
+forrest.validate.sitemap=false
+forrest.validate.stylesheets=false
+forrest.validate.skins=false
+forrest.validate.skins.stylesheets=false
# *.failonerror=(true|false) - stop when an XML file is invalid
#forrest.validate.failonerror=true
Modified: xmlbeans/site/src/documentation/content/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/index.xml?rev=1834906&r1=1834905&r2=1834906&view=diff
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/index.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/index.xml Mon Jul 2 21:56:34
2018
@@ -25,29 +25,23 @@
or the XMLBeans documentation (the Documentation tab on this
website).</p>
</section>
-
<section>
- <title>Release: Apache XMLBeans 2.6.0 (August 14, 2012)</title>
+ <title>Release: Apache XMLBeans 3.0.0 (June 29, 2018)</title>
<p>
- Latest release files <link
href="http://www.apache.org/dyn/closer.cgi/xmlbeans">are available</link>.
+ Latest release files <link
href="https://dist.apache.org/repos/dist/release/poi/xmlbeans/release/">are
available</link>.
</p>
+ <p>The Apache POI project has unretired the XMLBeans project and taken the
over the ownership.</p>
<p>
Few of the improvements in this release (for a more complete list of
changes see
- <link
href="http://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?revision=1364789&view=markup">CHANGES.txt</link>).
+ <link
href="http://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?revision=1833767&view=markup">CHANGES.txt</link>
or
+ <link
href="https://issues.apache.org/jira/browse/XMLBEANS-517?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%203.0.0%22">XMLBEANS-517</link>).
</p>
<ul>
- <li>Add new xml option CopyUseNewSynchronizationDomain used for copy.
This fixes the scenario when copy and access (ex. selectPath) are used in a
multithreading environment.</li>
- <li>Entitize \r when not in pretty print, this helps with maintainig \r
entities</li>
- <li>Update durations to latest spec.</li>
- <li>Fix for compiling schema that contains complex type with simple
-content that has facets defined in the base simple type</li>
- <li>Introducing a default maximum entity replacement limit of 10kb, it
can be controled by using the option XmlOptions.setLoadEntityBytesLimit.</li>
- <li>Added multiple entry points and refactored code for xsd2inst
code.</li>
- <li>Many synchronization and stability bug fixes</li>
+ <li>XMLBEANS-517: use safe XML parsers</li>
+ <li>XMLBEANS-515: remove piccolo support</li>
+ <li>XMLBEANS-514: make Java 6 the lowest supported runtime</li>
+ <li>Fix for XMLBEANS-332: XMLBeans changes surrogate pair bytes to
question marks</li>
</ul>
- <p>
- <strong>Note:</strong> Starting with XmlBeans 2.6.0, binary files are
compatible with JDK1.6. Sources are still compatible with JDK 1.4. When using
JDK 1.4, xmlbeans-qname.jar is required on classpath of your application
alongside xbean.jar.
- </p>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]