You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/03/16 21:32:06 UTC

[cxf] branch CXF-8371 updated (5f88dba -> 44d181e)

This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch CXF-8371
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 5f88dba  Fixing wrongly changed xjc namespace to point to http://java.sun.com (as per Eclipse Implementation of JAXB Extensions)
     add 5d91b64  Update Jackson to 2.13.2
     add 7b144c6  Update to Mockito 4.4.0 (#921)
     add 42d104f  Update Dropwizard Metrics to 4.2.9
     add d4359ae  Update Netty to 4.1.75.Final
     add efa7f6d  CXF-8673: Bump httpasyncclient version to 4.1.5 (#922)
     add dd6599b  Updating Tomcat to 9.0.60
     add a6501f7  Update the CI job location now that the base jdk is 11 (#920)
     add 983a585  [CXF-8655] Incorrect XSD resolution when the file name is the same in different folders (#904)
     add 4191b69  Update Project Reactor to 3.4.16
     add ad02298  Merge remote-tracking branch 'origin/master' into CXF-8371
     add 44d181e  Dependency updates (Hibernate, Micrometer)

No new revisions were added by this update.

Summary of changes:
 README.md                                          |  2 +-
 distribution/src/main/release/samples/pom.xml      |  4 ++--
 parent/pom.xml                                     | 20 ++++++++--------
 .../java/org/apache/cxf/frontend/WSDLGetUtils.java |  4 +++-
 .../http/asyncclient/AsyncHTTPConduit.java         |  3 +++
 .../apache/cxf/systest/jaxws/OASISCatalogTest.java | 27 ++++++++++++++++++++++
 .../others/{hello_world_schema3.xsd => common.xsd} |  6 ++---
 .../d/{hello_world_schema4.xsd => common.xsd}      | 10 ++++----
 .../d/{hello_world_schema4.xsd => shared.xsd}      | 12 ++++++----
 .../wsdl/others/hello_world_messages_catalog.wsdl  |  5 ++++
 10 files changed, 66 insertions(+), 27 deletions(-)
 copy testutils/src/main/resources/wsdl/others/{hello_world_schema3.xsd => common.xsd} (85%)
 copy testutils/src/main/resources/wsdl/others/d/{hello_world_schema4.xsd => common.xsd} (77%)
 copy testutils/src/main/resources/wsdl/others/d/{hello_world_schema4.xsd => shared.xsd} (71%)