Bug 206858 - www/axis2: Update to 1.7.0
Summary: www/axis2: Update to 1.7.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL: https://axis.apache.org/axis2/java/co...
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-02-02 19:22 UTC by w.schwarzenfeld
Modified: 2016-02-05 21:47 UTC (History)
1 user (show)

See Also:


Attachments
poudriere-axis2-1.7.0.log (16.97 KB, text/x-log)
2016-02-02 19:22 UTC, w.schwarzenfeld
no flags Details
svn-diff_www_axis2-1.7.0 (17.05 KB, patch)
2016-02-02 19:22 UTC, w.schwarzenfeld
koobs: maintainer-approval+
Details | Diff
portlint_www_axis2-1.7.0 (204 bytes, text/plain)
2016-02-02 19:23 UTC, w.schwarzenfeld
no flags Details
svn-diff_www_axis-1.7.0 (21.22 KB, patch)
2016-02-05 14:11 UTC, w.schwarzenfeld
no flags Details | Diff
poudriere-axis2-1.7.0.log (16.77 KB, text/x-log)
2016-02-05 19:25 UTC, w.schwarzenfeld
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description w.schwarzenfeld 2016-02-02 19:22:02 UTC
Created attachment 166448 [details]
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.
Comment 1 w.schwarzenfeld 2016-02-02 19:22:45 UTC
Created attachment 166449 [details]
svn-diff_www_axis2-1.7.0
Comment 2 w.schwarzenfeld 2016-02-02 19:23:19 UTC
Created attachment 166450 [details]
portlint_www_axis2-1.7.0
Comment 3 w.schwarzenfeld 2016-02-02 20:10:58 UTC
Link to ChangeLog:
https://axis.apache.org/axis2/java/core/release-notes/1.7.0.html
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2016-02-04 07:01:00 UTC
Comment on attachment 166449 [details]
svn-diff_www_axis2-1.7.0

Port is unmaintained, implicit approval
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2016-02-05 06:25:18 UTC
Patch does not apply cleanly, has rejects ? Any idea ?
Comment 6 w.schwarzenfeld 2016-02-05 12:51:07 UTC
If I make a svn-diff it shows
 PORTNAME=      axis2
-PORTVERSION=   1.6.2
-PORTREVISION=  1
+PORTVERSION=   1.7.0

instead of -PORTVERSION=1.6.4

don't know why.
Comment 7 w.schwarzenfeld 2016-02-05 14:11:27 UTC
Created attachment 166616 [details]
svn-diff_www_axis-1.7.0

This patch is working. I commented out a line in the Makefile (cause of duplicate listing) - don't know if this proper made.
Comment 8 Kurt Jaeger freebsd_committer freebsd_triage 2016-02-05 18:16:35 UTC
testbuilds@work
Comment 9 w.schwarzenfeld 2016-02-05 19:25:44 UTC
Created attachment 166624 [details]
poudriere-axis2-1.7.0.log

New poudriere-axis.log, portlint unchanged.
Comment 10 commit-hook freebsd_committer freebsd_triage 2016-02-05 21:46:33 UTC
A commit references this bug:

Author: pi
Date: Fri Feb  5 21:45:51 UTC 2016
New revision: 408271
URL: https://svnweb.freebsd.org/changeset/ports/408271

Log:
  www/axis2: 1.6.4 -> 1.7.0

  Changes:
    https://axis.apache.org/axis2/java/core/release-notes/1.7.0.html

  PR:		206858
  Submitted by:	w.schwarzenfeld@aon.at

Changes:
  head/www/axis2/Makefile
  head/www/axis2/distinfo
  head/www/axis2/pkg-plist
Comment 11 Kurt Jaeger freebsd_committer freebsd_triage 2016-02-05 21:47:45 UTC
Committed, thanks!