This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
from 759db92760 Merge pull request #915 from nandika/master add c8437c1e65 fix: make hostname extraction work with IPv6 addresses add 62c005afaa fix: make local IP address detection support IPv6 add d590bce990 fix: use `InetAddress::getHostAddress` instead of `InetAddress::toString` add 97199077c0 fix: improve getLocalHostLANAddresses() for IPv6 add 1cfb14f99a refactor: remove unique local addresses special case, prefer IPv4 add 7c2181ff30 fix: wrong order in comparator new f8347eb4c8 Merge pull request #842 from cortlepp/fix/AXIS2-5858 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../kernel/src/org/apache/axis2/util/Utils.java | 120 +++++++++++++++++---- .../apache/axis2/util/WSDLSerializationUtil.java | 30 +++--- .../apache/axis2/transport/http/ListingAgent.java | 22 +--- 3 files changed, 120 insertions(+), 52 deletions(-)