Author: gawor
Date: Thu Jan 8 07:08:09 2009
New Revision: 732712
URL: http://svn.apache.org/viewvc?rev=732712&view=rev
Log:
updated site info
Modified:
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/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/apt/index.apt?rev=732712&r1=732711&r2=732712&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/apt/index.apt (original)
+++ webservices/commons/trunk/modules/axiom/src/site/apt/index.apt Thu Jan 8
07:08:09 2009
@@ -14,9 +14,9 @@
Latest Release
- <<9th April 2008 - Apache Axiom Version 1.2.6 Released!>>
+ <<12th January 2009 - Apache Axiom Version 1.2.8 Released!>>
- \[{{{http://ws.apache.org/commons/axiom/download.cgi}Download AXIOM 1.2.6}}\]
+ \[{{{http://ws.apache.org/commons/axiom/download.cgi}Download AXIOM 1.2.8}}\]
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
@@ -44,7 +44,7 @@
* W3C DOM supporting implementation
- * High performant
+ * Highly performant
* Improved XML serialization
@@ -54,91 +54,83 @@
What's New in This Release
- * 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-434 org.apache.axiom.om.impl.dom.NodeImpl#getTextContent()
and org.apache.axiom.om.impl.dom.NodeImpl#setTextContent(String arg0) are not
implemented
- * WSCOMMONS-222 Serialize methods fail to close locally created
XMLStreamWriters
+ * WSCOMMONS-429 XOPAwareStAXOMBuilder / MTOMStAXSOAPModelBuilder should
use UTF-8 to decode cid: URIs
- * WSCOMMONS-226 NoScuhElementException thrown from
OMNodeImpl.serializeAndConsume()
+ * WSCOMMONS-427 StreamingOMSerializer#serializeXOPInclude doesn't decode
cid: URLs
- * WSCOMMONS-229 OMNode.insertSiblingBefore(OMNode) fails if the parent
of the argument is different
+ * WSCOMMONS-424 BufferUtils#doesDataHandlerExceedLimit needs review
- * WSCOMMONS-230 Method to retrieve the owner element of an OMAttribute
instance
+ * WSCOMMONS-423 DOOM doesn't correctly enforce hierarchy constraints on
Document
- * WSCOMMONS-232 OMSourcedElement/OMDataSource Upgrade
+ * WSCOMMONS-420 Attempted validation of DomSource leads to
"java.lang.UnsupportedOperationException: TODO" from
"org.apache.axiom.om.impl.dom.DocumentImpl.getDoctype"
- * WSCOMMONS-234 Improve OMSourcedElement/OMDataSource forceExpand. Hook
up ADBDataSource
+ * WSCOMMONS-415 Provide implementations of javax.xml.transform.Source
and javax.xml.transform.Result
- * WSCOMMONS-236 Introduce a CopyUtils class that makes copies of OM
trees
+ * WSCOMMONS-413 Build failure with JDK 1.4.2
- * WSCOMMONS-240 Add a close method to OMNode
+ * WSCOMMONS-412 Get rid of the setDOOMRequired hack
- * WSCOMMONS-241 ConcurrentModificationException in
OMLinkedListImplFactory.createOMNamespace()
+ * WSCOMMONS-394 StAXUtils: Add Network Detached XMLStreamReader
capability
- * WSCOMMONS-244 CopyUtils class is not compatible with java 1.4
+ * WSCOMMONS-393 Error using AxiomSoapMessageFactory with comments in
request
- * WSCOMMONS-245 BoundaryDelimitedStream do not return whole attachment
stream
+ * WSCOMMONS-386 Exception thrown is not descriptive, if content-type
missing boundary parameter
- * WSCOMMONS-246 IncomingAttachmentInputStream class changes case of
headers
+ * WSCOMMONS-381 StringIndexOutOfBoundsException in
org.apache.axiom.attachments.impl.PartFactory.readHeader()
- * WSCOMMONS-248 Attachment class shouldn't cache soap part in file
+ * WSCOMMONS-373 SAXOMBuilder needs to support default namespaces
- * WSCOMMONS-249 setter for rootContentId in OMOutputFormat
+ * WSCOMMONS-372 Sometimes accessing an AXIOM tree while the underlying
input stream is closed causes an OutOfMemoryError
+
+ * WSCOMMONS-357 NPE will result in Axiom code if MD5 algorithm is not in
classpath
- * WSCOMMONS-250 Attachments: a method to provide all attachments in one
stream
+ * WSCOMMONS-340 Error calling getTextCharacters() on a comment node
- * WSCOMMONS-251 Quick Change to OMStaXWrapper Close
+ * WSCOMMONS-337 insertSiblingAfter() method doesn't set last child
- * WSCOMMONS-252 Expose a method on OMOutputFormat to allow the user to
set a content type
+ * WSCOMMONS-336 Inconsistent specification for
OMDataSource#serialize(OutputStream, OMOutputFormat)
- * WSCOMMONS-256 OMChildrenQNameIterator too restrictive in matching
QNames
+ * WSCOMMONS-335 Add a getOutputFormat method to MTOMXMLStreamWriter
- * WSCOMMONS-258 SOAPHeaderBlock that is an OMSourcedElement
+ * WSCOMMONS-334 OMSourcedElementImpl#serialize produces wrong result
when element is expanded
- * WSCOMMONS-262 Improve "setPrefix before startElement" XMLStreamWriter
toggle.
+ * WSCOMMONS-333 Add an addNamespaces(OMElement) method to AXIOMXPath
- * WSCOMMONS-263 Provide OMSourcedElement Construction During
StAXBuilder Processing
+ * WSCOMMONS-329
org.apache.axiom.attachments.Attachments#getSOAPPartContentID() does not parse
content ids correctly.
- * WSCOMMONS-267 OMSourcedElement SOAPHeaders will always be
forceExpand()ed
+ * WSCOMMONS-328 Failure in boundaryPosition condition for checking
position validity
- * WSCOMMONS-268 SOAPFault* internalSerialize method problems
+ * WSCOMMONS-327 Namespace High verbosity combined with XMLBeans
- * WSCOMMONS-275 The read methods of
org.apache.axiom.attachments.MIMEBodyPartInputStream return "0" in no more data.
+ * WSCOMMONS-323 XML Element lost when there is an OMException inside
OMChildrenIterator.next()
- * WSCOMMONS-276 Problem using OMSourcedElement/CustomBuilder for SOAP
Headers
+ * WSCOMMONS-317 Reverted code, need to review code
- * WSCOMMONS-279 Performance: Avoid overuse of
XMLStreamWriter.getNamespaceContext()
+ * WSCOMMONS-281 xmlns:xml declaration is unnecessary and fails in some
parsers
- * WSCOMMONS-286 getChildrenWithQName.next throws ClassCastException,
OMChildrenQNameIterator implements Iterator but does not satisfy published
interface behavior
+ * WSCOMMONS-255 AXIOM DOM based org.w3c.dom.Element.getElementsByTagName
and getElementsByTagNameNS do not funcion according to spec
- * WSCOMMONS-287 Add a simple extension mechanism to OMOutputFormat
+ * WSCOMMONS-254 AXIOM DOM based implementation fails to parse documents
that start with xml comment.
- * WSCOMMONS-290 Improve compatibility of MIME Mutlipart/Related
Content-Type
+ * WSCOMMONS-253 mvn: creating axiom.jar (bundle of axiom-api.jar,
axiom-dom.jar and axiom-impl.jar)
- * WSCOMMONS-292 Attachment Part Performance Speedup
+ * WSCOMMONS-239 org.apache.axiom.om.OMElement#getText() is not
documented sufficiently
- * WSCOMMONS-294 Inefficient string concatenation in
OMElementImpl#getText
+ * WSCOMMONS-237 Can't retrieve children from OMDocument
- * WSCOMMONS-297 Java2Security Error. StAXUtils needs a AccessController
code.
+ * WSCOMMONS-233 SecurityException thrown in OMAbstractFactory when run
from an applet (2)
- * WSCOMMONS-300 Many reader.getProperty() calls for each text element
in StAXBuilder causes performance down.
+ * WSCOMMONS-207 Finding namespace based on prefix is broken
- * WSCOMMONS-301 OMSourcedElement.buildWithAttachments results in
inproper expansion
+ * WSCOMMONS-197 SOAP headers added using DOOM are lost during
serialization
- * WSCOMMONS-302 SOAPHeader children should be SOAPHeaderBlock objects
+ * WSCOMMONS-182 Infinite loop in OMElement possible
- * WSCOMMONS-303 Get Payload QName information without building OMElement
+ * WSCOMMONS-121 Handling of xml documents with two top level elements is
errorneous
- * 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
+ * WSCOMMONS-115 Problem in serialization when comments presents
+ * WSCOMMONS-101 axiom base64 encoding is incorrect
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=732712&r1=732711&r2=732712&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml
(original)
+++ webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml Thu Jan
8 07:08:09 2009
@@ -40,7 +40,7 @@
<h2>Releases</h2>
<div align="left">
<p>AXIOM is becoming more and more stable and the latest
official version available for download is
- AXIOM 1.2.4 . All the releases are available for download
as source or binary. For more information,
+ AXIOM 1.2.8. All the releases are available for download
as source or binary. For more information,
please see
<a href="http://www.apache.org/dev/release.html">Apache
Release FAQ</a>
</p>
@@ -60,6 +60,42 @@
<tr class="b">
<td align="center" valign="middle">
+ <a name="1_2_8"></a>
+ 1.2.8
+ </td>
+ <td align="center">Release</td>
+ <td>Source Distribution
+ <a
href="[preferred]/ws/commons/axiom/1_2_8/axiom-1.2.8-src.zip"
+
title="[preferred]/ws/commons/axiom/1_2_8/axiom-1.2.8-src.zip"
+ onClick="javascript:urchinTracker
('/downloads/axiom-1.2.8-src.zip');">zip</a>
+
+ <a
href="http://www.apache.org/dist/ws/commons/axiom/1_2_8/axiom-1.2.8-src.zip.md5"
+ class="externalLink"
+
title="http://www.apache.org/dist/ws/commons/axiom/1_2_8/axiom-1.2.8-src.zip.md5">MD5</a>
+ <a
href="http://www.apache.org/dist/ws/commons/axiom/1_2_8/axiom-1.2.8-src.zip.asc"
+ class="externalLink"
+
title="http://www.apache.org/dist/ws/commons/axiom/1_2_8/axiom-1.2.8-src.zip.asc">PGP</a>
+ <br/>
+ Binary Distribution
+ <a
href="[preferred]/ws/commons/axiom/1_2_8/axiom-1.2.8-bin.zip"
+
title="[preferred]/ws/commons/axiom/1_2_8/axiom-1.2.8-bin.zip"
+ onClick="javascript:urchinTracker
('/downloads/axiom-1.2.8-bin.zip');">zip</a>
+ <a
href="http://www.apache.org/dist/ws/commons/axiom/1_2_8/axiom-1.2.8-bin.zip.md5"
+ class="externalLink"
+
title="http://www.apache.org/dist/ws/commons/axiom/1_2_8/axiom-1.2.8-bin.zip.md5">MD5</a>
+ <a
href="http://www.apache.org/dist/ws/commons/axiom/1_2_8/axiom-1.2.8-bin.zip.asc"
+ class="externalLink"
+
title="http://www.apache.org/dist/ws/ws/commons/axiom/1_2_8/axiom-1.2.8-bin.zip.asc">
+ PGP</a>
+
+ <br/>
+ </td>
+ <td>01 - 12 - 2009</td>
+ <td>1.2.8 Release (Mirrored)</td>
+ </tr>
+
+ <tr class="b">
+ <td align="center" valign="middle">
<a name="1_2_6"></a>
1.2.6
</td>