Date: Tue, 02 Feb 2016 19:22:02 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 206858] Update axis2 to 1.7.0 Message-ID: <bug-206858-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206858 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@FreeBSD.org Reporter: w.schwarzenfeld@aon.at Created attachment 166448 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D166448&action= =3Dedit 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.HTTPClient4TransportSe= nder 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/X= XX 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 part= s. For MTOM messages, application code should no longer assume that the Attachments object is set on the message context and contains all MIME part= s 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206858-13>