Author: dims
Date: Thu Apr 17 06:07:45 2008
New Revision: 649081

URL: http://svn.apache.org/viewvc?rev=649081&view=rev
Log:
Prep for Axiom 1.2.7

Modified:
    webservices/commons/trunk/modules/axiom/README.txt
    webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt
    
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF
    
webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/resources/META-INF/MANIFEST.MF
    
webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/resources/META-INF/MANIFEST.MF

Modified: webservices/commons/trunk/modules/axiom/README.txt
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/README.txt?rev=649081&r1=649080&r2=649081&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/README.txt (original)
+++ webservices/commons/trunk/modules/axiom/README.txt Thu Apr 17 06:07:45 2008
@@ -1,5 +1,5 @@
 ======================================================
-Apache AXIOM 1.2.6 (April 9, 2008)
+Apache AXIOM 1.2.7 (April 21, 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=649081&r1=649080&r2=649081&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt (original)
+++ webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt Thu Apr 17 
06:07:45 2008
@@ -1,7 +1,7 @@
 
 ===========================================
 
-     Apache AXIOM 1.2.6 Release Note
+     Apache AXIOM 1.2.7 Release Note
 
 ===========================================
 
@@ -39,49 +39,7 @@
 
 This release contains fixes for following issues.
 
-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
+https://issues.apache.org/jira/browse/WSCOMMONS-319    Refactor Optimized 
Threshold in OMOutputFormat.
+https://issues.apache.org/jira/browse/WSCOMMONS-321 OMStaXWrapper is 
inadvertently turning off caching
 
 - The Apache Axiom Team.

Modified: 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF?rev=649081&r1=649080&r2=649081&view=diff
==============================================================================
--- 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF
 (original)
+++ 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF
 Thu Apr 17 06:07:45 2008
@@ -35,7 +35,7 @@
  org.apache.axiom.om,
  org.apache.axiom.soap.impl.builder,
  org.apache.axiom.soap
-Bundle-Version: 1.2.6
+Bundle-Version: 1.2.7
 Bundle-Name: Axiom API
 Bundle-DocURL: http://www.apache.org/
 Bundle-ManifestVersion: 2

Modified: 
webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/resources/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/resources/META-INF/MANIFEST.MF?rev=649081&r1=649080&r2=649081&view=diff
==============================================================================
--- 
webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/resources/META-INF/MANIFEST.MF
 (original)
+++ 
webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/resources/META-INF/MANIFEST.MF
 Thu Apr 17 06:07:45 2008
@@ -33,7 +33,7 @@
  org.apache.axiom.soap.impl.dom.soap11,
  org.apache.axiom.soap.impl.dom.soap12,
  org.apache.axiom.soap.impl.dom
-Bundle-Version: 1.2.6
+Bundle-Version: 1.2.7
 Bundle-Name: Axiom DOM
 Bundle-DocURL: http://www.apache.org/
 Bundle-ManifestVersion: 2

Modified: 
webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/resources/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/resources/META-INF/MANIFEST.MF?rev=649081&r1=649080&r2=649081&view=diff
==============================================================================
--- 
webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/resources/META-INF/MANIFEST.MF
 (original)
+++ 
webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/resources/META-INF/MANIFEST.MF
 Thu Apr 17 06:07:45 2008
@@ -23,7 +23,7 @@
  org.apache.axiom.soap.impl.llom.soap11,
  org.apache.axiom.soap.impl.llom.soap12,
  org.apache.axiom.soap.impl.llom
-Bundle-Version: 1.2.6
+Bundle-Version: 1.2.7
 Bundle-Name: Axiom API
 Bundle-DocURL: http://www.apache.org/
 Bundle-ManifestVersion: 2



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to