Author: dims
Date: Wed Apr 9 18:34:14 2008
New Revision: 646612
URL: http://svn.apache.org/viewvc?rev=646612&view=rev
Log:
prep for 1.2.6 VOTE
Modified:
webservices/commons/trunk/modules/axiom/README.txt
webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt
webservices/commons/trunk/modules/axiom/src/site/apt/index.apt
webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml
Modified: webservices/commons/trunk/modules/axiom/README.txt
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/README.txt?rev=646612&r1=646611&r2=646612&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/README.txt (original)
+++ webservices/commons/trunk/modules/axiom/README.txt Wed Apr 9 18:34:14 2008
@@ -1,5 +1,5 @@
======================================================
-Apache AXIOM 1.2.5 (July 14, 2007)
+Apache AXIOM 1.2.6 (April 9, 2008)
http://ws.apache.org/commons/axiom/
------------------------------------------------------
Modified: webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt?rev=646612&r1=646611&r2=646612&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt (original)
+++ webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt Wed Apr 9
18:34:14 2008
@@ -1,7 +1,7 @@
===========================================
- Apache AXIOM 1.2.5 Release Note
+ Apache AXIOM 1.2.6 Release Note
===========================================
@@ -39,14 +39,49 @@
This release contains fixes for following issues.
-https://issues.apache.org/jira/browse/WSCOMMONS-175
-https://issues.apache.org/jira/browse/WSCOMMONS-211
-https://issues.apache.org/jira/browse/WSCOMMONS-202
-https://issues.apache.org/jira/browse/WSCOMMONS-201
-https://issues.apache.org/jira/browse/WSCOMMONS-198
-https://issues.apache.org/jira/browse/WSCOMMONS-213
-https://issues.apache.org/jira/browse/WSCOMMONS-216
-https://issues.apache.org/jira/browse/WSCOMMONS-221
-
+https://issues.apache.org/jira/browse/WSCOMMONS-118 BoundaryDelimitedStream
read(byte[] b) only works with b.length == 1
+https://issues.apache.org/jira/browse/WSCOMMONS-217 nextSibling and
previousSibling pointers are corrupted when adding same om element object twice
+https://issues.apache.org/jira/browse/WSCOMMONS-222 Serialize methods fail
to close locally created XMLStreamWriters
+https://issues.apache.org/jira/browse/WSCOMMONS-226 NoScuhElementException
thrown from OMNodeImpl.serializeAndConsume()
+https://issues.apache.org/jira/browse/WSCOMMONS-229
OMNode.insertSiblingBefore(OMNode) fails if the parent of the argument is
different
+https://issues.apache.org/jira/browse/WSCOMMONS-230 Method to retrieve the
owner element of an OMAttribute instance
+https://issues.apache.org/jira/browse/WSCOMMONS-232
OMSourcedElement/OMDataSource Upgrade
+https://issues.apache.org/jira/browse/WSCOMMONS-234 Improve
OMSourcedElement/OMDataSource forceExpand. Hook up ADBDataSource
+https://issues.apache.org/jira/browse/WSCOMMONS-236 Introduce a CopyUtils
class that makes copies of OM trees
+https://issues.apache.org/jira/browse/WSCOMMONS-240 Add a close method to
OMNode
+https://issues.apache.org/jira/browse/WSCOMMONS-241
ConcurrentModificationException in OMLinkedListImplFactory.createOMNamespace()
+https://issues.apache.org/jira/browse/WSCOMMONS-244 CopyUtils class is not
compatible with java 1.4
+https://issues.apache.org/jira/browse/WSCOMMONS-245 BoundaryDelimitedStream
do not return whole attachment stream
+https://issues.apache.org/jira/browse/WSCOMMONS-246
IncomingAttachmentInputStream class changes case of headers
+https://issues.apache.org/jira/browse/WSCOMMONS-248 Attachment class
shouldn't cache soap part in file
+https://issues.apache.org/jira/browse/WSCOMMONS-249 setter for
rootContentId in OMOutputFormat
+https://issues.apache.org/jira/browse/WSCOMMONS-250 Attachments: a method
to provide all attachments in one stream
+https://issues.apache.org/jira/browse/WSCOMMONS-251 Quick Change to
OMStaXWrapper Close
+https://issues.apache.org/jira/browse/WSCOMMONS-252 Expose a method on
OMOutputFormat to allow the user to set a content type
+https://issues.apache.org/jira/browse/WSCOMMONS-256 OMChildrenQNameIterator
too restrictive in matching QNames
+https://issues.apache.org/jira/browse/WSCOMMONS-258 SOAPHeaderBlock that is
an OMSourcedElement
+https://issues.apache.org/jira/browse/WSCOMMONS-262 Improve "setPrefix
before startElement" XMLStreamWriter toggle.
+https://issues.apache.org/jira/browse/WSCOMMONS-263 Provide
OMSourcedElement Construction During StAXBuilder Processing
+https://issues.apache.org/jira/browse/WSCOMMONS-267 OMSourcedElement
SOAPHeaders will always be forceExpand()ed
+https://issues.apache.org/jira/browse/WSCOMMONS-268 SOAPFault*
internalSerialize method problems
+https://issues.apache.org/jira/browse/WSCOMMONS-275 The read methods of
org.apache.axiom.attachments.MIMEBodyPartInputStream return "0" in no more data.
+https://issues.apache.org/jira/browse/WSCOMMONS-276 Problem using
OMSourcedElement/CustomBuilder for SOAP Headers
+https://issues.apache.org/jira/browse/WSCOMMONS-279 Performance: Avoid
overuse of XMLStreamWriter.getNamespaceContext()
+https://issues.apache.org/jira/browse/WSCOMMONS-286
getChildrenWithQName.next throws ClassCastException, OMChildrenQNameIterator
implements Iterator but does not satisfy published interface behavior
+https://issues.apache.org/jira/browse/WSCOMMONS-287 Add a simple extension
mechanism to OMOutputFormat
+https://issues.apache.org/jira/browse/WSCOMMONS-290 Improve compatibility
of MIME Mutlipart/Related Content-Type
+https://issues.apache.org/jira/browse/WSCOMMONS-292 Attachment Part
Performance Speedup
+https://issues.apache.org/jira/browse/WSCOMMONS-294 Inefficient string
concatenation in OMElementImpl#getText
+https://issues.apache.org/jira/browse/WSCOMMONS-297 Java2Security Error.
StAXUtils needs a AccessController code.
+https://issues.apache.org/jira/browse/WSCOMMONS-300 Many
reader.getProperty() calls for each text element in StAXBuilder causes
performance down.
+https://issues.apache.org/jira/browse/WSCOMMONS-301
OMSourcedElement.buildWithAttachments results in inproper expansion
+https://issues.apache.org/jira/browse/WSCOMMONS-302 SOAPHeader children
should be SOAPHeaderBlock objects
+https://issues.apache.org/jira/browse/WSCOMMONS-303 Get Payload QName
information without building OMElement
+https://issues.apache.org/jira/browse/WSCOMMONS-305 OMElementImpl.getText()
returns an empty String for text in CDATA tags
+https://issues.apache.org/jira/browse/WSCOMMONS-307 Attachments BufferUtils
is slow when writing to a file
+https://issues.apache.org/jira/browse/WSCOMMONS-312 Don't call
builder.next() if builder is completed
+https://issues.apache.org/jira/browse/WSCOMMONS-313 OMOutputFormat: doSWA
and doOptimize should be mutually exclusive...plus we need doOptimizeThreshold
+https://issues.apache.org/jira/browse/WSCOMMONS-315 StAXUtils loads a
singleton XML*Factory. It should load a singleton XML*Factory per classloader
+https://issues.apache.org/jira/browse/WSCOMMONS-318 Attachments larger than
Integer.MAX_VALUE (appr 2.1GB) fails
- The Apache Axiom Team.
Modified: webservices/commons/trunk/modules/axiom/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/apt/index.apt?rev=646612&r1=646611&r2=646612&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/apt/index.apt (original)
+++ webservices/commons/trunk/modules/axiom/src/site/apt/index.apt Wed Apr 9
18:34:14 2008
@@ -14,9 +14,9 @@
Latest Release
- <<5th July 2007 - Apache Axiom Version 1.2.5 Released!>>
+ <<9th April 2008 - Apache Axiom Version 1.2.6 Released!>>
- \[{{{http://ws.apache.org/commons/axiom/download.cgi}Download AXIOM 1.2.5}}\]
+ \[{{{http://ws.apache.org/commons/axiom/download.cgi}Download AXIOM 1.2.6}}\]
Apache AXIOM is a StAX-based, XML Infoset compliant object model which
supports on-demand building
of the object tree. It supports a novel "pull-through" model which allows
one to turn off the tree
@@ -54,7 +54,47 @@
What's New in This Release
- * WSCOMMONS-211 Fixed
- * WSCOMMONS-202 Fixed
- * WSCOMMONS-201 Fixed
- * WSCOMMONS-198 Fixed
+ * WSCOMMONS-118 BoundaryDelimitedStream read(byte[] b) only works with
b.length == 1
+ * WSCOMMONS-217 nextSibling and previousSibling pointers are corrupted
when adding same om element object twice
+ * WSCOMMONS-222 Serialize methods fail to close locally created
XMLStreamWriters
+ * WSCOMMONS-226 NoScuhElementException thrown from
OMNodeImpl.serializeAndConsume()
+ * WSCOMMONS-229 OMNode.insertSiblingBefore(OMNode) fails if the parent
of the argument is different
+ * WSCOMMONS-230 Method to retrieve the owner element of an OMAttribute
instance
+ * WSCOMMONS-232 OMSourcedElement/OMDataSource Upgrade
+ * WSCOMMONS-234 Improve OMSourcedElement/OMDataSource forceExpand. Hook
up ADBDataSource
+ * WSCOMMONS-236 Introduce a CopyUtils class that makes copies of OM
trees
+ * WSCOMMONS-240 Add a close method to OMNode
+ * WSCOMMONS-241 ConcurrentModificationException in
OMLinkedListImplFactory.createOMNamespace()
+ * WSCOMMONS-244 CopyUtils class is not compatible with java 1.4
+ * WSCOMMONS-245 BoundaryDelimitedStream do not return whole attachment
stream
+ * WSCOMMONS-246 IncomingAttachmentInputStream class changes case of
headers
+ * WSCOMMONS-248 Attachment class shouldn't cache soap part in file
+ * WSCOMMONS-249 setter for rootContentId in OMOutputFormat
+ * WSCOMMONS-250 Attachments: a method to provide all attachments in one
stream
+ * WSCOMMONS-251 Quick Change to OMStaXWrapper Close
+ * WSCOMMONS-252 Expose a method on OMOutputFormat to allow the user to
set a content type
+ * WSCOMMONS-256 OMChildrenQNameIterator too restrictive in matching
QNames
+ * WSCOMMONS-258 SOAPHeaderBlock that is an OMSourcedElement
+ * WSCOMMONS-262 Improve "setPrefix before startElement" XMLStreamWriter
toggle.
+ * WSCOMMONS-263 Provide OMSourcedElement Construction During
StAXBuilder Processing
+ * WSCOMMONS-267 OMSourcedElement SOAPHeaders will always be
forceExpand()ed
+ * WSCOMMONS-268 SOAPFault* internalSerialize method problems
+ * WSCOMMONS-275 The read methods of
org.apache.axiom.attachments.MIMEBodyPartInputStream return "0" in no more data.
+ * WSCOMMONS-276 Problem using OMSourcedElement/CustomBuilder for SOAP
Headers
+ * WSCOMMONS-279 Performance: Avoid overuse of
XMLStreamWriter.getNamespaceContext()
+ * WSCOMMONS-286 getChildrenWithQName.next throws ClassCastException,
OMChildrenQNameIterator implements Iterator but does not satisfy published
interface behavior
+ * WSCOMMONS-287 Add a simple extension mechanism to OMOutputFormat
+ * WSCOMMONS-290 Improve compatibility of MIME Mutlipart/Related
Content-Type
+ * WSCOMMONS-292 Attachment Part Performance Speedup
+ * WSCOMMONS-294 Inefficient string concatenation in
OMElementImpl#getText
+ * WSCOMMONS-297 Java2Security Error. StAXUtils needs a AccessController
code.
+ * WSCOMMONS-300 Many reader.getProperty() calls for each text element
in StAXBuilder causes performance down.
+ * WSCOMMONS-301 OMSourcedElement.buildWithAttachments results in
inproper expansion
+ * WSCOMMONS-302 SOAPHeader children should be SOAPHeaderBlock objects
+ * WSCOMMONS-303 Get Payload QName information without building OMElement
+ * WSCOMMONS-305 OMElementImpl.getText() returns an empty String for
text in CDATA tags
+ * WSCOMMONS-307 Attachments BufferUtils is slow when writing to a file
+ * WSCOMMONS-312 Don't call builder.next() if builder is completed
+ * WSCOMMONS-313 OMOutputFormat: doSWA and doOptimize should be mutually
exclusive...plus we need doOptimizeThreshold
+ * WSCOMMONS-315 StAXUtils loads a singleton XML*Factory. It should load
a singleton XML*Factory per classloader
+ * WSCOMMONS-318 Attachments larger than Integer.MAX_VALUE (appr 2.1GB)
fails
Modified: webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml?rev=646612&r1=646611&r2=646612&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml
(original)
+++ webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml Wed Apr
9 18:34:14 2008
@@ -60,6 +60,42 @@
<tr class="b">
<td align="center" valign="middle">
+ <a name="1_2_6"></a>
+ 1.2.6
+ </td>
+ <td align="center">Release</td>
+ <td>Source Distribution
+ <a
href="[preferred]/ws/commons/axiom/1_2_6/axiom-1.2.6-src.zip"
+
title="[preferred]/ws/commons/axiom/1_2_6/axiom-1.2.6-src.zip"
+ onClick="javascript:urchinTracker
('/downloads/axiom-1.2.6-src.zip');">zip</a>
+
+ <a
href="http://www.apache.org/dist/ws/commons/axiom/1_2_6/axiom-1.2.6-src.zip.md5"
+ class="externalLink"
+
title="http://www.apache.org/dist/ws/commons/axiom/1_2_6/axiom-1.2.6-src.zip.md5">MD5</a>
+ <a
href="http://www.apache.org/dist/ws/commons/axiom/1_2_6/axiom-1.2.6-src.zip.asc"
+ class="externalLink"
+
title="http://www.apache.org/dist/ws/commons/axiom/1_2_6/axiom-1.2.6-src.zip.asc">PGP</a>
+ <br/>
+ Binary Distribution
+ <a
href="[preferred]/ws/commons/axiom/1_2_6/axiom-1.2.6-bin.zip"
+
title="[preferred]/ws/commons/axiom/1_2_6/axiom-1.2.6-bin.zip"
+ onClick="javascript:urchinTracker
('/downloads/axiom-1.2.6-bin.zip');">zip</a>
+ <a
href="http://www.apache.org/dist/ws/commons/axiom/1_2_6/axiom-1.2.6-bin.zip.md5"
+ class="externalLink"
+
title="http://www.apache.org/dist/ws/commons/axiom/1_2_6/axiom-1.2.6-bin.zip.md5">MD5</a>
+ <a
href="http://www.apache.org/dist/ws/commons/axiom/1_2_6/axiom-1.2.6-bin.zip.asc"
+ class="externalLink"
+
title="http://www.apache.org/dist/ws/ws/commons/axiom/1_2_6/axiom-1.2.6-bin.zip.asc">
+ PGP</a>
+
+ <br/>
+ </td>
+ <td>04 - 09 - 2007</td>
+ <td>1.2.6 Release (Mirrored)</td>
+ </tr>
+
+ <tr class="b">
+ <td align="center" valign="middle">
<a name="1_2_4"></a>
1.2.5
</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]