This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 84527e4 CAMEL-13130: camel3 - Components should not use XmlConverter directly new 788091d CAMEL-13130: camel3 - Components should not use XmlConverter directly new 59af90e CAMEL-13130: camel3 - Components should not use XmlConverter directly The 35055 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: .../spring/ws/SpringWebserviceComponent.java | 13 ----- .../spring/ws/SpringWebserviceConfiguration.java | 11 ---- .../spring/ws/SpringWebserviceConsumer.java | 14 ++--- .../spring/ws/SpringWebserviceHelper.java | 60 +++++++++++++++++++++ .../spring/ws/SpringWebserviceProducer.java | 21 ++------ .../spring/ws/bean/CamelEndpointMapping.java | 62 +++++++--------------- .../spring/ws/ConsumerBreadcrumbIdTest-context.xml | 2 - 7 files changed, 89 insertions(+), 94 deletions(-) create mode 100644 components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/SpringWebserviceHelper.java