[Bug 206858] Update axis2 to 1.7.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 2 19:22:03 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206858
Bug ID: 206858
Summary: Update axis2 to 1.7.0
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: w.schwarzenfeld at aon.at
Created attachment 166448
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=166448&action=edit
poudriere-axis2-1.7.0.log
Update axis2 to 1.7.0:
ChangeLog:
XmlSchema has been upgraded from 1.4.x to 2.2.x and Woden from 1.0M9 to
1.0M10. This is a backwards incompatible change with respect to Axis2 1.6.x;
application code that interacts with XmlSchema or Woden needs to be updated to
support the new versions.
Axis2 1.7.0 supports Apache HttpClient 4.x in addition to the no longer
maintained Commons HttpClient 3.x. To enable the support for HttpClient 4.x,
use org.apache.axis2.transport.http.impl.httpclient4.HTTPClient4TransportSender
instead of org.apache.axis2.transport.http.CommonsHTTPTransportSender in
axis2.xml.
Several classes, methods and constants deprecated in Axis2 1.3 and 1.4 have
been removed. See AXIS2-5315 for more details.
As a consequence, MEP URLs in the form http://www.w3.org/2004/08/wsdl/XXX
and http://www.w3.org/2006/01/wsdl/XXX are no longer supported. Instead use
http://www.w3.org/ns/wsdl/XXX.
The semantics of the getAttachmentMap() method in MessageContext has
changed for incoming messages so that they match those for outgoing messages
(For more details and context, see AXIS2-5308):
For SwA messages, the Attachments object on the message context no
longer contains the root part (as in Axis2 1.6.x), but only attachment parts.
For MTOM messages, application code should no longer assume that the
Attachments object is set on the message context and contains all MIME parts of
the message. Note that as of Axis2 1.7.0, this assumption is still true
(because the JAX-WS implementation internally relies on this), but this will
change in a subsequent release.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list