Author: centic
Date: Tue Jun 14 12:25:51 2022
New Revision: 1901902
URL: http://svn.apache.org/viewvc?rev=1901902&view=rev
Log:
Add all fixed JIRA issues for 5.1.0
Modified:
xmlbeans/site/build/site/status.html
xmlbeans/site/src/documentation/content/xdocs/status.xml
Modified: xmlbeans/site/build/site/status.html
URL:
http://svn.apache.org/viewvc/xmlbeans/site/build/site/status.html?rev=1901902&r1=1901901&r2=1901902&view=diff
==============================================================================
--- xmlbeans/site/build/site/status.html (original)
+++ xmlbeans/site/build/site/status.html Tue Jun 14 12:25:51 2022
@@ -200,6 +200,10 @@ document.write("Last Published: " + docu
<tbody>
<tr>
+<td style="text-align: center;"><img class="icon" alt="update"
src="images/update.png"></td><td><a
href="https://issues.apache.org/jira/browse/XMLBEANS-47">XMLBEANS-47</a></td><td>Inner
Class Handler is not supported</td>
+</tr>
+
+<tr>
<td style="text-align: center;"><img class="icon" alt="update"
src="images/update.png"></td><td><a
href="https://issues.apache.org/jira/browse/XMLBEANS-416">XMLBEANS-416</a></td><td>Allow
referencing cross-xsd usertypes</td>
</tr>
@@ -212,10 +216,26 @@ document.write("Last Published: " + docu
</tr>
<tr>
+<td style="text-align: center;"><img class="icon" alt="update"
src="images/update.png"></td><td><a
href="https://issues.apache.org/jira/browse/XMLBEANS-584">XMLBEANS-584</a></td><td>Change
version code so that the value is automatically generated</td>
+</tr>
+
+<tr>
+<td style="text-align: center;"><img class="icon" alt="update"
src="images/update.png"></td><td><a
href="https://issues.apache.org/jira/browse/XMLBEANS-585">XMLBEANS-585</a></td><td>Add
sonarqube build</td>
+</tr>
+
+<tr>
<td style="text-align: center;"><img class="icon" alt="update"
src="images/update.png"></td><td><a
href="https://issues.apache.org/jira/browse/XMLBEANS-586">XMLBEANS-586</a></td><td>Migrate
ant build to gradle</td>
</tr>
<tr>
+<td style="text-align: center;"><img class="icon" alt="update"
src="images/update.png"></td><td><a
href="https://issues.apache.org/jira/browse/XMLBEANS-588">XMLBEANS-588</a></td><td>GDate
can return different values on different current timezones</td>
+</tr>
+
+<tr>
+<td style="text-align: center;"><img class="icon" alt="update"
src="images/update.png"></td><td><a
href="https://issues.apache.org/jira/browse/XMLBEANS-591">XMLBEANS-591</a></td><td>Use
generics in Collections</td>
+</tr>
+
+<tr>
<td style="text-align: center;"><img class="icon" alt="update"
src="images/update.png"></td><td><a
href="https://issues.apache.org/jira/browse/XMLBEANS-595">XMLBEANS-595</a></td><td>Upgrade
to Saxon 11</td>
</tr>
@@ -224,6 +244,10 @@ document.write("Last Published: " + docu
</tr>
<tr>
+<td style="text-align: center;"><img class="icon" alt="update"
src="images/update.png"></td><td><a
href="https://issues.apache.org/jira/browse/XMLBEANS-597">XMLBEANS-597</a></td><td>Improve
support for using XMLBeans on Android</td>
+</tr>
+
+<tr>
<td style="text-align: center;"><img class="icon" alt="update"
src="images/update.png"></td><td><a
href="https://issues.apache.org/jira/browse/XMLBEANS-599">XMLBEANS-599</a></td><td>Line
breaks in base64binary caused a validation error</td>
</tr>
@@ -234,6 +258,22 @@ document.write("Last Published: " + docu
<tr>
<td style="text-align: center;"><img class="icon" alt="update"
src="images/update.png"></td><td><a
href="https://issues.apache.org/jira/browse/XMLBEANS-603">XMLBEANS-603</a></td><td>Upgrade
to log4j-api 2.17.2</td>
</tr>
+
+<tr>
+<td style="text-align: center;"><img class="icon" alt="update"
src="images/update.png"></td><td><a
href="https://issues.apache.org/jira/browse/XMLBEANS-604">XMLBEANS-604</a></td><td>Incorrect
Assert in Saver.TextSaver</td>
+</tr>
+
+<tr>
+<td style="text-align: center;"><img class="icon" alt="update"
src="images/update.png"></td><td><a
href="https://issues.apache.org/jira/browse/XMLBEANS-608">XMLBEANS-608</a></td><td>Memory
leak in interface extension handling</td>
+</tr>
+
+<tr>
+<td style="text-align: center;"><img class="icon" alt="update"
src="images/update.png"></td><td><a
href="https://issues.apache.org/jira/browse/XMLBEANS-609">XMLBEANS-609</a></td><td>Parameterised
return types not handled correctly in interface extensions</td>
+</tr>
+
+<tr>
+<td style="text-align: center;"><img class="icon" alt="update"
src="images/update.png"></td><td><a
href="https://issues.apache.org/jira/browse/XMLBEANS-610">XMLBEANS-610</a></td><td>Compiling
XSD is slow since version 5.0.1</td>
+</tr>
</tbody>
</table>
Modified: xmlbeans/site/src/documentation/content/xdocs/status.xml
URL:
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/status.xml?rev=1901902&r1=1901901&r2=1901902&view=diff
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/status.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/status.xml Tue Jun 14
12:25:51 2022
@@ -48,15 +48,25 @@
<release version="5.1.0" date="2022-06-12">
<actions>
+ <action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-47">Inner Class Handler is not supported</action>
<action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-416">Allow referencing cross-xsd usertypes</action>
<action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-567">Fix some problems with XMLBeans Extension Interfaces
Feature</action>
<action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-582">Make XmlCursor AutoCloseable</action>
+ <action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-584">Change version code so that the value is automatically
generated</action>
+ <action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-585">Add sonarqube build</action>
<action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-586">Migrate ant build to gradle</action>
+ <action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-588">GDate can return different values on different current
timezones</action>
+ <action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-591">Use generics in Collections</action>
<action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-595">Upgrade to Saxon 11</action>
<action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-596">Upgrade to Junit 5</action>
+ <action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-597">Improve support for using XMLBeans on Android</action>
<action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-599">Line breaks in base64binary caused a validation
error</action>
<action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-601">Create temp files using java.nio.files.Files</action>
<action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-603">Upgrade to log4j-api 2.17.2</action>
+ <action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-604">Incorrect Assert in Saver.TextSaver</action>
+ <action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-608">Memory leak in interface extension handling</action>
+ <action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-609">Parameterised return types not handled correctly in
interface extensions</action>
+ <action dev="PD" type="update" context="code"
fixes-bug="XMLBEANS-610">Compiling XSD is slow since version 5.0.1</action>
</actions>
</release>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]