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 2020/10/09 08:06:45 UTC

[camel] branch regen_bot updated (91b66dc -> aaf43ee)

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 91b66dc  Fixed CS
     add 3f591b1  CAMEL-15539: camel-spring-ws - custom message id strategy can now also be used on producer side.
     add aaf43ee  Regen for commit 3f591b1b0d86980728cd48534f125e2764bb54ab

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/spring-ws.json |   2 +-
 .../camel/catalog/docs/spring-ws-component.adoc    |   2 +-
 .../ws/SpringWebserviceEndpointConfigurer.java     |   2 +-
 .../ws/SpringWebserviceEndpointUriFactory.java     |   2 +-
 .../camel/component/spring/ws/spring-ws.json       |   2 +-
 .../src/main/docs/spring-ws-component.adoc         |   2 +-
 .../spring/ws/SpringWebserviceConfiguration.java   |   5 +-
 .../spring/ws/SpringWebserviceProducer.java        |   4 +-
 .../ws/addressing/ProducerParamsBasicTest.java     |  17 +++-
 .../addresing/ProducerParamsBasicTest-context.xml  |  11 +-
 .../SpringWebserviceEndpointBuilderFactory.java    | 112 +++++++++++++++------
 .../modules/ROOT/pages/spring-ws-component.adoc    |   2 +-
 12 files changed, 122 insertions(+), 41 deletions(-)