You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/10/17 14:45:33 UTC

[camel] branch regen_bot updated (ce611620daf -> 289fa4e3d43)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from ce611620daf Regen for commit 343d0556693a7c4b499e135f6b4525446a6671ea
     add f7da21d841a CAMEL-18613: camel-cxf - Add option on endpoint to configure schema validation (#8556)
     add e0934202835 Fix asserts in swagger tests (#8558)
     add c9edcaf03d7 Rework ref component docs sample section (#8561)
     add 289fa4e3d43 Regen for commit c9edcaf03d72c1a15d2d8911b195558d62498b30

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/cxf.json   |   1 +
 .../component/cxf/jaxws/CxfEndpointConfigurer.java |   6 +
 .../component/cxf/jaxws/CxfEndpointUriFactory.java |   3 +-
 .../org/apache/camel/component/cxf/jaxws/cxf.json  |   1 +
 .../camel/component/cxf/jaxws/CxfEndpoint.java     |  26 +++
 .../cxf/jaxws/CxfSchemaValidationTest.java         | 183 +++++++++++++++++++++
 .../camel-ref/src/main/docs/ref-component.adoc     |  28 ++--
 .../org/apache/camel/swagger/ParameterAssert.java  |   5 +-
 .../camel/swagger/RestSwaggerArrayEnumTest.java    |   8 +-
 .../generator/swagger/RestDslXmlGeneratorTest.java |   4 +-
 10 files changed, 246 insertions(+), 19 deletions(-)
 create mode 100644 components/camel-cxf/camel-cxf-soap/src/test/java/org/apache/camel/component/cxf/jaxws/CxfSchemaValidationTest.java